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
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