Hi all
i am newbie in PHP
I would like to learn how to create simple admin panel via PHP
if possible pls help me
i am very in need of this script with explanation
Thans beforehands

Recommended Answers

All 10 Replies

Member Avatar for diafol

Have you googled? There are loads of scripts online with full descriptions. Try some research first.

could u tell me first witch type of admin panel you want and what purpose?

hi
i would like to enter my administrtation page directly from my site and upload pictires, and other files not entering hosting site (for ex:www.mysite.com/cpanel when it opened it will ask me password username)
and finally i would like to redirect my domain to my hosting.
i bought domain from one company and i bought hosting from other company and i would like to redirect this domain to this hosting.
if you were helped me that would be great
thanks for attention

dude if u want to upload your hosting on your domain name then change the name sever to Your Hosting Provide Company Nameserver. you may Change it in your Domain Control Panel.
If u don't know Nameserver Then you May Ask to Your Hosting Provide Company This will Give you Nameserver.

Thank you
but how i can create simple admin panel with file uploading features
www.mysite.com/adminpanlepage
i need tutorial or script with expalanation
thanks for attention

hi can you help me
to create simple admin panle like www.mysite.com/adminpanle_page
with uploading pictures features to certain palace (for ex: images folder) and with user authentication
thanks for attention

Member Avatar for diafol

Have you googled?

Have you thought of learning some basics before tackling this?
You'll need to know about:

sessions and $_SESSION variables
mysql connections
html forms with file upload
$_FILES vsariables
file functions and folder permissions

hi can you help me
to create simple admin panle like www.mysite.com/adminpanle_page
with uploading pictures features to certain palace (for ex: images folder) and with user authentication
thanks for attention

Could u Tell me in Briefly That Witch Page You Want to Include in Your Admin Panel and Where to Put it. if You only want to Include Image Uploading Feature Then There not Need to Create admin panel.
for Image Uploading Feature Then go to Below Page:
http://www.php-mysql-tutorial.com/wikis/mysql-tutorials/uploading-files-to-mysql-database.aspx

simple steps are:-
step1:- create admin.php with this page insert values into a table.(insert into....)
step2:- retrieve content from table on preview,php(mysql_fetch_array....)
Step3:- include update script in admin.php

commented: you revived a dead post - why? -3

You can make the admin login page with html form.
You can also use html forms for uploading pics

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.