Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

PHP $_SERVER superglobal variables.

$_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

Global Tidings Near this issue

levitra 20 mg cost, no prescription pharmacy, cheapest cialis 20mg, viagra price, cialis online no prescription. http://cialis20mgrx.com tadalafil 20mg tablets

Global Dirt Give this issue

levitra 20mg coupons, pharmacy online, cialis 20mg, viagra best price, buy generic cialis online no prescription. http://tadalafil20mgsoft.com cheap cialis 20mg

Global Missive Draw near this controversy

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

How to update record in Wordpress

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'] = $_

How to write custom mysql query in Wordpress

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

How to get last insert id in Wordpress

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

Object Literals In Javascript

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 in C++

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

Scope in javascript

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

1 8 76
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: