How do remove a directory and all its contents in linux shell The following command will do it for you. rm -rf directoryname
Read More
Home
Archive for
2014
Access web pages without adding domain on Zpanel hosting
This is called as Enable website preview in Zpanel zpanel users now we are able to implement Web site preview function in zpanel wi...
Read More
Style Last eliment of dynamic html element list using CSS
This is called as CSS3 :last-child Selector This Will select last html element in certain css class. As an example think your php a...
Read More
How one can request random rows from mysql or other database
See this post: SQL to Select a random row from a database table . It goes through methods for doing this in MySQL, PostgreSQL, Microsoft...
Read More
Free responsive blogger templates
Who would like to take good thing about their websites for numerous purposes coming from business to self-realization? We took anyone covere...
Read More
Get the last "X" characters of a PHP string?
This will show you how get some character length form ending of php string. Use substr() with a negative number for the 2nd argument....
Read More
cURL for instead of php file_get_contents core function
Please try following custom function to get file contents via cURL. <?php function file_get_contents_curl($url) { $ch = curl_...
Read More
How to run php file using cron jobs
Cron runs commands as they would be ran via the shell, so running PHP would use local paths. You need to use a command like: php ...
Read More
HTML Iframe sandbox atribute
allow-forms allows form submission allow-popups allows popups allow-pointer-lock allows pointer lock allow-same-origin allows the ...
Read More
How to create a copy of an object in PHP?
Within PHP 5+ objects tend to be passed by reference. In PHP 4 there're passed by value (that's the reason it had runtime pass by re...
Read More
Add JavaScript Confirmation On HTML Link Click with Advanced event handling
Advanced event handling However normally you wish to separate your current HTML as well as Javascript, so You might want to don't ut...
Read More
Add JavaScript Confirmation On HTML Link Click
To display a JavaScript Confirmation when click a link on HTML page, We can use Inline event handler. Inline event handler. Within th...
Read More
Welcome to Tech Dropper
Hey Guyz, Welcome you all to our newest Technology Dropper Site. We hope to give you tech tutorials, tech reviews, tech news and anything a...
Read More
Subscribe to:
Posts
(
Atom
)