I am a PHP beginner and really need your help.
Ok lets try to make it easy.
I have 2 pages:
1) A index.php page with 4 different buttons:
-Paris
-Nice
-Bordeaux
-Lyon
2) A details.php page with a title and description.
What I want to do:
In index.php, when I click "Paris", i want to load the details.php page with the description of "Paris" that I have on the database.
In index.php, when I click "Nice", i want to load the details.php page with the description of "Nice" that I have on the database.
etc...
I know the form method POST technique to pass information but in this case it is not a form, just different buttons to load specific content from the database in an other page.
I hope I am clear enough.
Waiting for you answers !
Thanks for the reading.
Chloé