Re: post and variables

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

 



Hi Ross,

Thursday, November 10, 2005, 10:39:48 AM, you wrote:

> How do I use $_POST with variables. Cant find an example of this
> anywhere on php.net

> if ($_POST['$table_name== 1']) {

if ($_POST['form_element_name'] == 'whatever')

There are many examples of this all over the web. You need to look
harder. Try Google for "beginners guide to PHP".

Cheers,

Rich
-- 
Zend Certified Engineer
PHP Development Services
http://www.corephp.co.uk

-- 
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