From: Matthew G. <gr...@mu...> - 2004-12-02 02:57:49
|
The page you're adding the "<?php $sid=SID; $results=1; include('/home/mpmitri/public_html/poll1/public/handler.php'); ?>" must be a PHP page that your web server will execute. So for example if your current home page is index.html and your web server servers .html pages as static html then the PHP include will fail. On Wed, 2004-12-01 at 18:44 -0800, Michael Mitri wrote: > I can not insert the survey into an existing pag. I have placed the > PHP tag in the HTML page but it dose not work...all i get is the > script. I have been trying to do this for three days 8 houres each > day. I have no clue what i am doing. All I want to do is have the > phpESP placed on my homepage. This is the second software that I have > tryed...my main problem is that i have no clue hoe to work > with .php....ggggrrrrr im going crazy > > The HELP page makes it sound so easy "If you would like to insert the > (real-time) results of a survey into a web page, use the following PHP > code.<?php $sid=SID; $results=1; > include('/home/mpmitri/public_html/poll1//public/handler.php'); ?> " > > I tryed that but it dose not work. > > Yes I am a newbie. Mike > > |