Web Hosting Vodahost    

Home Take The Royal Tour! Order Now Features Prices
Go Back   Web Hosting > BlueVoda Website Builder Forums > Forms

Notices

Forms Discussion and help related to designing and implementing forms in the BlueVoda Website Builder.

Reply
 
LinkBack Thread Tools
  #1  
Old 05-12-2008, 02:15 PM
Sergeant
 
Join Date: Apr 2008
Location: Cape Town, South Africa
Posts: 27
Default Form Error

On my website www.mumiandbubi.co.za/shop.html I have designed a simple form. I have also completed the Thank you page...

Whenever I submit I get this error message.

Parse error: syntax error, unexpected '<' in /home/qgqgxnaj/public_html/mumiandbubi.co.za/action.php on line 48

Not sure what is going on - this website is an add on domain. I have forms on my main domain website and they work and I (think) I have done them the same way.

Any help - please not too many techny bingo words.

Cheers
__________________

Karen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old 05-12-2008, 06:00 PM
Andy128's Avatar
Major General
 
Join Date: Dec 2005
Location: Michigan
Posts: 2,275
Default Re: Form Error

Could you copy/paste the php code that you are using here in this thread so we can see.

Andy
__________________
My diamond in the rough - www.123gpp.com

* Click here for some BV tutorials (Php mailto Form, I-Frames, Picture display and much, much more!)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old 05-13-2008, 12:33 PM
Sergeant
 
Join Date: Apr 2008
Location: Cape Town, South Africa
Posts: 27
Default Re: Form Error

Where would I find the php code?

Cheers
__________________

Karen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old 05-13-2008, 01:00 PM
Sergeant
 
Join Date: Apr 2008
Location: Cape Town, South Africa
Posts: 27
Default Re: Form Error

OK - I think this is my php code

<?PHP
$mailto = "karengold@telkomsa.net";
$email = $HTTP_POST_VARS['email'];
if ($email == "") {
$email = $mailto;
}
$mailsubj = "Shop";
$mailhead = "From: $email\n";
reset ($HTTP_POST_VARS);
$mailbody = "Values submitted from web site form :\n";
while (list ($key, $val) = each ($HTTP_POST_VARS))
{
if ($key!="submit")
{
__________________

Karen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old 05-13-2008, 01:06 PM
Sergeant
 
Join Date: Apr 2008
Location: Cape Town, South Africa
Posts: 27
Default Re: Form Error

OK - chatting to myself here...

I checked my php code and I hadn't copied and pasted the entire thing.... re-copied and pasted and it now works.

Thanks for bringing this to my attention.

Main issue is that the code is no longer underneath Form Tutorial 1 (well it wasn't yesterday) ... I had to cut and past it off a form in another of my websites and hence did not scroll down far enough....
__________________

Karen
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old 05-13-2008, 06:18 PM
navaldesign's Avatar
General & Forum Moderator
 
Join Date: Oct 2005
Location: Italy
Posts: 8,834
Default Re: Form Error

You don't need it anymore. The new BV 10 has a built in form processor. Follow the text instructions under the Videp Tutorial and BV will upload the necessary php code automatically for you.
__________________
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!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT +1. The time now is 04:04 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC7
2007 VodaHost.com - All Rights Reserved

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 50 51 52 53