I can only seem to Run one at a time. both are in the same database. the webapp I'm making stores the user data in a sql table. then I was planning on using another table to store the users password. the problem is I can get the php script to either query for the password or for the user data...
I'm trying to have it parse the input from a form, I want users to be able to enter line breaks in the form, and have the output to be one line. what I'm trying to do is have the PHP script make a js file with a bunch of array entries that's used in a different part of the site. so the line...
table already exists? I want to made a Database that uses a new table in the database each day to collect information. I want to know if it's possible for the script to tell if the table hasn't been made yet for the day so it could create it then write data to it. or if it's there already just...