|
|
Home »
PHP »
Miscellaneous
::
JavaScript is mainly used as a client side scripting language, while PHP is a server side technology. Unlike Java or ASP.Net, PHP doesn't have tools to make it work client side. That is why you need to combine JavaScript and PHP scripts to develop powerful web-applications.
Related Tutorials
 |
|
 |
|
PHP and MySQL - Introduction
PHP / Getting Started
The topics covered in this tutorial include:
* PHP basics, including script structure, variables, supported types, constants, expressions, and type conversions
* Condition and branch statements supported by PHP, including if, if...else, and the switch statements
* Looping statements
* Arrays and array library functions
* Strings and string library functions
* Regular expressions
* Date and time functions
* Integer and float functions
* How to write functions, reuse components, and determine the scope and type of variables
* An introduction to PHP object-oriented programming support
* Common mistakes made by programmers new to PHP, and how to solve them.
Site: www.brainbell.com
Report -
View Tutorial
|
|
 |
|
 |
|