Alejandro C. Garrammone wrote:
Hi! I'm installing php 5.0.1 on Apache 2.0.55, I think it's works fine but when I load an html form they said "Notice: Undefined variable: submit in C:\Archivos de programa\Apache Group\Apache2\htdocs\as_insercion.php on line 10" and the other problem it not connect to the MySQL DB. Before this I've used MySQL 3.23, PHP 4 and Apache 1.XX. Ahh....Im using this to work with an Intranet. My IP is 10.21.247.175 Someone could help me to configure this?. Thxs in advance, Alex
My best guess is you're trying to use register_globals... which you shoudn't. And for the DB... the MySQL extension is not loaded by standard in PHP5. SO you have to set that in php.ini ;) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php