Believe me, I know it is bad. Unfortunately, the deployment target
environment (apache 1.3.27/php 5.0.2) has this setting.
It is a legacy of previous PHP developer. I don't dare change
it now with all the other PHP apps, about which I know nothing,
running.
Rob
Search found 6 matches
- Wed Apr 19, 2006 2:27 am
- Forum: PHP - Code
- Topic: $_REQUEST in php 5.0.2 vs php 5.1.2
- Replies: 6
- Views: 1176
- Wed Apr 19, 2006 1:13 am
- Forum: PHP - Code
- Topic: $_REQUEST in php 5.0.2 vs php 5.1.2
- Replies: 6
- Views: 1176
- Wed Apr 19, 2006 12:45 am
- Forum: PHP - Code
- Topic: $_REQUEST in php 5.0.2 vs php 5.1.2
- Replies: 6
- Views: 1176
- Wed Apr 19, 2006 12:22 am
- Forum: PHP - Code
- Topic: $_REQUEST in php 5.0.2 vs php 5.1.2
- Replies: 6
- Views: 1176
$_REQUEST in php 5.0.2 vs php 5.1.2
I wrote some code in an apache 2/php 5.1.2 environment and it worked just peachy. I then moved it to an apache 1.3.27/php 5.0.2 environment and it did NOT work. Both environments were on windows systems (XP in former case, 2000 in latter case). The problem is that $_REQUEST is not getting populated ...
timestamp
feyd | Please use and tags where appropriate when posting code. Read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url][/color] I am attempting to insert records into a simple mysql table that looks like: create table accepts ( id int not null auto_increment, ...