Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Control Panel
Name: BigShow Date: January 3, 2007 at 21:02:38 Pacific OS: xp CPU/Ram: pentium 4 Product: gateway
Comment:
Hey Guys, I was wondering, I have been making websites for a while now ubt I would like to start making a control panel accessed by a username and password that will bring the client to a page whewre they can change out pictures. Where would I start. I am assuming I would need to use a database. If so which is the easiest to learn to start out.
Name: Michael J (by mjdamato) Date: January 4, 2007 at 08:30:57 Pacific
Reply:
You will need to use a server-side implemnetation.
I'd suggest: PHP (server-side scripting language) and MySQL (database). Both are opensource (i.e. free).
I suggest you go out and download XAMPP. It is an all-in-one installation of Apache Webserver, PHP & MySQL that you can install on your computer to use for development purposes. Then search for php tutorials concerning login scripts.
Summary: Does anyone know of any free web based control panel that users can log in and manage there webspace? I have tried all the ones on sourceforge. None of them worked well. ...
Summary: Thnks for that , ok for this i think i need access to the webserver directly ,but my server is an hosting company and i host my application using ftp and config it on the control panel, the solution w...
Summary: First; try to output the mysql-error aswell and use a link-identiefier: $link_id = mysql_connect($DBhost,$DBuser,$DBpass) if (!link_id){die("Unable to connect to database".mysql_error());} Now the scr...