Hello firends,

I have three fields(input boxes) in a php form as follows :
$name
$rank
$age

My MySQL table is called "tblAddress". I know how to connect, but I do not
know the "Insert" statement. Can someone please advise me how I can insert
the above values in the tables "tblAdddress" in columns "name", "Rank",
"age" respectively?

Thanks
Denis


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

Reply via email to