+ Reply to Thread
Results 1 to 11 of 11

Thread: im haveing a prob with my form
      
   

  1. #1
    night60000 is offline Master Sergeant
    Join Date
    Mar 2007
    Location
    New York USA
    Posts
    68

    Question im haveing a prob with my form

    Hi i just build a Contact us page and action.php page like i did like 1000 times but i dont know right now im geting this errer message
    Parse error: syntax error, unexpected '<' in /home/wpsmxwf/public_html/rflli/action.php on line 260
    im useing BV 9.2 software does anyone know why im geting this message please help :(

    the site is www.rflli.com/contactus.html
    thank you
    Danny
    Danny B.

  2. #2
    Vasili's Avatar
    Vasili is offline Moderator
    Join Date
    Mar 2006
    Posts
    13,217

    Question Re: im haveing a prob with my form

    Quote Originally Posted by night60000 View Post
    Parse error: syntax error, unexpected '<' in /home/wpsmxwf/public_html/rflli/action.php on line 260
    Did you correctly Save your "action" page as ".php" or, instead, as ".html"?
    Did you properly check "multi-part dataform" on your Contact page?

    Are you in fact using the old manual script method, or using a 'Wizzard' within Blue Voda? If you are using a 'Wizzard' then you are using BV10 without knowing....
    . VodaWebs....Luxury Group
    * Success Is Potential Realized *

  3. #3
    night60000 is offline Master Sergeant
    Join Date
    Mar 2007
    Location
    New York USA
    Posts
    68

    Default Re: im haveing a prob with my form

    Hi i have the action php and all i check it like 20 times and its the same as all my other sites i know im useing the old BV let me ask u this if i upgrat to the new 10.2 that its out now would it give me prob with my other pages that i have already that was made by BV 9.2 ?
    and i check it before i am useing the 9.2 bv software
    Danny B.

  4. #4
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: im haveing a prob with my form

    I can't see your code (php code is not visible) but almost certainly you have missed part of the php code.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  5. #5
    night60000 is offline Master Sergeant
    Join Date
    Mar 2007
    Location
    New York USA
    Posts
    68

    Default Re: im haveing a prob with my form

    Hi naval how come u cant see the code im looking at it now i put the code at the action page in beginning page. and this is the code i put in there
    <?PHP
    $mailto = "info@rflli.com";
    $email = $HTTP_POST_VARS['email'];
    if ($email == "") {
    $email = $mailto;
    }
    $mailsubj = "Contact Us";
    $mailhead = "From: $email\n";
    reset ($HTTP_POST_VARS);
    $mailbody = "Rider For Life :\n";
    while (list ($key, $val) = each ($HTTP_POST_VARS))
    {
    if ($key!="submit")
    {
    $mailbody .= "$key : $val\n";
    }
    }
    mail($mailto, $mailsubj, $mailbody, $mailhead);
    Danny B.

  6. #6
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: im haveing a prob with my form

    You can see the code because you have it in your computer, I (and anybody else) can't.

    You have missed the last line of the code:

    ?>

    Add it and you will be ok.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  7. #7
    night60000 is offline Master Sergeant
    Join Date
    Mar 2007
    Location
    New York USA
    Posts
    68

    Default Re: im haveing a prob with my form

    thank you again Naval u the man i dont know how i missed that let me ask i just update my BV to 10.2 from 9.2 am i going to have any prob with uploading files from now that i did on the 9.2 ? or everything would be the same ?
    Danny B.

  8. #8
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: im haveing a prob with my form

    You can open and edit/save/publish pages created with the previous version, as you would do normally.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  9. #9
    night60000 is offline Master Sergeant
    Join Date
    Mar 2007
    Location
    New York USA
    Posts
    68

    Default Re: im haveing a prob with my form

    thats great thank you very much Naval :)
    Danny B.

  10. #10
    shandeclader is offline Private
    Join Date
    Aug 2008
    Posts
    4

    Default Re: im haveing a prob with my form

    i don't understand your language v10 code I'm just trying to fix the form on bluevoda what i did wrong

  11. #11
    night60000 is offline Master Sergeant
    Join Date
    Mar 2007
    Location
    New York USA
    Posts
    68

    Default Re: im haveing a prob with my form

    Shandeclader the code u see here on this page its a PHP code for a form on the BV 9.2 DO NOT try to use this code for the BV 10 its not going to work
    Danny B.

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