PHP Tutorial Example
Thursday, December 5, 2013
How to use in_array() function in PHP
›
To check a variable exists in array you can use in_array() function: Syntax: bool in_array ( mixed $needle , array $haystack [,...
1 comment:
Saturday, November 30, 2013
How to use str_replace function
›
Define: This function returns a string or an array with all occurrences of search in subject replaced with the given replace value. Syntax:...
PHP String and diffirent between single quotes and double quotes
›
PHP - String: In the last lesson, PHP Echo, we used strings a bit, but didn't talk about them in depth. Throughout your PHP career you w...
Wednesday, November 27, 2013
Basic PHP Syntax and Enable Short Tag in PHP.ini file
›
When PHP parses a file, it looks for opening and closing tags, which are <?php and ?> which tell PHP to start and stop inte...
Monday, November 25, 2013
How to install Xampp step by step and test PHP code
›
To PHP installtion you can download Xampp or Wampp, I am introduce with xampp for windows. Step 1: download xampp soft. Link to download x...
Home
View web version