Hello All How can I insert a php file into another php file , For example I want to put the poll booth in top cell and results in the below cell Just like the http://www.phpwizard.net
Thanx for your help in advance
So u have 3 files
One the main file where u want to call the other 2 ie. poll.php3 and result.php3
So u can just type
include "result.php3" include"../poll.php3"
depending on their path and call them whenever u want.
chanderjit