Blogging Tips is holding a hot forum contest with big cash prizes. Fifty members will be chosen to receive their prize through paypal. Click here to know more.
Continue Reading
I am Dev. A Freelance Web Developer from India. I have been working on for 2 years on PHP/MySQL, AJAX and related coding.Blogging Tips is holding a hot forum contest with big cash prizes. Fifty members will be chosen to receive their prize through paypal. Click here to know more.
Continue Reading
As we know PHP Engine is itself cannot handle all the tasks of a web server and needs Apache Web Server and MySQL Database Server in co-laboration with it.
So, lets know how do we do this in Windows OS and Linux OS.
Continue Reading
Introduction:
Sessions are one of the simplest and more powerful tools in a web developers arsenal. This tool is invaluable in dynamic web page development and it is one of those things every developer needs to know how to use.
This article explains the basics of PHP Sessions.
Continue Reading
Hope, you know about the built-in PHP function substr which finds a substring with a given string between the given postions. But, there is no built-in PHP function which returns substrings positioned between a given starting and ending charecters. So, here is the function which exactly does this work.
Continue Reading
Here is another PHP function which convert strings used for SEO URL Friendly or Permalinks.
Continue Reading
As I promised in my first post. I am starting with a simple PHP function that have saved a lot of time in uploading files to the server.
Continue Reading
As a freelancer for about 2 years, I have been writing tons of code for me and my clients, and been almost passive in reusing code written by those great programmers around the world. But, sometimes I endup with no results in Google for what I needed and so when I coded something strange, I always felt like sharing it back with the world that helped me a lot. But, time and my lazyness did not allow me to write and maintain a site for sharing my code.
Continue Reading