Server-side scripting is a web server technology in which a user's request is fulfilled by running a script directly on the web server to generate dynamic web pages. It is usually used to provide interactive web sites that interface to databases or other data stores. This is different from client-side scripting where scripts are run by the viewing web browser, usually in JavaScript. The primary advantage to server-side scripting is the ability to highly customize the response based on the user's requirements, access rights, or queries into data stores.
Server side Scripting Core PHP and PHP++:
PHP is a widely-used general-purpose scripting language that is especially suited for Web development and can be embedded into HTML.
PHP and MySQL Database Development and Administration is a practical hands-on course that covers the key and fundamental areas of the
PHP Web scripting language and the development and administration of MySQL databases. It is excellent for creating dynamic,
database-driven Web sites. PHP (Hypertext Preprocessor) is a tool that lets you create dynamic web pages. PHP - enabled web pages
are treated just like a regular HTML pages and you can create and edit them the same way you normally create regular HTML pages.
The course will take you through all you need to know to use PHP in creating an incredible web site.
Introduction PHP:
Why php and mysql, server side scripting overview, getting started with php, php syntax and variables, php control structures
and functions, passing information with php, php string handling, arrays in php, php number handling, php troubleshooting, php as an
object-oriented, working with the file system, working with cookies, php types, php advanced functions, securing php, php configuration,
php exceptions, php styles, sending email with php, integration of php with java, javascript, and xml, creating and consuming web services
with php, creating graphics with php, Case studies
My Sql Database integration:
A database is an integrated collection of logically-related records or files consolidated into a common pool that provides data for one or more multiple uses. One way of classifying databases involves the type of content, for example: bibliographic, full-text, numeric, image. Other classification methods start from examining database models or database architectures.
MySQL is the leading open source relational database management system and is extensively deployed around the world. Gain the
skills needed to administer and maintain MySQL databases. A database can do many things like collection of data and whatever the
data is depends on the kind of database you are currently working with e.g. of database used in our everyday lives include - address
books, card index, etc. e.g of DBMS (Database Management System) are Oracle, MS - SQL, Access, MYSQL etc. MYSQL in particular
is flexible, fully featured and very powerful. MYSQL is also seen as a natural partner of PHP.
Introduction to databases and MySql:
Installation, learning MySql (structured query language), database administration and design, integrating PHP
and MySql, database queries, integration of web forms and databases, improving database efficiency, MySql troubleshooting's |