View Single Post
  #3 (permalink)  
Old 11-20-2003, 04:58 PM
Lionelandre Lionelandre is offline
WebProWorld New Member
 

Join Date: Nov 2003
Posts: 5
Lionelandre RepRank 0
Default

Very cool.

I figure I could use

if ($value != ""){
.....
}

in lieu of

if(!isset($value)) {
...
}

As you can tell, I'm just getting started and I'm learning as I'm doing!

Thanksmuch!

:L
Reply With Quote