Question about Div Tags

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
pforsbergfan9
Forum Newbie
Posts: 1
Joined: Mon Jul 03, 2006 4:08 am

Question about Div Tags

Post by pforsbergfan9 »

I created my frame out of photoshop and used image ready to create my html page. I have everything in div tags after i sliced them up. Now I want to use php to call different pages into those div tags that i have set up. How would i go about doing that? Do I turn those html pages into a function and call that function? If so, how would i go about that? Thanks for your help guys and i hope this isnt a total newbie question.
Draco_03
Forum Regular
Posts: 577
Joined: Fri Aug 15, 2003 12:25 pm
Location: Montreal, Canada

Post by Draco_03 »

Take a look at http://ca.php.net/include/
and be sure to name your page XXXX.php
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

From the Useful Posts thread

Proper use of $_GET with includes: $_GET and include
Post Reply