Search results

  1. V

    php email problem

    Thankyou all for your comments hi guys, thanks very much for your help - im useless with php and it has taught me a few things solving the problem with the help or all of your comments... the email is successfully working now: <?php $type = $_REQUEST["type"]; $fname =...
  2. V

    php email problem

    Hi Guys, i have a html form which sumbits data to a file.. submit_mail.php recently the email im receiving from the php file has been blank? nothing except telling me a subject and who the email is from the code in the php file is: <?php $type = $_REQUEST["type"]; $fname...
  3. V

    php form problem

    Hi Guys, i have a html form which sumbits data to a file.. submit_mail.php recently the email im receiving from the php file has been blank? nothing except telling me a subject and who the email is from the code in the php file is: <?php $type = $_REQUEST["type"]; $fname =...
  4. V

    how do you keep the background in the same place

    i have an image i need to use as the background and need it to stay in the same place, so that when you scroll down it is still on the screen, i have found an example of what i need, but cant figure out how to do it... like in the link below i need to have my image in the same place at all...
Top