FORMS do not work on 4.2.3

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
vquintero
Forum Newbie
Posts: 1
Joined: Thu Sep 26, 2002 11:13 am

FORMS do not work on 4.2.3

Post by vquintero »

I have just upgraded to version 4.23 (Build date:Sep 6 2002 10:38:51) it is operating on a win2000 system and Apache 1.3.9 webserver, with MYSQL 3.23.35
Until yesterday I was working with PHP version 4.0 an from the moment I upgraded, all my FORMS ceased to operate, even the simplest test. The input values are not sent to the processing form. I have checked several times the configuration files por PHP and Apache, but cannot find anything else to adjust.
I have tried with IE5, IE6, Netscape 4.4 and 7 with the same result.
Appart from it the application is runnig OK with MYSQL, but all my scripts with forms are paralyzed.

Can any one give me a hand?

Thanks

Vladimir
User avatar
nielsene
DevNet Resident
Posts: 1834
Joined: Fri Aug 16, 2002 8:57 am
Location: Watertown, MA

Post by nielsene »

Please read this
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

hope you don't have alot of forms you need to change over :o
jason
Site Admin
Posts: 1767
Joined: Thu Apr 18, 2002 3:14 pm
Location: Montreal, CA
Contact:

Post by jason »

JPlush76 wrote:hope you don't have alot of forms you need to change over :o
Well, he could always set register_globals to "on" in the php.ini
JPlush76
Forum Regular
Posts: 819
Joined: Thu Aug 01, 2002 5:42 pm
Location: Los Angeles, CA
Contact:

Post by JPlush76 »

lies, all lies :(
Post Reply