Thread
:
PHP Generic check of URL values
View Single Post
#
3
(
permalink
)
11-20-2003, 04:58 PM
Lionelandre
WebProWorld New Member
Join Date: Nov 2003
Posts: 5
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
Lionelandre
View Public Profile
Send a private message to Lionelandre
Find all posts by Lionelandre