Follow Me

Archive | PHP RSS feed for this section

How to convert number to word in javascript

2. August 2010

7 Comments

Today I am sharing number to text convert script that simply input number and produce its wordy counterparts. It is the most simple script and easy to implement in the project. Example : Suppose you want to make ‘ 12345 ‘ read like ‘ twelve thousand three hundred forty five ‘ , Enter your number in text [...]

Continue reading...

Dynamic multiple image upload using jquery

27. June 2010

11 Comments

Friends, Today I am posting multiple image upload using jquery in a php form. It is a dynamic script that will upload image without refresh and stored temporarily in the database. It will finally set in database when we will submit our main form. Here is the code for our form - <table width="100%" align="center" border="0"> <form method="post" [...]

Continue reading...

How to calculate number of days between two dates

19. June 2010

0 Comments

Following are the script that calculate number of days between two dates. I used this script in my recent project work. I need to run a cron file to all members of the site that haven’t logged into site more than 7 days. I created this script for sending email if log in time of [...]

Continue reading...

how to add background color onmouseover using jquery

18. June 2010

0 Comments

Hi Friends, In my recent project work, I need to add background color on table row (even rows) on mouse over. I used jquery for this. Its very easy to do that. You need to call two java script function – one for adding background color onmouseover and second for returning back to original background color [...]

Continue reading...

Google map demo using php class

9. June 2010

0 Comments

Hi Guys, Today I am posting google map demo using php api. Few months back I need to develop a google map in php for my client therefore I google and found some complex methods of generating google map.  There was some script that needs latitude, longitude for gmap. All I wanted to do is to [...]

Continue reading...