
ErrorDocument 404 http://example.com/404/ ErrorDocument 500 http://example.com/500/ # or map them to one error document: # ErrorDocument 404 /pages/errors/error_redirect.php...

first class name should be declared eg: here in above eg ‘apple’ is a class name, class should be declared within any html attribute. class...

please follow the like to get the php standard functions like geoip_continent_code_by_name() — Get the two letter continent code geoip_country_code_by_name()...

click here to download the code for googlehelperHere is the test file for it, just to make an impression on how it looks like : What it returns is latitude,...

This is how we select a post by category . Default Usage $posts_array is an variable here , get_posts( $args )here get_posts is a function $args is an...

Display only Parent Category in ul li a order with category id, This function cam be found in wp-include folder functions.php

.author is a class name inspect in the firebug or other tool if its other class used update or use that class or id.

where $user_ID is the variable ,and get_current_user_id(); is a function where we can find this function in get_current_user_id() ; this function will...

It is a must that a cookie or session shouldn’t contain a user’s password.because if a cookie or session is hijacked,we don’t want hijacker...

Ill explain with an example taking current login script with more secure. Using sessions is generally more secure than using cookies. This is because users...