HI again,
OK, now I have a page pictures.php
and I am using following code :
[PHP]printf("<a href=\"pictures .php?name=%s\"> ",urlencode($va l[0]));
print ("<img src=\"$val[0]\" width=100%)/></a>");[/PHP]
the problem is no value is stored in $name in pictures.php
I don't get anything when i print $name.
Need a help.
Thanks
OK, now I have a page pictures.php
and I am using following code :
[PHP]printf("<a href=\"pictures .php?name=%s\"> ",urlencode($va l[0]));
print ("<img src=\"$val[0]\" width=100%)/></a>");[/PHP]
the problem is no value is stored in $name in pictures.php
I don't get anything when i print $name.
Need a help.
Thanks
Comment