I just converted some of my HTML
pages to PHP
pages, and I\'m not that familiar with PHP
. In my HTML
pages, assuming it\'
Easiest:
Link
And if you need to pass a value:
Link that pass the value 1
To retrive the value put in page2.php this code:
Now the variable $val
has the value 1
.