Sometimes you may need to write a script where you may need to create a file or directory through PHP. But, you cannot simply create
If you are writing a PHP code or a Plugin you should be very careful at using functions, why means that the function you
I asked my Friend to send an eBook to me. Last night he sent to me and I received the file in my Email
I understand you are working in a very Old Programming language which is not been used for years and the problem is now you have
Math is always fun if you understand it. So, Today’s tutorial focusing on how to add series of Even numbers easily. Let us take a
Math is always fun if you understand it. So, Today’s tutorial focusing on how to add series of Odd numbers easily. Let us take a
If you are a programmer sure you will be often working with forms and most of the time there will be a Check Box at
A single attribute which helps us to disable Right Click Event and this script will work for all the browsers including IE Old Versions. Here
This tutorial shows you how to dynamically load webpages in an iFrame using jQuery. Basically loading pages in an iframe using AJAX. Its simple, use
There are several ways you can reverse a string in PHP. One is using default function and the 2nd way is without using default function.