Posts Tagged ‘get’
PHP Basics: Install a Webserver with PHP and MySQL (Windows)
Get started with PHP by installing a webserver with PHP and MySQL support. For ease of use and convenience, i’ll be showing you how to install XAMPP available from www.apachefriends.org
PHP Lesson 06: User Login
Code @: gorilla3d.s3.amazonaws.com Using php & html to generate a user login form & authenticate the user
PHP Lesson 10: MySQL User Login – Part 1
Professional Database Development www.comentum.com code @ www.gorilla3d.com UPDATE: ——————————- How do you create the database for this tutorial? Php 09: phpMyAdmin www.youtube.com Sorry for the confusion
PHP Tutorial: Installation and The Basics
To get php and apache installed use xampp. xampp is free and contains php / apache (around 33mb) 1. Download and Install XAMPP from here: www.apachefriends.org 2. on windows go to C:\xampp it should have a folder called htdocs. If you put a file called foo.html into the htdocs folder you should be able to access it by going to localhost or /foo.php. There’s also something called WAMP www.wampserver.com There’s a lot of php tutorials out there just search google www.google.com Request …

