Well,Im making a audio music site Nastyeye.com and I want to add ajax tabs with jquery on main page ,I scratched every tutorial but still dont know how to work it with php..... Can u tell me where am I doing mistake OR I have to use some extra tags to use ajax with php here is a code where Im trying to use ajax <table height="80%" align="center" valign="middle"><tr><td align="center" valign="top"><img src="images/logo.jpg"> <p> <form method="GET" action="index.php"> <input type="text" value="artist name/song" name="search"><INPUT type="submit" value="<?=$lang[Search]?>"><br> <input type="radio" name="source" value="all" checked> All<input type="radio" name="source" value="ijigg"> iJigg<input type="radio" name="source" value="MP3Realm"> MP3 Realm<input type="radio" name="source" value="esnips"> Esnips<input type="radio" name="source" value="wrzuta"> Wrzuta <br> </form> <script type="text/javascript"> var collapse2=new animatedcollapse("addsite", 1000, false) </script> </td></tr> </table> PHP: I wanted to use those cool tabs by ajax net tuts http://nettuts.com/javascript-ajax/how-to-load-in-and-animate-content-with-jquery/ It has 3 script and 5 htm files which I have pasted in folder I want to use with php code... I wud be thankful if u cud help me with this ... looking forward for suggestions
There are some tutorials at codervods.com/Default.aspx?mode=default&category=AJAX&days=All¤tIndex=0 showing how to use Ajax and ASP .NET. Maybe you'll find also about PhP and Ajax.