
May 26th, 2003, 07:26 AM
|
|
Contributing User
|
|
Join Date: Mar 2002
Posts: 45
Time spent in forums: < 1 sec
Reputation Power: 12
|
|
|
What version of PHP are you using?
If you are using an older version of PHP, you may need to toggle the behaviour of the "register_globals" variable, which controls the manner in which variables are sent between forms. This could explain why you are having no problems when you hardwire the query string, but are unable to get results when the query is a form variable.
__________________
--
Articles, tutorials and more, all at http://www.melonfire.com/community/columns/trog/
|