On Mon, 22 Nov 2004 21:38:00 +0100, Perry Jönsson <[EMAIL PROTECTED]> wrote:
> What is the difference between these two examples?

> diff 1.txt 2.txt
1c1
< 1. if ($_POST['submit'] == 'Login') {
---
> 2. if (isset($_POST['submit']) {


-- 
Greg Donald
Zend Certified Engineer
http://gdconsultants.com/
http://destiney.com/

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

Reply via email to