I'm making a website which will require a posting system where a user would login, post something and the post would get verified and then it would be displayed on the site.
I'm a beginner at PHP/MYSQl so would I specifically need to learn?
First, make a login.
You'll need to make a login, then a form which will store the content to a database. Then, when you want to display it, you'll need to get the data from the database and echo it. It's not hard
[QUOTE=smidge146;18937474]I'm making a website which will require a posting system where a user would login, post something and the post would get verified and then it would be displayed on the site.
I'm a beginner at PHP/MYSQl so would I specifically need to learn?[/QUOTE]
PHP and MySql is pretty much exactly what you'd have to learn.
Don't forget to do simple things like mysql_real_escape_string(), and don't not store your passwords in some sort of encryption.
Take a look at these:
[url]http://www.tizag.com/mysqlTutorial/mysqlinsert.php[/url]
[url]http://www.tizag.com/mysqlTutorial/mysqlquery.php[/url]
Sorry, you need to Log In to post a reply to this thread.