
Search In
$_SERVER is a PHP super global variable which holds information about headers, paths, and script locations.
The example below shows how to use some of the elements in $_SERVER.
<?php
echo $_SERVER['PHP_SELF'];
echo "<br>";
echo $_SERVER['S
levitra 20 mg cost, no prescription pharmacy, cheapest cialis 20mg, viagra price, cialis online no prescription. http://cialis20mgrx.com tadalafil 20mg tablets
levitra 20mg coupons, pharmacy online, cialis 20mg, viagra best price, buy generic cialis online no prescription. http://tadalafil20mgsoft.com cheap cialis 20mg
People uses http://sildenafil.cheap/ cost of sildenafil as standard treatment an eye to mexican pharmacy in all settings, including diabetes. Sundry men got euphoric using drugs without prescriptions classification of treatment because it contains qu
Hello Guys,
If you are looking to update data in wordpress database, please follow the below example::
global $wpdb;
$address_data['state'] = $_REQUEST['state'][$i];
$address_data['country'] = $_REQUEST['country'][$i];
$address_data['zipcode'] = $_
Hello Guys,
Some time we need to custom mysql query. If you are looking to write custom mysql query in Wordpress. Please follow the code for the same::
global $wpdb;
$sender_name = $wpdb->get_results("SELECT first_name,last_name FROM sender_deta
Hello Friends,
Programmer generally need last insert id for their coding requirement. If you are new in Wordpress and you need to fetch last insert id after insertion. Please follow the code below:
// Define the DB object
global $wpdb;
// Define
Like in many other programming languages, there are objects in JavaScript.The objects in JavaScript can be compared to object in real life. JavaScript object's is a standalone entity, with its own properties and type . Compare it with a bucket, for
Storage classes defines the scope of the variable in the function. Storage class specified for a variable shows that for how long time the variable will remain in the program and which section of the program will have the accessibility of the variabl
Hii,
In this blog i am going to discuss about scope in Javascript and how we can use it.
Being a JavaScript developer one should have proper knowledge about JavaScript scope.
JavaScript scope specifies objects,function and set of variables which
