Read my articles below and learn new things on PHP, regular expression, image handling and a lot more cool stuffs. Need a custom script? Send your mail to me [at] nashruddin.com and I'll post the code here, for free!
PHP has the date() function that returns day names and month names in english. But sometimes we want to display the date in our own language. Here's an example on how to do this Read more
Use this class to display your images with scale. Its very useful to create your images' thumbnail for your image gallery or shopping cart applications. You use this class by put it directly in your <img> tag like: <img src="image.php?filename=product1.jpg"> Read more