Thanks for any advice you can give me
[SOLVED] Querystring mystery!
Moderator: General Moderators
-
JamesManke
- Forum Newbie
- Posts: 4
- Joined: Thu Jul 08, 2004 12:10 am
Querystring mystery!
Hey there, I have just upgraded to easyphp 1.7 from 1.6 and am having trouble with querystrings. Its almost like it doesn't reconize a querystring. Link goes to the first part of the url and leaves the string out. Is there a setting in the php.ini file that needs to be changed in order to read querystrings?
Thanks for any advice you can give me
Thanks for any advice you can give me
-
JamesManke
- Forum Newbie
- Posts: 4
- Joined: Thu Jul 08, 2004 12:10 am
-
JamesManke
- Forum Newbie
- Posts: 4
- Joined: Thu Jul 08, 2004 12:10 am
Link on homepage...
content.php?text=yes&id=32
When I echo the query on content.php page it reads content.php?text=&id=
The values are not passing to the next page. I would post an example but it seems to
be a server side error. I am almost convinced that it has something to do with the ini
settings as I didn't have a problem using querystrings with version 1.6
content.php?text=yes&id=32
When I echo the query on content.php page it reads content.php?text=&id=
The values are not passing to the next page. I would post an example but it seems to
be a server side error. I am almost convinced that it has something to do with the ini
settings as I didn't have a problem using querystrings with version 1.6
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
-
JamesManke
- Forum Newbie
- Posts: 4
- Joined: Thu Jul 08, 2004 12:10 am
Solved, the problem was in the php.ini as I suspected. It was set to error_reporting(0); when it should have been set to error_reporting = none.
Phenom - I meant when I echo'd (print) the query on the second page it showed Empty values in the querystring. I may not be explaining myself correctly as I am very new to PHP. Thanks for all the insight guys, muchly appreciated:)
Phenom - I meant when I echo'd (print) the query on the second page it showed Empty values in the querystring. I may not be explaining myself correctly as I am very new to PHP. Thanks for all the insight guys, muchly appreciated:)