User Profile

Collapse

Profile Sidebar

Collapse
ham1
ham1
Last Activity: May 11 '10, 01:35 PM
Joined: May 5 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • ham1
    replied to Having issues with php code for a contact form.
    in PHP
    its okay! thank you for helping :)

    ill have a look now and hopefully figure out whats wrong :)

    EDIT:

    i tried the code you gave me but to no avail.

    I went onto SwiftMailer, i downloaded the library and installed the /lib folder onto my hosting server. Im going to mess around with it and see if i can get it going if not ill be back here :D

    thanks for the help :)
    See more | Go to post

    Leave a comment:


  • ham1
    replied to Having issues with php code for a contact form.
    in PHP
    i dont understand, am i not saying it properly lol.

    Basically everytime i go on the contacts page and fill in the form and send, i dont receive any emails! ive tested site5 and i know php is active and it does work! but there seems to be a problem with the code!
    See more | Go to post

    Leave a comment:


  • ham1
    replied to Having issues with php code for a contact form.
    in PHP
    lol right! sorry its just driving me crazy! it just doesnt work, ive tried all kinds of edits while looking around on the net but nothing works, it just doesnt seem to want to send any emails out!

    the website is www.precision-clean.co.uk, if you would like to have a look. I could also send the actual file to you maybe that could help you better with your assessment.

    thank you so much! any help would be greatly appreci...
    See more | Go to post

    Leave a comment:


  • ham1
    started a topic Having issues with php code for a contact form.
    in PHP

    Having issues with php code for a contact form.

    I have been trying to resolve this problem for weeks now (i am an novice), i have tried everything. Nothing i do seems to fix the problem.

    My host is site5
    The code im using on my contact.php page is :

    Code:
    <?php
    
    
    if(isset($_POST['SUBMIT'])){
    	
    		$naslov   = htmlspecialchars($_POST['subject'], ENT_QUOTES);
           	$lastname = htmlspecialchars($_POST['name'], ENT_QUOTES);
    ...
    See more | Go to post
    Last edited by Niheel; May 6 '10, 12:23 AM. Reason: Removed hi
No activity results to display
Show More
Working...