Posted: Tue Mar 09, 2004 8:44 am
seems that the
Code: Select all
// if (isset($_GET[..
//should be thisif
(isset($submit)) {A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Code: Select all
// if (isset($_GET[..
//should be thisif
(isset($submit)) {