Creating a Simple PHP BBcode Parser function which use preg_replace() function to replace all the occurrence of BBcode with its corresponding HTML tags.
Show user information like IP address, useragent with PHP codes
[adslot] You might have seen some of the sites showing you the information like “Your IP address is 127.0.0.1 ” or “You are using Firefox browser” etc. Its really easy to display or get these user or visitor information using PHP codes. Here in this post, we will write a simple php code for displaying […]