simonpearce
ISP
Hello!
I need to be able to add something to the end of a string in an If . . .then statment:
So: If 'regtype' equals 'new' then add ',17' to the end of the $query2 string:
if ($FORM{'regtype'} eq "new" {
#$query2 .= "&service=14"
CODE GOES HERE!!!
}
Hope that makes sense! $query2 can be a number of different things that's why I can hard code it.
Simon
I need to be able to add something to the end of a string in an If . . .then statment:
So: If 'regtype' equals 'new' then add ',17' to the end of the $query2 string:
if ($FORM{'regtype'} eq "new" {
#$query2 .= "&service=14"
CODE GOES HERE!!!
}
Hope that makes sense! $query2 can be a number of different things that's why I can hard code it.
Simon