+ Reply to Thread
Results 1 to 2 of 2

Thread: Web form issues...
      
   

  1. #1
    nigeaustin is offline Private
    Join Date
    Oct 2009
    Posts
    1

    Default Web form issues...

    I have some problems with my BlueVoda website www.tranquil.com.au

    I have a web form on my contact us page and there is a bunch of text coming up at the top of the page like this when the site is viewed on the net...

    0) { $upload_DstName[$i] = $prefix . "_" . str_replace(" ", "_", $_FILES[$key]['name']); $upload_SrcName[$i] = $_FILES[$key]['name']; $upload_Size[$i] = ($_FILES[$key]['size']); $upload_Temp[$i] = ($_FILES[$key]['tmp_name']); $upload_Type[$i] = ($_FILES[$key]['type']); etc, etc

    Also, when you click send on the web form, it comes up as an error. How do I get the form to go through to my email address? I have entered the details on the form, but there must be an error somewhere...

    How do I make the background set so it always fills one screen only, keeping the same size and does not flow onto the next page?

    Any help appreciated!

  2. #2
    wysiwyg4 is offline Major
    Join Date
    Nov 2007
    Posts
    481

    Default Re: Web form issues...

    Re-publish your page as php and not html

    Any page with forms, you must publish with php.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49