KennethBarria Posted March 4, 2013 Share Posted March 4, 2013 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "[url=http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd]http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd[/url]"> <html xmlns="[url=http://www.w3.org/1999/xhtml]http://www.w3.org/1999/xhtml[/url]"> <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <title>A'S DIGITAL WORKS</title> <link rel="stylesheet" type="text/css" href="xres/css/style.css" /> <link rel="icon" type="image/png" href="xres/images/favicon.png" /> <link type="text/css" href="css/styles.css" rel="stylesheet" media="all" /> </head> <body> <div id="wrapper"> <div id="header"> <h1><a href="index.php"><img src="xres/images/logo.png" class="logo" alt="A'S DIGITAL WORKS" /></a></h1> <ul id="mainnav"> <li><a href="index.php">Home</a></li> <li><a href="services.php">services</a></li> <li class="current"><a href="contact.php">contact us</a></li> <li><a href="location.php">location</a></li> <li><a href="hto.php">how to order</a></li> <li><a href="about.php">about us</a></li> </ul> </div> <div id="content"> <div id="gallerycontainer"> <div class="portfolio-area" style=" padding:140px 0 20px 0;"> <div id="contactleft"> <h3>Address</h3> <?php include('db.php'); $result = mysql_query("SELECT * FROM address"); while($row = mysql_fetch_array($result)) { echo $row['address']; } ?> </div><br> <div id="contactright"> <h3>Message Form</h3> <form class="validate" action="messageexec.php" method="POST"> <p> <label for="name" class="required label">Name:</label><br> <input id="name" class="contactform" type="text" name="name" /> </p> <p> <label for="email" class="required label">Email:</label><br> <input id="email" class="contactform" placeholder="Example: [email protected]" type="text" name="email" /> </p> <p> <label for="subject" class="required label">Subject:</label><br> <input id="subject" class="contactform" type="text" name="subject" /> </p> <p> <label id="message-label" for="message" class="required label">Message:</label><br> <textarea id="message" class="contactform" name="message" cols="28" rows="5"></textarea> </p> <p> <label></label> <input class="contactform" id="submit-button" type="submit" name="Submit" value="Submit" style="height: 35px;" /> </p> </form> </div> <div class="column-clear"></div> </div> <div class="clearfix"></div> </div> </div> <div id="footer"> <h4>102.219.93 •<a href="index.php">National Highway, Sta Rosa Philippines </a></h4> <p>Hours of Operation • 24hours Monday to Sunday • 8:00am - 10:00pm</p> <a href="index.php"><img src="xres/images/footer-logo.jpg" alt="James Buchanan Pub and Restaurant" /></a> <p>© Copyright 2013 A's Digital Works and Designs | All Rights Reserved <br /></p> </div> </div> </body> </html> Link to comment https://forums.phpfreaks.com/topic/275234-php-auto-reply-help-me-pls/ Share on other sites More sharing options...
KennethBarria Posted March 4, 2013 Author Share Posted March 4, 2013 pls help me to put the autoreply PLS thanks for your help : ) Link to comment https://forums.phpfreaks.com/topic/275234-php-auto-reply-help-me-pls/#findComment-1416509 Share on other sites More sharing options...
Christian F. Posted March 4, 2013 Share Posted March 4, 2013 Please use the [code][/code] tags around your code, as it helps make both your post and your code a lot easier to read. Please explain your problem, in detail and completely. Please post in the Freelance section, if you're looking to hire people to do it for you. Thank you. Link to comment https://forums.phpfreaks.com/topic/275234-php-auto-reply-help-me-pls/#findComment-1416512 Share on other sites More sharing options...
KennethBarria Posted March 4, 2013 Author Share Posted March 4, 2013 sir i would like to add only the Auto reply thats what i need thanks for the feedback : )but ireally want to add auto replythere are no code of auto replly in that codes so help mee Link to comment https://forums.phpfreaks.com/topic/275234-php-auto-reply-help-me-pls/#findComment-1416544 Share on other sites More sharing options...
Christian F. Posted March 4, 2013 Share Posted March 4, 2013 Sure, I can help. Just send me a detailed specification sheet of what it is you want, exactly, and I'll quote you a price. "Adding auto-reply" is not describing anything, btw. As there is no hint even as to what said auto-reply should be replying to, or for what reason. PS: I said to use the [code][/code]tags around your code for a reason. Which means: Use them when posting code. PPS: Please read the rules. Link to comment https://forums.phpfreaks.com/topic/275234-php-auto-reply-help-me-pls/#findComment-1416555 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.