How can I concatenate two variables as strings? For example,
PHP Code:$a = "asdf";
$b = "ghjk";
fwrite($theFile, ???); //want to have asdfghjk
|
Results 1 to 6 of 6
Thread: PHP again - String concatenationThreaded View
|
Click Here to Expand Forum to Full Width |