Re: [PHP] checking $more still does not work !

2001-02-24 Thread Simon Garner
From: "Web Admin" <[EMAIL PROTECTED]> > Hi Kaab, > There must be another problem, it should work. Maybe it helps if > you send your code here. To see how a simple script works, try > this tiny script named test.php: > > > > > if ($more) {print "Submit is pressed"; }; > ?> > > If you first

Re: [PHP] checking $more still does not work !

2001-02-24 Thread Web Admin
utton. If you press submit, you will see a message. Ahmad Anvari - Original Message - From: kaab kaoutar To: [EMAIL PROTECTED] Sent: Saturday, February 24, 2001 5:35 PM Subject: [PHP] checking $more still does not work ! Hi! i have a submit button called "more" in a

[PHP] checking $more still does not work !

2001-02-24 Thread kaab kaoutar
Hi! i have a submit button called "more" in a page that calles itself i try to check whether the page was just loaded or called by clicking on that button using : if ($more) {echo "hi";} it never echo hi any idea ? Thanks ___