I made my php pages and whole site, and i 'll publish it in intranet just to used by a firm tat uses LAN. But the thing is, when i check my site from my computer, using apache its OK. But when i use another computer from the LAN, i saw that some codes become visible and useles.. Its the first time i've seen smthng like this before. I designed the site using Dreamweaver and Win98 and every other computer uses xp in this firm.. Anyone have an idea about what's goin on? Please help..
it could well have something to do with the Windows version, have you tried doing a google on LAN with PHP?? no explanation comes to mind but i'm guessing its just a windows/lan thing
__________________ A lie gets halfway around the world before the truth has a chance to get its pants on. - Sir Winston Churchill
Please visit my sites: Please login or register to view this content. Registration is FREE | Please login or register to view this content. Registration is FREE
I cannot see the OS been the culprit, nor can i see it been a problem of the LAN.
"i saw that some codes become visible and useles" when you say this do you meen to say that your code is simply been rendered and displayed on screen or does some of it parse (work) and some render (display)
Mind you some company's implement some mad stringent security things on windows networks and this could be an underlying problem.
Can you dispaly what your page is coming out like.
Also make sure that it's being access as a web server (http://) and not a file server(//). Opening a fileserver, browsing to the root folder and dropping the file onto a browser is not the same as entering an address.