Jump to content

PHP - Auto reply help me PLS :)


KennethBarria

Recommended Posts

<!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: john12@yahoo.com" 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
Share on other sites

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.

Edited by Christian F.
Link to comment
Share on other sites

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.

Edited by Christian F.
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.