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
I am Dev. A Freelance Web Developer from India. I have been working on for 2 years on PHP/MySQL, AJAX and related coding.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