You are here: Re: Replacing $_POST array contents - is it allowed? « All PHP « IT news, forums, messages
Re: Replacing $_POST array contents - is it allowed?

Posted by Fabian Vilers on 10/12/05 10:34

> if (!isset($_POST['foo']))
> {
> $_POST['foo'] = 'my default';
> }

You better should work with local variables, use this at top of the script:

if (isset($_POST['foo'])) $foo = $_POST['foo'];
else $foo = "";

and use $foo in the whole script

 

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

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