Title: PHP Help
Last modified: August 18, 2016

---

# PHP Help

 *  [drewament](https://wordpress.org/support/users/drewament/)
 * (@drewament)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/php-help/)
 * basicly have a url as follows:
    [http://foo.com/static/test.php?page=about](http://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)

 *  [stevarino](https://wordpress.org/support/users/stevarino/)
 * (@stevarino)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/php-help/#post-41925)
 * the semicolon at the end of “$page.php;) ?>” should read “$page.php); ?>”. Also
   delete the “echo “, that’s not needed. 🙂
    Feel free to call if you need anything
   else!
 *  [stevarino](https://wordpress.org/support/users/stevarino/)
 * (@stevarino)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/php-help/#post-41951)
 * Hehe, are you saying you want [static pages](http://wordpress.org/support/5/3536)?(
   It’s an interesting debate.) But if you want something quick and trouble free,
   you can try [static pages made easy](http://techgnome.anderson-website.net/posts/2004/02/19/static-wp-pages-made-easy/)
   by TG. 🙂
 *  [idony](https://wordpress.org/support/users/idony/)
 * (@idony)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/php-help/#post-41969)
 * Oh, thank you mucho 🙂
 *  [stevarino](https://wordpress.org/support/users/stevarino/)
 * (@stevarino)
 * [22 years, 2 months ago](https://wordpress.org/support/topic/php-help/#post-42119)
 * You need quotes.
    <?php include(“$siteurl/static/$page.php”); ?> That should 
   work!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘PHP Help’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 4 replies
 * 3 participants
 * Last reply from: [stevarino](https://wordpress.org/support/users/stevarino/)
 * Last activity: [22 years, 2 months ago](https://wordpress.org/support/topic/php-help/#post-42119)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
