Reloading pages with php and accessing variables
Posted: Tue Nov 15, 2005 3:40 pm
I've used forms to reload the page using
Now I need to reload the page in the same way when there isn't a form.
The code o far creates a database and table and then should reload the page, setting a variable value so that the page now knows that the db has been created and the user can now try and login.
How can I achieve this when there is no form?
Code: Select all
action="<?=$self?>">The code o far creates a database and table and then should reload the page, setting a variable value so that the page now knows that the db has been created and the user can now try and login.
How can I achieve this when there is no form?