a1exlism
7/5/2016 - 8:05 AM

php_apostropheORs

<?php
  $test1 = 1234;
  $test2 = 5678;
  echo "test1:'$test1', test2:'$test2'";
?>

==>output
test1:'1234', test2:'5678'