Page 1 of 1

Question about Div Tags

Posted: Wed Jul 05, 2006 2:08 pm
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.

Posted: Wed Jul 05, 2006 2:14 pm
by Draco_03
Take a look at http://ca.php.net/include/
and be sure to name your page XXXX.php

Posted: Wed Jul 05, 2006 2:17 pm
by John Cartwright
From the Useful Posts thread

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