PHP Creating Static HTML Page

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
coreyr
Forum Newbie
Posts: 2
Joined: Fri May 25, 2007 3:54 pm

PHP Creating Static HTML Page

Post by coreyr »

Hello, I have been reading this tutorial http://www.phpfreaks.com/tutorials/29/2.php
On page 3 it states "$sourcepage is the file that we're going to prepare in the next step that performs all of your MySQL queries and formats your html for you. It should be the file that is currently on your web server."

The next step does not show how to create the $sourcepage file.

I have looked all over the Internet for a tutorial that shows how to call to a file that runs a query and exports the HTML back to the original file so it can be placed on the server.

Any help would be appreciated.

Thank You,

Corey R.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply