scousethemoose
Programmer
I'm trying to create a hyperlink which will when clicked increment a variable and then reload the page using the variables new value. The variable is used to to control how many times a file upload field is displayed.
The example below is what I'm trying to do.
<a href="test.php?variable=$variable++">test<\a>
I'm fairly new to PHP, about a week so any help would be greatly appreciated.
The example below is what I'm trying to do.
<a href="test.php?variable=$variable++">test<\a>
I'm fairly new to PHP, about a week so any help would be greatly appreciated.