Php/Mysql/Ajax Hacks

How to Import large sql backup on new server or domain?

Saturday, April 30th, 2011
How to Move large mysql backup on new server. Well this is impossible to upload/import large mysql backup file on new server via myphpadmin due to its time and size limitations. But we have solution now, here is. It can be done using a tool BigDu ... More
5 Votes, Rating: 4.81 Star2 Stars3 Stars4 Stars5 Stars

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

Php How to add Next Previous links on detail page

Saturday, February 26th, 2011
How to Add Next/Back link on detail page within same "category" or same "group" Well, I have search about it on Google, some sites give options to fetch records by  auto generated "ID". but it looks funny to me, if we fetch records by Id, it could ... More
18 Votes, Rating: 2.391 Star2 Stars3 Stars4 Stars5 Stars

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

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
5 Votes, Rating: 3.81 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
3 Votes, Rating: 3.671 Star2 Stars3 Stars4 Stars5 Stars

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

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
7 Votes, Rating: 4.141 Star2 Stars3 Stars4 Stars5 Stars

Tags: , ,
Posted in Other help, Php/Mysql/Ajax Hacks | 2 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
5 Votes, Rating: 3.61 Star2 Stars3 Stars4 Stars5 Stars

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

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
143 Votes, Rating: 41 Star2 Stars3 Stars4 Stars5 Stars

Tags:
Posted in Php/Mysql/Ajax Hacks | 7 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
9 Votes, Rating: 31 Star2 Stars3 Stars4 Stars5 Stars

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

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 | 7 Comments »

Advertisements