Jump to content
xisto Community

FlashNet

Members
  • Content Count

    2
  • Joined

  • Last visited

  1. The best way to learn js - is start from this: JS and of course ajax But, when you will try do some scripts in diferent browsers, you see different behavior of js. So you should take a look at some framwork. My chooise is jQuery for usual programming, and if yo want something for very rich ui - your choise can be Dojo or ExtJs. Tutorials for jquery can be found here . There are great documentation with a lot of examples. Good Luck. PS: imhoÂ
  2. What code are you using for parce response from db? I suppose that mysql returns number of rows ( > 1). So you can't use such result with mysql_fetch_array() . In this case you have to use mysqli_multi_query. Examples ca be found here.
×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | 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.