Code: Select all
$user_id = "bob";
$license_num = "799";
$string= "$user_id"._."$license_num";
echo "$string";
I don't exactly understand the proper use of quotes and periods in queries, so have been experimenting, but no luck so far..
how to write it properly?
any help appreciated in advance..
thanks,
mc