[Solved] php one variable on different pages [closed]
There are a few ways to give a variable to anothe page, i think you don’t use any frameworks, so I’ll explain just the basic ways: At first, start a Session. At the very first of your script, add this: <?php session_start(); ?> There must not be any other code before this, not even whitespace. … Read more