Search found 6 matches
- Fri Jul 13, 2012 8:14 am
- Forum: PHP - Code
- Topic: Facebook like Autosuggestion with jQuery, Ajax and PHP.
- Replies: 3
- Views: 890
Re: Facebook like Autosuggestion with jQuery, Ajax and PHP.
1.Actualy i want to one textbox like google search in that textbox i enter email display result on auto suggestionbox with pagination in php using jquery or ajax same like google but here with pagination. 2.after i click on search botton display result same like google . Please help me any one i wan...
- Thu Jul 12, 2012 8:24 am
- Forum: PHP - Code
- Topic: Facebook like Autosuggestion with jQuery, Ajax and PHP.
- Replies: 3
- Views: 890
Facebook like Autosuggestion with jQuery, Ajax and PHP.
Hi Friends I want to Facebook like Autosuggestion+with pagination with jQuery, Ajax and PHP Please any one give me code.
- Wed May 02, 2012 11:37 pm
- Forum: PHP - Code
- Topic: advance search script
- Replies: 1
- Views: 199
advance search script
please tell advance search functionality using ajax in php .
- Tue Apr 24, 2012 5:01 am
- Forum: PHP - Code
- Topic: Delete functionality is not working in EMail management
- Replies: 3
- Views: 426
Re: Delete functionality is not working in EMail management
Hi this is my query for inbox, sent item , trash public function modInboxDisplayValues($pArray) { try{ $sqlQuery = "SELECT mm.msg_id, mm.subject, mm.msg_body, mm.member_id, mm.created_date, DATE_FORMAT(mm.created_date, '%a %b %D, %Y at %h:%i %p') AS ConvertCDate, mm.inbox_status AS memberInboxS...
- Tue Apr 24, 2012 12:12 am
- Forum: PHP - Code
- Topic: chat module
- Replies: 1
- Views: 654
chat module
In this js say..... message did not display and name also did not display please help me. var windowFocus = true; var username; var chattitleusername; var chatHeartbeatCount = 0; var minChatHeartbeat = 1000; var maxChatHeartbeat = 33000; var chatHeartbeatTime = minChatHeartbeat; var originalTitle; v...
- Mon Apr 23, 2012 1:49 pm
- Forum: PHP - Code
- Topic: Delete functionality is not working in EMail management
- Replies: 3
- Views: 426
Delete functionality is not working in EMail management
After deleting mail from inbox or sent item, deleted mail in trash should show username but iam getting the user name as admin, please help me in delete functionality Also in trash delete functionality is not working properly, if we are deleting it from trash it should get deleted from db also Pleas...