PHP Help
-
basicly have a url as follows:
https://foo.com/static/test.php?page=about
want to “include” a page called about into the site…I have the following code which is not working.
<?php include(echo $siteurl/static/$page.php;) ?>
Been PHPing about 3 weeks. So not that versed, I am sure someone here can help…
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘PHP Help’ is closed to new replies.