actually i already have the following files:
1 html file and 1 php file and i want in php file to check 3 if statements like the following:
if ($Question1=="Public User")
and i want for each different choice to be published the specific page (either a php or html)
I already have include in my html file the following line:
<FORM METHOD=POST ACTION="index.php">
so can i add it again in index.php file or i have to reconstruct it?
thanks indeed