Jump to content

crocodilu2008

New Members
  • Posts

    6
  • Joined

  • Last visited

    Never

Everything posted by crocodilu2008

  1. JavaScript Refereces http://www.navioo.com/index.php?module=javascript HTML DOM1,DOM2 Refereces http://www.navioo.com/DOMReference/HTML/reference/api/htmldom0.index.php HTML Refereces Javascript Listing http://www.navioo.com/javascript/ PHP docs (28000 examples,notes) http://www.navioo.com/php/
  2. I thing another good start is http://www.navioo.com/ajax/
  3. Assure you have correct header type in your <<verifica.php?nume=' + nume>> file if is dynamic generated. Firefox return error in xml interpretation /parsing <?header('Content-type: application/xml; charset="utf-8"',true);?> <myxml><root>Hello world!</root></myxml> A good tutorial for how to create a ajax request is http://www.phpfreaks.com/forums/index.php/topic,115581.0.html About diferences between Browsers you must read Migrate apps from Internet Explorer to Mozilla http://navioo.com/ajax/diferences.php
  4. Please let me know what you think of this new website ( about content especially ) Thanks
  5. Do you now mysql UDFs for JSON is faster than : SELECT CONCAT("[", GROUP_CONCAT( CONCAT("{username:'",username,"'"), CONCAT(",email:'",email),"'}") ) ,"]") AS json FROM users; ?
  6. Hi I found this fragment SQL herehttp://www.navioo.com/javascript/MySQL_to_JSON_1361.html and i need help whith the php code (example please) for sending out in a javascript file the output. Thanks
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.