PHP if..else..else if Statements
Learn PHP if..else..else if Statements.PHP if..else..else if Statements are Conditional statement which are used to perform different actions based on different conditions....
Learn PHP if..else..else if Statements.PHP if..else..else if Statements are Conditional statement which are used to perform different actions based on different conditions....
PHP session is used to store data on server side. session_id is a unique number which is used to identify every user in a session based environment.Learn php session tutorials...
PHP Cookies are stored on the client side. PHP cookies are not as secure as sessions.Learn php cookies....
PHP provides various string functions to access and manipulate strings. Learn PHP String Functions like strlen(),strtoupper(),stripslashes(),str_replace(),strlen() etc. ...
Learn PHP Echo Statement. PHP echo statement can be used to print the string, multi-line strings, escaping characters, variable, array, number etc...
Learn How to Install PHP. You can install php using WAMP for Windows, LAMP for Linux, MAMP for Mac, SAMP for Solaris, FAMP for FreeBSD, XAMPP (Cross, Apache, MySQL, PHP, Perl) for Cross Platform: It includes some other components too such as FileZilla, OpenSSL, Webalizer, Mercury Mail, etc....
what is difference between php4 and php5?...
Learn Tutorial How to parse xml using php.XML is the acronym for Extensible Markup Language. XML is used to structure, store and transport data from one system to another. It uses opening and closing tags. ...
Learn PHP interface in OOPs Tutorial. Interface OOPs can be used to access the properties of another class....
Learn MYSQL Trigger. A MYSQL trigger is a stored program invoked automatically in response to an event such as insert, update, or delete that occurs in the associated table....
Learn Session Management using php Tutorial . Session variable is used to store data in php. we can configure and manage session using php.ini file....
Learn PHP Variable. PHP variable starts with the $ sign followed by the name of the variable. i.e $x, $y, $z. ...
The PHP syntax and semantics are the format and the related meanings of the text and symbols in the PHP programming language. They form a set of rules that define how a PHP program can be written and interpreted...
PHP is an open-source, interpreted, and object-oriented scripting language that can be executed at the server-side. PHP is well suited for web development. Therefore, it is used to develop web applications that executes on the server and generates the dynamic page....
Learn how to Initial Server Setup and Configurations on CentOS 7...
How to create website or blog using WordPress. WordPress is the world most popular website builder....