RE: [PHP] Re: Weird variable issue encountered... help needed!

2004-04-07 Thread gvarosky
Thanks again everyone for your assistance. I found an un-related bug in the PHP bugs database here: http://bugs.php.net/bug.php?id=18648 (which was for an earlier version than 4.3.4, which I was running) and applied that band-aid patch to some of the places where this was happening, and it seemed

RE: [PHP] Re: Weird variable issue encountered... help needed!

2004-04-05 Thread gvarosky
Thank you all for your ideas so far, however, I ahve gone through all my code, and cannot seem to find the culprit. I did a var dump, and also a dump of the REQUEST, GET, and POST variables, and here is an example of what I am seeing (submitting "test"): string(7) "testiU" _REQUEST: Array (

[PHP] Weird variable issue encountered... help needed!

2004-04-04 Thread gvarosky
This problem only seems to be happening on one of the virtual hosts on this system, and I cannot seem to figure out just what it is. I have a simple form posting to search.php, with a text input field, with a name of 'search'. And since this site is an internal site, register globals are on, as we