Jump to content

abdullahpb

Members
  • Posts

    10
  • Joined

  • Last visited

Posts posted by abdullahpb

  1. pls help me to create php for this html form......code is below

     

     

    <div class="contact-info"> <div class="contact-info-left"> <h3>Feel free to contact us. Just fill the below form.</h3> <form method="post" action="send_form_email.php"> <span> <input type="text" class="name-textbox" value="Name" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Name';}"> <input type="text" class="telephone-textbox" value="Telephone" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Telephone';}"> <div class="clear"></div> </span> <input type="text" class="textbox" value="Email" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Email';}"> <span> <textarea value="Message:" class="message-textbox" onfocus="this.value = '';" onblur="if (this.value == '') {this.value = 'Message';}">Message</textarea> <input type="submit" value="Go" class="contact-btn"> <div class="clear"></div> </span> </form>

  2. i got this codes form unitconverter.com.....when i put this code together it does not work......the code is below...

    <html><body><!-- Unit Conversion Script - TheUnitConverter.com --><div style="width:238px;margin:0px auto;float:left;"><div style="width:99.5%;border:1px solid #2D6AB4;border-top:none;border-bottom:none;text-align:center; height:24px;font-size:16px;padding:5px 0px 0px 0px;border-top-right-radius:5px; border-top-left-radius:5px;background-color:#2D6AB4;color:#FFFFFF; font-weight:bold;"><a href="http://www.theunitconverter.com/" style="color:#FFFFFF; text-decoration:none;">Length Conversion</a></div><script type="text/javascript" src="http://ww.theunitconverter.com/converter.php?l=en&t=1&c=0&a=FFFFFF&d=000000&b=2D6AB4&s=length"></script></div><!-- End of Unit Conversion Script --><!-- Unit Conversion Script - TheUnitConverter.com --><div style="width:238px;margin:0px auto;float:right;"><div style="width:99.5%;border:1px solid #2D6AB4;border-top:none;border-bottom:none;text-align:center; height:24px;font-size:16px;padding:5px 0px 0px 0px;border-top-right-radius:5px; border-top-left-radius:5px;background-color:#2D6AB4;color:#FFFFFF; font-weight:bold;"><a href="http://www.theunitconverter.com/" style="color:#FFFFFF; text-decoration:none;">Weight Conversion</a></div><script type="text/javascript" src="http://ww.theunitconverter.com/converter.php?l=en&t=1&c=0&a=FFFFFF&d=000000&b=2D6AB4&s=weight"></script></div><!-- End of Unit Conversion Script --><!-- Unit Conversion Script - TheUnitConverter.com --><div style="width:238px;margin:0px auto;float:left;"><div style="width:99.5%;border:1px solid #2D6AB4;border-top:none;border-bottom:none;text-align:center; height:24px;font-size:16px;padding:5px 0px 0px 0px;border-top-right-radius:5px; border-top-left-radius:5px;background-color:#2D6AB4;color:#FFFFFF; font-weight:bold;"><a href="http://www.theunitconverter.com/" style="color:#FFFFFF; text-decoration:none;">Volume Conversion</a></div><script type="text/javascript" src="http://ww.theunitconverter.com/converter.php?l=en&t=1&c=0&a=FFFFFF&d=000000&b=2D6AB4&s=volume"></script></div><!-- End of Unit Conversion Script --><!-- Unit Conversion Script - TheUnitConverter.com --><div style="width:238px;margin:0px auto;float:right;"><div style="width:99.5%;border:1px solid #2D6AB4;border-top:none;border-bottom:none;text-align:center; height:24px;font-size:16px;padding:5px 0px 0px 0px;border-top-right-radius:5px; border-top-left-radius:5px;background-color:#2D6AB4;color:#FFFFFF; font-weight:bold;"><a href="http://www.theunitconverter.com/" style="color:#FFFFFF; text-decoration:none;">Area Conversion</a></div><script type="text/javascript" src="http://ww.theunitconverter.com/converter.php?l=en&t=1&c=0&a=FFFFFF&d=000000&b=2D6AB4&s=area"></script></div><!-- End of Unit Conversion Script --></body></html>

     

    but if put it separately it works like.......

     

    <html><body><!-- Unit Conversion Script - TheUnitConverter.com --><div style="width:238px;margin:0px auto;float:right;"><div style="width:99.5%;border:1px solid #2D6AB4;border-top:none;border-bottom:none;text-align:center; height:24px;font-size:16px;padding:5px 0px 0px 0px;border-top-right-radius:5px; border-top-left-radius:5px;background-color:#2D6AB4;color:#FFFFFF; font-weight:bold;"><a href="http://www.theunitconverter.com/" style="color:#FFFFFF; text-decoration:none;">Area Conversion</a></div><script type="text/javascript" src="http://ww.theunitconverter.com/converter.php?l=en&t=1&c=0&a=FFFFFF&d=000000&b=2D6AB4&s=area"></script></div><!-- End of Unit Conversion Script --></body></html>

     

     

     

     

    pls help me......fast huh.....

  3. i just wanna create website in it..i have my civil plans for home and offices....in it i want to create cart so that when client press the buy button it will come to cart.......and i also wanna create checkout button in cart so that when client finish shopping he will ba able to buy everything he selected........pls post the codes to do this ..........

  4. hi everybody,

    i have docs containing school books. and i wanna make a word search using php and html can anybody give the full reference to create it.

     

    things i need in it :

    > word search

    > with multi option (i.e. like grade selection and subject selection)

     

     

     

     

    pls somebody help me........................

×
×
  • Create New...