Php/Mysql/Ajax Hacks

How to fix readfile error from TimThumb script

Friday, June 25th, 2010
TimThumb script is a nice script to convert images into thumbs on the fly, but on some servers it shows Warning: readfile() has been disabled for security reasons. Actually to develop this script they used wrong function, coz many server disab ... More
3 Votes, Rating: 4.331 Star2 Stars3 Stars4 Stars5 Stars

Tags: ,
Posted in Php/Mysql/Ajax Hacks | No Comments »

How to display Random Array Images/value by php

Thursday, June 3rd, 2010
Display Random Array Images or value very easily by php Well Its so easy to show Random Images or array value by php. We need to use make an Array. $arr = array("google.jpg","yahoo.jpg","w3cgallery.gif","twitter.jpg"); We can use any images for ... More
1 Votes, Rating: 51 Star2 Stars3 Stars4 Stars5 Stars

Tags: ,
Posted in Other help, Php/Mysql/Ajax Hacks | No Comments »

how to store SimpleXML parse value into session or Mysql by PHP

Thursday, February 25th, 2010
PHP store SimpleXML value into Session or MYSQL ?? Well While working with Twitter API i face a problem to store SimpleXML parse value into session or mysql. It works fine on that page where you parse value and store in session but doesn't work on n ... More
6 Votes, Rating: 4.51 Star2 Stars3 Stars4 Stars5 Stars

Tags: , ,
Posted in Other help, Php/Mysql/Ajax Hacks | No Comments »

Php how to delete duplicate records from mysql ??

Tuesday, October 27th, 2009
Is there any way to delete duplicate records from mysql by php ??? if you are one who searching this in google, so answer is YES. how i will let you know. see this post below and you will do that easily. select all database unique results for sele ... More
4 Votes, Rating: 41 Star2 Stars3 Stars4 Stars5 Stars

Tags: ,
Posted in Php/Mysql/Ajax Hacks | 1 Comment »

Best Ajax examples and technique

Thursday, October 22nd, 2009
Most wanted Ajax Examples and technique Web applications have made huge leaps and bounds in improving user experience thanks to a lot of recently developed Ajax technology. When you combine some neat functionality courtesy of PHP with the cleverness ... More
17 Votes, Rating: 3.761 Star2 Stars3 Stars4 Stars5 Stars

Tags:
Posted in Php/Mysql/Ajax Hacks | 3 Comments »

Best jquery plugins examples

Wednesday, October 21st, 2009
Top Examples for Jquery plugins As ajax demand increasing, jquery going more and more popluar. By Jquery is really easy to make ajax pages, fetch, store, dropdowns, forms, etc, here are some example i have found on internet. i guess this can help yo ... More
3 Votes, Rating: 4.671 Star2 Stars3 Stars4 Stars5 Stars

Tags:
Posted in JQuery, Php/Mysql/Ajax Hacks | 1 Comment »

how to add Array value in select box by php foreach?

Thursday, September 24th, 2009
How to add Double array value into Option box by foreach ?? Infact its very old codes, but i seen many developer or new coder face lot of problem, while works with php foreach function and need to add an array info option box. I still remember wh ... More
1 Votes, Rating: 51 Star2 Stars3 Stars4 Stars5 Stars

Tags: ,
Posted in Php/Mysql/Ajax Hacks | 2 Comments »

How to create time difference like 1 day ago in php??

Wednesday, September 2nd, 2009
Time difference function to display particular records added x mins ago! Calculate the difference in time between a past date and a future date A time difference function that outputs the time passed in facebook's style: 1 day ago, or 4 months ago. ... More
3 Votes, Rating: 4.671 Star2 Stars3 Stars4 Stars5 Stars

Tags:
Posted in Php/Mysql/Ajax Hacks | 4 Comments »

How to add Lytebox with AJAX contents ??

Wednesday, August 26th, 2009
Lytebox/Lightbox problem with AJAX ?? is there any way to add Lytebox/Lightbox within Ajax/jquery loaded pages ??? YES!, now you can add lytebox effect on Ajax loaded content too,  It was really tough to search out how ? but i have try a lot and ... More
2 Votes, Rating: 41 Star2 Stars3 Stars4 Stars5 Stars

Tags: ,
Posted in JQuery, Other help, Php/Mysql/Ajax Hacks | 8 Comments »

How to change php dateTime as per time zone ?

Thursday, August 20th, 2009
convert how to convert GMT to GMT+530 as IST(Indian Standard) Its really confusing some time to display current local time by php, date works ok in all zone but time creates problem when you are not in 'UTC' time zone. i have search a lot on ph ... More
2 Votes, Rating: 51 Star2 Stars3 Stars4 Stars5 Stars

Tags: ,
Posted in Other help, Php/Mysql/Ajax Hacks | 2 Comments »

Advertisements


CSS (Design) - TOP.ORG