Everything posted by comeonboro123
-
php redirect
Thank you very much, i already had the index.php file but it was on my other computer, and i couldnt find the code again on any sites. Thanks again.
-
php redirect
Hi there. I need a simple php script that when users visit my domain, it takes them to another site, this site being www.teessidemusiclive.wordpress.com. I know nothing of PHP and i really need your help. Thank you in advance.
-
Problems with homepage
Hi. Earlier this afternoon the homepage of my website looked how it was supposed to, and when i visit it now it looks different. For example, most of the content have moved to the right. I have not changed anything either, which i find strange, why should it have changed with nothing has been done to it :S Does anyone have any ideas. The website is here EDITED TO SAY IV NOW FIXED THE PROBLEM
-
I need help with a form
<div id="Contact"> <form method="POST" action="mailer.php"> <div align="center"> <p> </p> <p> </p> <p><span class="style1">Name:</span> <input type="text" name="name" size="19"> <br> <br> <span class="style1">E-Mail:</span> <input type="text" name="email" size="19"> <br> <br> <br> <span class="style1">Message:</span><br> <textarea rows="9" name="message" cols="30"></textarea> <br> <br> <input type="submit" value="Submit" name="submit"> </p> </div> </form></div>
-
I need help with a form
Hi all, i recently uploaded my site and the form isnt working, when i submit the form i get an error. The address is http://www.teessidemusiclive.co.uk . Would anyone be able to send me a correct php script that would work for my site. heres what i have so far: <?php if(isset($_POST['submit'])) { $to = "teessidemusiclive@hotmail.com"; $name_field = $_POST['name']; $email_field = $_POST['email']; $message = $_POST['message']; foreach($_POST['check'] as $value) { $check_msg .= "Checked: $value\n"; } $body = "From: $name_field\n E-Mail: $email_field\n $check_msg Option: $option\n Message:\n $message\n"; echo "Data has been submitted to $to!"; mail($to, $subject, $body); } else { echo "blarg!"; } ?>
-
Design problems
Thanks for the replies guys.
-
Design problems
Hi, my website is here, and it looks totally different to what it looks like on the computer i designed it on. Does anyone know why? For example, the font i used for the "latest updates" part of the homepage isnt whats used when i designed it. The font size is also smaller on the design but not on the site you can see. Can anyone help me out.
-
Inspiration for your websites
As the title states, I recently designed a website which i thought looked good, then when i got it online it i realised it was terrible, so im looking at redesigning it, so where do you get your inspiration from when designing a website.
-
How do i get a 3-4 column div
Thanks for all your warm welcomes. Iv managed to get the layout how i wanted, but how do i do the"clear" bit that Boyles Web Design mentioned?
-
How do i get a 3-4 column div
Thanks for your reply, shall try that now.
-
How do i get a 3-4 column div
Hi, im looking to make a website with either a 3 column or 4 column div (side by side). Is this possible to do as im having trouble even putting 2 divs side by side. So if you can help could you either help me through my dilemma or possibly give me the code to use Thanks in advance