Re: [PHP-INST] im a PHP newbie, please help :D

2002-09-24 Thread Chris Hewitt
DAn wrote: >HELP!! > >Am I right in thinking that creating a link on a page that reads: > >photos.php?pageNum=1 > >should create a variable named $pageNum with a value of 1? > >The problem is that when I try to use the pageNum variable it has no value. > >I am having the same problem with forms a

RE: [PHP-INST] im a PHP newbie, please help :D

2002-09-23 Thread Moraes, Fabio
if you're using PHP <= 4.1.x, you'd be right. if you're using PHP 4.2.x, you'll need to use $pageNum = $_GET['pageNum'] and then, use normally $pageNum. kisses, :) --- Fabio Moraes [EMAIL PROTECTED] +55 21 3088 9548 > -Original Message- > From: DAn [mailto:[EMAIL PROTECTED]] > Se