Search results

  1. ziyadg

    i really need help?

    Hi Pixie, You need to Log into your CPanel account and add a FTP account using the tool on there. Once you have created one, all the FTP details are displayed. Ziyad
  2. ziyadg

    E-mail Flash Form with PHP3

    Try these <?PHP $theName = $_POST['theName']; $theEmail = $_POST['theEmail']; $theMessage = $_POST['theMessage']; $to = "smartwebsolutions@mail.com"; $subject = "Flash contact Form"; $message = "Name: " . $theName; $message .= "\nEmail: " . $theEmail; $message .= "\n\nMessage: " ...
Top