Search found 6 matches

by rkgordon3
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

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
by rkgordon3
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

That, I have done. Both are GPCS.

The other php config issue I looked into (grabbing at
straws, perhaps, but that is what neophytes do) was
the register_globals settings. Both are 'on'

Rob
by rkgordon3
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

I have now.

In the case of a POSTed form only
the PHPSESSID appers in _REQUEST array.

In the case of a GETed form, all appears
as would be expected.

I did this in 1.3.27/5.0.2 environment b/c that is
where I am getting unexpected behavior.

Rob
by rkgordon3
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 ...
by rkgordon3
Tue Mar 14, 2006 11:41 pm
Forum: Databases
Topic: timestamp
Replies: 4
Views: 465

I need to learn how to read faster.

I had just come to this conclusion.

Thanks.
by rkgordon3
Tue Mar 14, 2006 11:06 pm
Forum: Databases
Topic: timestamp
Replies: 4
Views: 465

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, ...