Hi folks. I've used WAMP5 for quite a while now on my own machine, but would like others on my network to be able to view my pages correctly across the network.
When someone tries to view the page, php doesn't parse correctly. Any ideas on what I need to change to allow php to show correctly?
<?php echo "Parses this statement"; ?> <html> <body> <? echo "Does not parse this statement"; ?> </body> </html>
Please reply asap as what could be the problem .. I have recently installed Wampserver and working with it.
Regs,
Vinay
bbaker wrote:
> Hi folks. I've used WAMP5 for quite a while now on my own > machine, but would like others on my network to be able to view > my pages correctly across the network. > > When someone tries to view the page, php doesn't parse > correctly. Any ideas on what I need to change to allow php to > show correctly?