Hello,
I'm not a coder so I need someone to help me on this really simple app please. I need to manage a database for users to store or delete 1 or 2 random parameters (letters and/or numbers, less than 50 characters, it can be an aim, msn or anything, I don't know yet what it is going to be) as many times as they want. So the user must login with a username and password (by the way I need e-mail verification for registering I think this already exists?) and then he can add a new entry to his account with the 2 fields available "field1" and "field2" then this new entry is going to be stored in the database with the date of the entry (year, month, day, hour, min, sec) and the username. The user should be able to add as much of these entries as he wants and also be able to delete them.
So we have this kind of line in the database :
2005/01/25 09:10:05 theuser field1 : 18948 field2 : 67483
2005/01/25 09:12:43 theotheruser field1 : 789012 field2 : 32145
I need an admin session that is able to delete entries (if someone types some bad things) and that is also able to set the mysql servers with their respective address, usernames,passwds and databases. And I also need a public page that displays the databse ordered by users or by date.
Hunterhp is already helping me with this but I think it's better if I open a new subject about it so more people can help me and the things are clear (I hope) in this post.
Thanks,
Bastien
I need a simple app php/mysql
Moderator: General Moderators