PHP Scripts DB connection - Creates a connection to the DB. Using a script minimizes the amount of changes needed if the server gets changed.
Login - A Basic Login script. Check Login - Runs a query against the db to make sure the user exists and the password is correct. Logout - Terminates the session on the server. MySQL Scripts Login with Forms - A form based login windows.
Add Elements - Adds elements to a table in the DB using forms. Delete Elements - Deletes Elements from a table using forms. Update Elements - Updates Elements in a table using specific keys. Formatted List - Displays the elements in a three column list that automatically balances when a column gets "full". Scripts in Action Login u: test p: test - Login with the Username of test and Password: test as an example of the login and check login scripts.
Add Element - Allows you to add elements to the table. This is not password protected so you can create your own login. Formatted List - Displays the current elements in the table in a formatted list. The columns "balanc" once one has enough elements in it. Delete Element - This is password protected and will re-direct you to the login screen if you are not logged in. If you are logged in then you can delete elements from the table. Update Element - This is password protected and will re-direct you to the login screen if you are not logged in. If you are logged in then you can update your password of your account using a key. Logout - Terminates the session with the DB. Video Video - Short video of a particle animation I have done for a client.
|