August 2010
M T W T F S S
« Jul   Sep »
 1
2345678
9101112131415
16171819202122
23242526272829
3031  

Learning PHP and WordPress Templates

 

Step 1: Setup MySQL and PHP

==>  ?http://maestric.com/doc/mac/apache_php_mysql_snow_leopard

Test to see if php works by creating a sample php file

?<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php phpinfo(); ?>
</body>
</html>

Step 2: Install Wordperss

Step 3: Find a good SQL admin tool

?If you have a Mac try http://www.sequelpro.com/

 

Leave a Reply

 

 

 

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>