Hello,
I have a client who has decided to output the OO PHP/mySQL site I have made
for them onto a cd.
I realize that $html = include('somefi le.php'); gets 1 for success as its
return value.
In what manner can I access my files so what would be output to the browser
from 'someFile.php?i d=1213'
gets into $someVar as a string so I can write it to a static file for the
CD?
TIA for any advice!!!
jg
I have a client who has decided to output the OO PHP/mySQL site I have made
for them onto a cd.
I realize that $html = include('somefi le.php'); gets 1 for success as its
return value.
In what manner can I access my files so what would be output to the browser
from 'someFile.php?i d=1213'
gets into $someVar as a string so I can write it to a static file for the
CD?
TIA for any advice!!!
jg
Comment