






Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Community
Ask the community for help and clear up your study doubts
Discover the best universities in your country according to Docsity users
Free resources
Download our free guides on studying techniques, anxiety management strategies, and thesis advice from Docsity tutors
PHP is a popular open-source web development language that can be embedded into HTML and generally runs on a web server. It acts as a filter and is widely used due to its compatibility, database connectivity, and support for Object-Oriented Programming. In this document, we provide an overview of PHP, its characteristics, usage, interaction with HTML, and security considerations.
Typology: Study notes
1 / 10
This page cannot be seen from the preview
Don't miss anything!
---Xue Wu
Web development
Grammatical: ---Can be both embedded into HTML and separated from HTML code:
... ?> (XML passers ) <%... %> Competitor: Microsoft’s Active Server Page Sun Microsystems’ Java Server Page Mode_perl Rapid Application Development (RAD) Cake PHP, PRADO, Symfony, Codelgniter
echo Can output multiple strings: <? $a="hello"; $b="world"; echo "a","b"; ?> ---result: hello world Print Can only output single string: <? $a="hello"; $b="world"; print "a","b"; ?> ---Parse error: parse error in d:adminmyphphometest.p hp3 on line 54
To prevent from damaging on your website
http://en.wikipedia.org/wiki/PHP last retrieved on 2009-2- http://www.phpchina.com/?action_thematici nfoview_itemid_34132.html “PHP tutorial”, last retrieved on 2009-2- http://www.phpfreaks.com/tutorial/php- security/page9 “PHP Security”, last retrieved on 2009-3-