Click to See Complete Forum and Search --> : Some php I saw in this forum, How does it work


Cerf
06-05-2003, 03:30 PM
Yo yo yo

I was wondering, on this forum after I make a post/thred I get this screen with a box that says something like. "Post successfuly. If you have chose made a poll you can make it now". I never see that screen in my histroy and all that. I was wonding how it worked, anyone know??

kidsleep
06-05-2003, 03:51 PM
The polls are a part of the software that runs the forum, vbulletin. IMO it's a pretty neat piece of software but rather expensive. I'm not familiar with phpBB but from what I hear it's pretty close to the functionality of VBulletin so it may have the options of polls. and it's free. Can't beat that.:D You may find some code you can use in it.

Cerf
06-05-2003, 07:38 PM
<meta http-equiv="Refresh" content="1; URL=index.php">

Works for me

iDxMan
06-07-2003, 01:52 PM
..or if you don't want to wait around.


header('Location: foo.php');
exit;