Posts tagged with PHP

PHP Explode Function – Split Strings with PHP Explode Function

Posted on June 17, 2010 by ProWebGuruLeave a comment

When you are developing some application with PHP, then there might be a need to split the contents received from users or to split the contents which are stored in database and its a very common scenario where we can use PHP’s inbuilt function “explode”.

Splitted values can be used for manipulation as the values returned by explode function are “array”, so we can use it.

Checkout the following code its very simple to understand & use.

Continue reading…

Tags: , ,

How to Create a shoutbox using PHP and AJAX (with jQuery)

Posted on December 30, 2009 by ProWebGuruLeave a comment

See here is a very useful tutorial for those who are searching for to create shoutbox in PHP with AJAX and JQuery.

Its very useful tutorial showing how to use the ajax function of jQuery and how it can be used to insert and recover data from a MySQL database via PHP in a way asynchronous.

A shoutbox is a box where guests or members can type some messages and its shown on websites instantly.

Continue reading…

Tags: , , , , ,