0% found this document useful (0 votes)
5 views27 pages

PHP Codesss

The document contains a compilation of PHP exercises covering topics like escaping characters, square bracket notation, string functions like strlen and strtoupper, string replacement, basic math operations, arrays, and array functions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views27 pages

PHP Codesss

The document contains a compilation of PHP exercises covering topics like escaping characters, square bracket notation, string functions like strlen and strtoupper, string replacement, basic math operations, arrays, and array functions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 27

__________________________________________________________________

____

COMPILATION OF EXERCISES IN

THE SUBJECT WEB SYSTEM TECHNOLOGY

____________________________________
____
Prepared by:

CHARMAINE RIO

Submitted to:

Francis Carabuena
PHP Exercise # 6: Escaping Characters

PHP Exercise # 7: Square Bracket Notation

PHP Exercise # 8: Strlen() Function


PHP Exercise # 9: Strtoupper() and Strtolower() Function

PHP Exercise # 10: Str_replace() Function


PHP Exercise # 11: Basic Operations (*,/, +,-,^)
PHP Exercise # 12: BIDMAS

PHP Exercise # 13: Increment Operator


PHP Exercise # 14: Decrement Operator

PHP Exercise # 15: Shorthand Operator


PHP Exercise # 16: Floor() Function

PHP Exercise # 17: Ceil() Function


PHP Exercise # 18: Indexed Array

PHP Exercise # 19: print_r() Function


PHP Exercise # 20: array_push() Function

PHP Exercise # 21: count() Function

PHP Exercise # 22: array_merge() Function

You might also like