Web Technology Experts Notes

We are Web Technology Experts Team who provide you Important information on Web Development, Interview Questions and Answers, live project problem and their solution and online free tutorials.

  • Home
  • PHP
    • PHP Interviews Questions
    • LIVE Project Problem
    • PHP Functions
    • PHP Security
    • PHP Questions
    • PHP 7 Updates
    • Papal Integration
    • PHP MySQL
    • Regular Expression
  • Databases
    • MySQL Interview Questions
    • MYSQL Database
    • MYSQLI Database
    • MYSQL Query
    • MongoDB Database
    • MongoDB Mongoose
    • Redis
    • MySQL Console Commands
  • Framework / CMS
    • Laravel
    • Zend Framework 1
    • Zend Framework 2
    • Zend Framework 3
    • Wordpress
  • Javascript
    • NodeJS
    • MongoDB
    • ExpressJs
    • JSON
    • JavaScript Interview
    • jQuery
    • JavaScript
    • Ajax
    • Google Map
    • jQuery Plugin
  • Interview Question
    • Node Js Interview Questions
    • PHP Interview Questions
    • MySQL Interview Questions
    • JavaScript Interview
    • Zend Interview
    • Ajax Interview
    • Apache Interview Questions
    • OOPs Interview Questions
  • Web Services / API
    • Web Services
    • Facebook Integration
    • Paypal Integration in Website
    • APIs
    • Braintree Quick Integration
    • Amazon Integration
    • Twitter Interation
    • Shell Script
    • Youtube Interation
  • Web Development
    • AWS Integration
    • Unix Commands
    • Htaccess
    • Paypal
    • Braintree
    • FFMPEG
    • Web Services
    • Facebook Integration
    • Linux
    • Regular Expression
    • Server
    • Wamp Server
  • Write for Us
Showing posts with label PHP Functions. Show all posts
Showing posts with label PHP Functions. Show all posts
Wednesday, 18 May 2016

How to add element to array in php?

›
Question: How to add element to array? $arrayData = array(0=>'one',1=>'two',3=>'three'); print_r($arr...
Tuesday, 17 May 2016

How to delete an array elements?

›
Question: How to delete an array element based on key? $arrayData = array(0=>'one',1=>'two',3=>'three'...
Wednesday, 16 March 2016

How to convert a negative number to positive Number in PHP

›
Question: How to convert a negative number to positive Number in PHP? $converToPostive= abs(-10.2); // 10.2 $converToPostive=abs(10.2)...
Tuesday, 19 January 2016

PHP 7 new features

›
Following are PHP 7 new features Scalar type declarations : In this we can declare what type of argument will be accepted by functi...
Friday, 2 October 2015

What is session_set_cookie_params

›
void session_set_cookie_params ( int $lifetime [, string $path [, string $domain [, bool $secure = false [, bool $httponly = false ]]]] ...
›
Home
View web version
Powered by Blogger.