banner I am Dev. A Freelance Web Developer from India. I have been working on for 2 years on PHP/MySQL, AJAX and related coding.

And personally I almost like everything that is OpenSource. I usally experiement with different opensource projects like RubyOnRails, OpenSocial, Facebook API and many more. More...
Oct
14th

Installing Apache, MySQL and PHP Engine

Author: Dev | Files under Apache, MySQL, PHP

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



Oct
14th

PHP Crash Course For Beginner’s - Part 1

Author: Dev | Files under PHP

PHP Crash Course Part 1
Continue Reading



Oct
2nd

A Beginner Guide To PHP Sessions

Author: Dev | Files under PHP

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



Sep
28th

PHP Function : Search All Substrings Within A Text

Author: Dev | Files under PHP

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



Sep
20th

PHP Function To make URL Friendly Strings

Author: Dev | Files under PHP

Here is another PHP function which convert strings used for SEO URL Friendly or Permalinks.
Continue Reading



Sep
19th

PHP Function To Download Remote File

Author: Dev | Files under PHP

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