use
#php -s
command to indend your source file
On 8/21/07, Colin Guthrie <[EMAIL PROTECTED]> wrote:
> nitrox . wrote:
> > I want to declare these variables Game_id and Member_id in advance.
> > Following the suggestionfrom one of my books can I do something like this:
> >
> > $expected = array('G
Colin Guthrie wrote:
nitrox . wrote:
I want to declare these variables Game_id and Member_id in advance. Following
the suggestionfrom one of my books can I do something like this:
$expected = array('Game_id', 'Member_id');foreach($expected AS $key) {if ( !empty($_POST[$key])) { ${$ke
nitrox . wrote:
> I want to declare these variables Game_id and Member_id in advance. Following
> the suggestionfrom one of my books can I do something like this:
>
> $expected = array('Game_id', 'Member_id');foreach($expected AS $key) {if
> ( !empty($_POST[$key])) { ${$key} = $_POST[$
3 matches
Mail list logo