Online Order Form

This is a discussion on "Online Order Form" within the PHP Forum section. This forum, and the thread "Online Order Form are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > PHP Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Oct 13th, 2007, 06:47
New Member
Join Date: Sep 2007
Location: Singapore
Age: 28
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Online Order Form

Hi,

can anyone help me on how fields on the order form that are not filled in will not be shown on the email to the administrator?
Reply With Quote

  #2 (permalink)  
Old Oct 13th, 2007, 06:56
Rakuli's Avatar
SuperMember

SuperMember
Join Date: Sep 2007
Location: Australia
Age: 24
Posts: 956
Blog Entries: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Online Order Form

you check that it is not empty

PHP: Select all



$_POST
['this'] = trim($_POST['this']); // remove white space at the ends

if (!empty($_POST['this'])) // checks that variable is set and not empty
{
// add to the email message body

Cheers
Last Blog Entry: The wannabe juggler's quest (Oct 27th, 2007)
Reply With Quote
Reply

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP order form DezMarker PHP Forum 4 Apr 6th, 2008 22:54
Order By Maverick25r PHP Forum 2 Jun 28th, 2007 13:29
Help creating a Multi line order form wacara Classic ASP 0 Apr 23rd, 2007 18:25
MI Online Analyst/Management Information/SEO/Online/Email/Folkestone Web JobBot Job Opportunities 0 Jan 10th, 2007 15:12
Tab Order aje Web Page Design 2 May 13th, 2006 14:49


All times are GMT. The time now is 02:11.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.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