Wednesday, March 7, 2012

[web-design] problem with some php

 

HI there,

any help on this would be great as I am not great with php.

I am having problems making a survey show up on this web page:

http://capecassini.com.au/book6.php

could someone who knows php tell me what is stopping the survey part of this page from showing up. this is the code for that part:

<h4>Guest survey before visiting:</h4>

We are an Ecotourism accommodation with an emphasis on managing resources.<br />
As we are now reaching a stage where we may soon be unable to cater for demand,
to gauge whether or not you will find our Retreat suitable, please answer the following questions on a scale of 1 to 10, 1 = no interest, 10 = highly interested

<form method="post" action="survey.php">

<ol>
<li><select name="opt1"><?php include "bookings/options.php" ?></select> We are interested in seeing wildlife</li>
<li><select name="opt2"><?php include "bookings/options.php" ?></select> We think it is important to save resources</li>
<li><select name="opt3"><?php include "bookings/options.php" ?></select> We enjoy an active lifestyle</li>
<li><select name="opt4"><?php include "bookings/options.php" ?></select> We enjoy simple food, preferably organic</li>
<li><select name="opt5"><?php include "bookings/options.php" ?></select> We are receptive to new ideas</li>
<li><select name="opt6"><?php include "bookings/options.php" ?></select> We enjoy challenging situations</li>
<li><select name="opt7"><?php include "bookings/options.php" ?></select> An exclusive accommodation should provide air conditioning and electric blankets</li>
<li><select name="opt8"><?php include "bookings/options.php" ?></select> We think that an exclusive accommodation should provide a 24 hour waiting service </li>
<li><select name="opt9"><?php include "bookings/options.php" ?></select> We believe that if we have paid for resources in our tariff that we are entitled to them</li>
<li><select name="opt10"><?php include "bookings/options.php" ?></select> We like the idea of being in a remote area without lots of other people</li>
</ol>

<input type="hidden" name="name" value="<?php echo $name ?>" />
<input type="hidden" name="email" value="<?php echo $email ?>" />
<input type="submit" name="submit_survey" value="Submit" />

</form>

<?php
echo "<p>Kind regards from Pat and David.</p>\n";
echo "</div>\n";
include "footer.inc";
exit;
}
}

?>

__._,_.___
Recent Activity:
---------------------------------------------------------------
web-design@yahoogroups.com is sponsored, owned, and founded by Technogypsie Designs (formerly Wandering Leaf Designs)
~etching your presence on the web  
leafworks@yahoo.com  

To unsubscribe or change your settings:
Please go to http://www.yahoogroups.com
- login, - choose group to modify, - change to unsubscribe,
web only, digest, or single post mode
By email: send a email from your email address receiving this
post to web-design-unsubscribe@yahoogroups.com
.

__,_._,___

0 comments:

Post a Comment