Hey guys !
I'm a young web designer and they asked me to make a Prayer form like this
Prayer Request Form
the prayer request will be posted to the website after they submit it .
i think it uses PHP and i dont have a clue lol !
Help anyone that knows..
The Code say..
PHP Code:
<head>
<script language="JavaScript" type="text/javascript">
<!--
function mmLoadMenus() {
if (window.mm_menu_0731115600_0) return;
window.mm_menu_0731115600_0 = new Menu("root",140,16,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#d1dbe4","#990000","left","middle",3,0,1000,-5,7,true,true,true,5,true,true);
mm_menu_0731115600_0.addMenuItem("FRIENDS PAGES","location='friends.html'");
mm_menu_0731115600_0.addMenuItem("FRIENDS PAGES > ADD","location='friendsForm.php'");
mm_menu_0731115600_0.hideOnMouseOut=true;
mm_menu_0731115600_0.menuBorder=0;
mm_menu_0731115600_0.menuLiteBgColor='#ffffff';
mm_menu_0731115600_0.menuBorderBgColor='#56708b';
mm_menu_0731115600_0.bgColor='#ffffff';
window.mm_menu_0731115600_1 = new Menu("root",174,16,"Verdana, Arial, Helvetica, sans-serif",10,"#000000","#ffffff","#d1dbe4","#990000","left","middle",3,0,2000,-15,18,true,true,true,5,true,true);
mm_menu_0731115600_1.addMenuItem("PRAYER REQUESTS > VIEW","location='prayer.html'");
mm_menu_0731115600_1.addMenuItem("PRAYER REQUEST > ADD","location='requestForm.php'");
mm_menu_0731115600_1.addMenuItem("ANSWERED PRAYERS > VIEW","location='answered.html'");
mm_menu_0731115600_1.addMenuItem("ANSWERED PRAYER > ADD","location='answerForm.php'");
mm_menu_0731115600_1.hideOnMouseOut=true;
mm_menu_0731115600_1.menuBorder=0;
m
.............(view page source!)
I Just want the part that they Submit there Request Then the request will directly Go to the Prayer page.