You are here: Re: [PHP] Wierd PHP Problem « PHP « IT news, forums, messages
Re: [PHP] Wierd PHP Problem

Posted by Matthew Fonda on 02/23/05 23:32

$HTTP_*_VARS is deprecated in PHP5, so if the server is running PHP5,
this code won't work. Instead, you should use $_POST

> $username = $HTTP_POST_VARS['username'];
> $password = $HTTP_POST_VARS['password'];

change to:
$username = $_POST['username'];
$password = $_POST['password'];

--
Regards,
Matthew Fonda
http://mfonda.info

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация