Can I do this
$number = 1;
page.php?num=$number
is any thing like this available in php
Thanks
2007-03-25
07:03:58
·
7 answers
·
asked by
bigjoe11a
2
in
Computers & Internet
➔ Programming & Design
Thanks Braiam, it just that it doesn't seem to work. what I have is a number
page.php?gr=1&photo=2
I need them like this
page.php?gr=$greetnum&photo=$photonum
and then get the Vars back so I can use them is an other page
2007-03-25
09:10:50 ·
update #1
Jeff, I'm not using Forms. I have to pass 2 numbers from page one to page 5.
2007-03-25
10:24:40 ·
update #2
UPDATED!
Colin J. sorry thats not. it was all most right. let me try and explain better.
on my first page I have an option to select a image
when the user clicks the image it passes this
page2.php?greeting=1
then when page 3 loads it show that image form page 2. then they have another option to pick a photo or jpg. when the user clicks the photo or image. it sends this on the url
page3.php?photo=1&greeting=$greetnum
I need to change the $greetnum so that the image will load on page 4 and then have both of them I wanted to load on page 5 and page 6 and so.
2007-03-25
14:52:20 ·
update #3