XShimeX wrote:can someone give me some php code to make
- login page,
- register page,
- logout
...and many more.
Please give me some guide how to make database at phpmyadmin
- To make database.
You can get yourself a HOSTED webspace.
In some webhost's machine.
There are a bunch that includes MYSQL database + PHP + phpMyAdmin.
Even at Free hostings.
The other way is you install
server + database + php + phpMyAdmin
in your own machine.
You be your own webhost.
Here is a bundle package, XAMPP, for such an install in your PC
http://www.apachefriends.org/en/xampp.html
In 30 minutes, or so, you can have a website up and running
with MySQL database, phpMyAdmin and PHP 5.
Once you have phpMyAdmin working
you can create databases/tables .....
And you have help links to guide you.
- Then you start looking for good PHP applications,
to download and put in your site.
Does not matter if you are at a Hosted webspace, or in your own machine.
There are 100-reds and 100-reds of free CMS
CMS = content managment system
http://en.wikipedia.org/wiki/Content_management_system
http://www.opensourcecms.com/
Such systems includes, most of them:
login, logout, register, forum, guestbook, blog, write articles, news
and you manage all this contents,
at your site,
by using Your Admin control Panel.
Good Luck 🙂