xWastedMindx
Technical User
I have my page I've been working on. I have a few variables with info and stuff, and it needs to be passed to a new page.
eg. dvdName, dvdPrice, dvdID etc needs to be passed to a new page where it can be displayed in a layout and presented with more information about the movie ... price, descriptions, photo and whatnot. (similar to the way Amazon is set up, but not as complex)
I have the first page set up, and I figured out how to get the PHP to make links out of the string.
But when I click the link it just reloads the current page and nothing happens. I guess that's because I haven't told the code what to do next...
I guess my question is, where do I go from here?
I'm a bit confused as to what to do next.
I need help...
"Hey...Where are all the chicks?" -- unknown
eg. dvdName, dvdPrice, dvdID etc needs to be passed to a new page where it can be displayed in a layout and presented with more information about the movie ... price, descriptions, photo and whatnot. (similar to the way Amazon is set up, but not as complex)
I have the first page set up, and I figured out how to get the PHP to make links out of the string.
Code:
echo "<a href='[URL unfurl="true"]http://sitename.org/index.php?dvdID=$dvdID&dvdName=$dvdName'>$dvdName</a>";[/URL]
But when I click the link it just reloads the current page and nothing happens. I guess that's because I haven't told the code what to do next...
I guess my question is, where do I go from here?
I'm a bit confused as to what to do next.
I need help...
"Hey...Where are all the chicks?" -- unknown