I have just started learning PHP. So Can anyone tell me that How many methods are there to pass the variable through navigation between the different pages ?
I have php script form which I used to input Members Details of my system into the MySQL database. My requirement is to display the last member's details in a input box.
I have a date field on an html form that users may leave blank. If they do leave it blank I want to write the date 01/01/1901 into the mysql table. How can I accomplish this and where in my .php script file should I put the code?