×

php up to date

Remove Category from home page osclass

Remove Category from home page  osclass
Remove Category from home page  osclass   Open theme folder and edit functions.php file,  find out h1 tag with categories under div with class name row  remove from there  to closing tab of row div... that's all categories now removed from your home page completely.  Eg:  ...

Find WHOIS Domain

Find WHOIS Domain
Find WHOIS Domain <? require("whoisClass.php"); $whois=new Whois; echo $whois->whoislookup("google.com"); ?> Download WhoisClass.php From  http://99webtools/php-whois-script.p...

PHP Question And Answers

PHP Question And Answers
PHP Question And Answers 1. What is the importance of "action" attribute in a html form? ANS: The action attribute determines where to send the form-data in the form submission. 2. Distinguish between urlencode and urldecode? ANS: This method is best when encode a string to used in a query...

Allow or Deny Website Access using IP Address

Allow or Deny Website Access using IP Address
Allow  Website Access using One IP Address Restrict website access using .httacess file order deny,allowdeny from allallow from 112.221.323.443 Allow  Website Access Except Few IP Address order deny,allowdeny from 80.52.168.0/23deny from 181.138.10.153/32deny from 182.138.78.129/32 allow...