Re: Foreach

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Jan 17, 2008 5:57 PM, Nathan Nobbe <quickshiftin@xxxxxxxxx> wrote:
> there are a few different issues here; first of all; are you sure
> $_POST['name']
> and $_POST['order'] are even arrays?

To check try this right above your saving code block:

echo '<pre>';
print_r($_POST);

After you figure out if your data is right we're going to have to talk
about input validation and sql injection.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux