[PHP] buttons don't work

2003-08-14 Thread Miguel Ribeiro
I've recently upgraded my webserver for apache 2.0.47 with php 4.3.2 on a solaris 9 box My problem is... the buttons on the php pages don't work and I can't figure why this is happening... Apache compiled like: ./configure --prefix=/opt/apache

Re: [PHP] APACHE/PHP - buttons don't work

2003-08-14 Thread Justin French
Buttons? Not sure I understand, but try turning the register globals directive in your php.ini file from OFF to ON. Although OFF is safer and promotes better coding practices. Search the archives or PHP tutorial sights for hints about programming with rg off. It's been discussed in 1000's of

[PHP] APACHE/PHP - buttons don't work

2003-08-08 Thread Miguel Ribeiro
Hi, I've recently upgraded my webserver for apache 2.0.47 with php 4.3.2 on a solaris 9 box My problem is... the buttons on the php pages don't work and I can't figure why this is happening... Apache compiled like: ./configure --prefix=/opt/apache