papaface Posted December 27, 2007 Share Posted December 27, 2007 Hello, I have this code: include(CreatePath("templates/registerform.php?error=".$_GET['error'])); The CreatePath function basically prepends the actual path on the server to the include. Anyway. I get this error: Warning: include(/home/**/public_html/qss/templates/registerform.php?error=p) How can I send $_GET's through an include? Quote Link to comment https://forums.phpfreaks.com/topic/83416-solved-includes-with-_get-urls/ Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.