+ 13
Some uses of PHP are :
â˘used for creating dynamic website
â˘can interact with any back-end database server
â˘user can be restricted to access a specific web page
â˘it can handle forms, i.e. gather data from files, save data to a file
â˘you can add, delete, modify elements within your database through PHP. Accessing cookies variables and set cookies is also possible
â˘It supports many database such as MySQL, PostgreSQL, Oracle, etc.
â˘It is perfectly suited for Web development and it can be embedded directly into the HTML code.



