Guest Posted August 1, 2008 Posted August 1, 2008 Can some nice kind person out there please tell me what i need to do to convert the below coding to php <html> <head> <meta http-equiv="Content-Language" content="en-gb"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>The Parcel Company</title> </head> <body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0" bgcolor="#F5F5F5"> <div align="center"> <table border="0" width="750" cellspacing="0" cellpadding="0"> <tr> <td bgcolor="#FFFFFF" style="border-left: 1px solid #CCCCCC; border-right: 1px solid #CCCCCC" colspan="2"> <div align="center"> <table border="0" width="95%" cellpadding="2" height="320"> <tr> <td align="left" valign="top"><font face="Trebuchet MS" color="#E83526" size="3"><br> </font> <font face="Trebuchet MS" color="#FFFFFF" style="font-size: 20pt; font-weight:700; background-color:#0066FF"> Shipping Rates</font></td> </tr> <tr> <td width="140" bgcolor="#0066FF"> <div id="innerdiv0"></div> </td> </tr> <tr> <td align="left" valign="top"> <p align="justify"> <font face="Trebuchet MS" size="2">We are able to offer services from UK addresses to almost every corner of the globe.Our cheapest service is the Home 48 service at <b> £5.99</b> + VAT. You can use the feature below to get an instant quote for all of our services.</font></p> <form method="POST" action="--WEBBOT-SELF--" name="quote"> <table border="0" width="100%" cellspacing="4" cellpadding="4"> <tr> <td width="21%" bgcolor="#0066FF"> <b> <font face="Trebuchet MS" size="2" color="#FFFFFF">Collection From</font></b></td> <td bgcolor="#0066FF" colspan="2"> <font face="Trebuchet MS"> <select size="1" name="collection" style="font-family: Trebuchet MS; font-size: 10pt; color: #666666; border: 1px solid #CCCCCC; width: 240px"> <option value="uk" selected="selected">UK - Mainland</option> <option value="ni">UK - Northern Ireland</option> <option value="sh">UK - Scottish Highlands</option> <option value="iow">UK - Isle of Wight</option> <option value="iom">UK - Isle of Man & Isle of Scilly</option> </select></font></td> </tr> <tr> <td width="21%" bgcolor="#0066FF"> <b> <font face="Trebuchet MS" size="2" color="#FFFFFF">Delivery To</font></b></td> <td colspan="2" bgcolor="#0066FF"> <font face="Trebuchet MS"> <select size="1" name="delivery" style="font-family: Trebuchet MS; font-size: 10pt; color: #666666; border: 1px solid #CCCCCC; width: 240px"> <option value="uk" selected="selected">UK - Mainland</option> <option value="iow">UK - Isle Of Wight</option> <option value="sh">UK - Highlands & Islands</option> <option value="ni">UK - Northern Ireland</option> <option value="iom">UK - Isle of Scilly</option> <option value="iom">UK - Isle of Man</option> <option value="ci">UK - Channel Islands</option> <option value="uk">-------------</option> </div> </body> </html> I am not asking for anyone to do the job 4 me all i need to know is what do i need to do to convert it into php Thanks for looking http://www.theparcelco.co.uk COMING SOON
♥geoffreywalton Posted August 1, 2008 Posted August 1, 2008 Try looking at the code in a file in the root of your shop and the php section of www.w3schools.com Need help installing add ons/contributions, cleaning a hacked site or a bespoke development, check my profile Virus Threat Scanner My Contributions Basic install answers. Click here for Contributions / Add Ons. UK your site. Site Move. Basic design info. For links mentioned in old answers that are no longer here follow this link Useful Threads. If this post was useful, click the Like This button over there ======>>>>>.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.