PHP / MySQL Test Server Setup – Part 3
Mostly for my programming students. Part 3 – This video walks you through how to test and configure the Apache web server. I don’t get into all the configuration options, just the ones that you’re most likely to use as a developer. Just the basics.
Use PHP to Retrieve MySQL Data
Display the data in a MySQL database table in a web page using PHP.
PHP / MySQL Test Server Setup – Part 2
Mostly for students in my programming class. Part 2 – This walks you through how to setup the software. nVU, Notepad++, PHP Designer are straight forward. WinLAMP has a few more options.
.htaccess tip – Force www. in dynamic php mysql flash web site tutorial
Here is the code to copy and paste # Make all requests have the www. in them RewriteEngine on RewriteCond %{HTTP_HOST} ^websitename\.com RewriteRule ^(.*)$ www.websitename.com [R=permanent,L] In this quick web development tip Adam Khoury of Flash Building discusses the apache method of forcing script connection in case the www is missing from a URL that requires it for script connection.
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
Connect Access / OOBase to MySQL Using ODBC Part 1 of 2
This video demonstrates how to install and configure the MySQL ODBC driver on a Windows-based PC and then use it to connect either Microsoft Access or Open Office Base to a MySQL database. Part 1 of 2.
Learn PHP Now – Mysql & PhpMyAdmin (1/2)
Learn how to use PhpMyAdmin and manage databases through PHP.