Strings in PHP(mod8)

Absolutely no effort in this. <?php echo “Whatever you want to say in this line or block!” ?>. You can also implement strings within variables. It works the same as any programming language where the php variable – ?whatever – gets paired with a “=” sign. Functions are able to manipulate strings even more. Certain functions are able to replace words, concatenate phrases, and many more. For this assignment, I tested out the regular, double-quote implementation, and used variables.

Leave a comment