06/11/2014
Basic Course outline:
PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. PHP code is interpreted by a web server with a PHP processor module, which generates the resulting web page: PHP commands can be embedded directly into an HTML source document rather than calling an external file to process data.
Syllabus:
• Introduction about php
• Compare php with .net and java
• Php structure
• Introduction about wamp,lamp and xamp server
• Strings in php
• Operators
• Control structure
• Array
• Array Functions
• Oops • Exceptional Handling
• Html with php
• Connect php with mysql using mysql_connect method
• Connect php with mysql using mysqli_connect method
• Connect html with mysql server
• Fetch the data from mysql in table view
• Store the image into mysql
• View the stored image in web page from database
• Session • Cookie • File concept • Create csv file • Upload the file • Download the file
• Introduction about Xml
• Create the xml file using php
• Upload the xml file into php