Hi
Can anyone help ... i am reading in from mysql database...and
setting php variable equal to a $_request variable from database....but because the variable ...
ie "name" is John Smith....the variable only picks up the John and not the Smith...is this because of the space between the name John Smith????...
Code sample
$name=$_request['name']...
Cant find any details in manuals regarding this
Hotlips
Can anyone help ... i am reading in from mysql database...and
setting php variable equal to a $_request variable from database....but because the variable ...
ie "name" is John Smith....the variable only picks up the John and not the Smith...is this because of the space between the name John Smith????...
Code sample
$name=$_request['name']...
Cant find any details in manuals regarding this
Hotlips