Saturday, 4 April 2015

php ajax and mysql: disallowed key characters in codeigniter

php ajax and mysql: disallowed key characters in codeigniter: I have faced ‘disallowed key characters’ error in codeigntier. Finally i have got solution of disallowed key characters’ error problem in c...

php ajax and mysql: jquery ajax demo in php

php ajax and mysql: jquery ajax demo in php: The jQuery.post( url, [data], [callback], [type] ) technique heaps a page from the server using a GET and POST HTTP request. The method re...

Thursday, 26 March 2015

php ajax and mysql: Auto complete using php ajax and mysql

php ajax and mysql: Auto complete using php ajax and mysql: Many time we want create dynamic box with auto search functionality so we use mostly ajax for it. Live search demo and auto complete with ...

php ajax and mysql: kharidoandbecho: Buy and Sale

php ajax and mysql: kharidoandbecho: Buy and Sale: kharidoandbecho: Buy and Sale : Start buying and selling of old and new products at kharidoandbecho . You can list your product with us we c...

php ajax and mysql: URL Redirection in php resolved

php ajax and mysql: URL Redirection in php resolved: 301 Redirection using php if you want to 301 redirect without using any server config file simply put this code in your common configurat...

php ajax and mysql: how to send communicate with multiple value using...

php ajax and mysql: how to send communicate with multiple value using...: how to send communicate  with multiple value using ajax. <script>  function getsearch()      {     var city=document.getElementById(&...

php ajax and mysql: what is array.

php ajax and mysql: what is array.: The array() function is used for creating array. <?php $name = array("john", "roy", "bolt"); echo &quo...