I wonder if anyone can help me, I have written some php code with connets to a database and gets records from an query.
The resultrs are outputted into html tables using the echo e.g.
echo '<table.......etc>';
This works fine locally when i run it under IIS by right clicking on the page and browsing it in IIS.
What would happen if this code was placed under a IIS sever over an intranet. e.g. placed in my local college intranet which runs IIS. Would the pages be loaded sucesfully by outputting the tables using the echo command?
Anyone help?