Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more

Go Back   Webmaster Forums - Webmaster forum for HTML, PHP, ASP, CSS and more > Web Programming > PHP Development
User Name
Password

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 09-20-2005, 06:28 PM   #1 (permalink)
ez2c
Member
 
Join Date: Aug 2005
Location: Texas
Posts: 40
Default Test the value of a database field using conditional statement for empty

hi,
I am trying to test if a user enters nothing in a field in my db form the php script will enter something like ' not entered ' in this field in the db.
I tried something like below but get an error message. I know I need some type of conditional statement but don't know how to put it together.

if (some_array[some_field] != "")
{
do something
}

check to see if the field is empty or not. if it is empty, it'll put something there.

any help would be appreciated! thanks in advance!
ez2c is offline   Reply With Quote
Sponsored Links
Old 09-20-2005, 10:29 PM   #2 (permalink)
ultan
Member
 
Join Date: Sep 2005
Posts: 59
Default

Can you list the whole code so we can take a look at what may be the problem?
ultan is offline   Reply With Quote
Old 09-21-2005, 06:11 PM   #3 (permalink)
econ
Junior Member
 
Join Date: Jun 2005
Posts: 28
Default

It's safer to use empty().
PHP Code:
if($_POST['submit']) { 
   if((empty(
$_POST['field1'])) || (empty($_POST['field']))) { 
    echo 
"empty field"
     }  else { 
         
// submit data 
         

} else { 

echo 
"FORM HERE"
// make sure you have 'name=submit' in your submit button 

cheers
econ is offline   Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

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

Points Per Thread View: 1.00
Points Per Thread: 11.00
Points Per Reply: 5.00



» Sponsors

» Links

» Affiliates
Web Hosting
Online Backup Reviews
Marketing Find
Merchant Select
SiteMap Builder
Host Compare
Dedicated Servers

» Links

» Sports Network
Paintball Forum
Football Forum
Hockey Forum
Golf Forum
Boxing Forum
Lacrosse Forum
Baseball Forum
SnowBoarding Forum
Soccer Forum
MMA Forum


All times are GMT -4. The time now is 07:17 PM.



LinkBacks Enabled by vBSEO 3.0.0 RC8
Webmaster Forums