View Full Version : PHP Question


militia00
02-08-2003, 07:04 AM
Ya ok, i didn't see a php area or n e thing. I'm sure someone on this board knows php:

Ya ok, peoples. I want to add myy poll to my main page, but like, how do I do that?! What tag(s) do I use?

LoL

Here's my poll URL is if it helps...

http://www.hostultra.com/~pav/poll/poll.php (Poll URL)

If i can't add it to my main page.. well... screw that then

epolady
02-08-2003, 08:17 AM
Does your host support PHP ?

Ökii
02-08-2003, 09:09 AM
are you constructing your other pages with php? as the form action points to the same page (I'd guess either simply $_SERVER['PHP_SELF'] or $_SERVER['REQUEST_URI'] in the actual script) you could just include it into the main doc
include('poll/poll.php');

failing that, maybe iframe it.