Sending Mails with Attachments With ASP.Net, it is easy to use the class MailAttachment to send mails with attachments. The following code...
n C, a string is stored as a null-terminated char array. This means that after the last truly usable char there is a null, hex 00, which is...
Try using the gzip source code which can be found here http://www.gzip.org/#sources
This I think will consume a lot of stack space if it recurses a lot of times. I guess loops are a more efficient way of implementing this.
Insert the code in index.php, the logic is that according to the page parameter's value appropriate file is included and it's contents are...
That's is very simple, all you would need to do is to use a switch statement. Here is a sample code, $page = $_GET['page']; switch($page)...
LOL! I took shakthi's '&' in the post for a literal AND and not the address-of operator!
Are you suggesting that you want to include the files according to the parameter that is passed?? If that is what you want to do, that's very much...
Introduction A very common and extremely useful functionality in Web Developement is sending emails from a Web Application. Some of the very...
Sometimes we need the user to enter only numbers in a text field, so I have some up with a small piece of JavaScript to do exactly that. It works...
I didn't really get your question, kindly explain!
But I guess, absolute URLs are harder to maintain.
We can also use RLIKE, it works just like REGEXP.
All the is trying to do is spy on the user by saving his IP when he is try to view an image. A file with .jpg extension contains some PHP code,...
Well, the PATH variable usually contains the following by default %SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem And you just...
Well, I did it because of my need, I remembered your earlier query about Directory Size. So, try to modified this code for getting directoru size!
Rakish, check this out http://www.go4expert.com/showthread.php?t=2348
Getting a recursive listing of all the specified directories within a specified path using FTP. We sometimes requires to calculate the number of...
You have to add the path of the Java bin directory, so that when you type in command the shell would know where to look for. The PATH variable...
You have add the Path of the Java bin directory to the Windows PATH environment variable so that JDK programs are accessible on the command line...
Separate names with a comma.