alex1985 0 Report post Posted March 10, 2008 Take a look of this code at: PHP Tutorials.Just explain me the info that relates to 2 of my questions... Share this post Link to post Share on other sites
sonesay 7 Report post Posted March 10, 2008 The only reason people name files differently is preference. The same goes for variable names, You can have $name1 and $name2 and if both hold the same value then there should be no difference. You can choose to name your database file what ever you like for example.. db.php or db_connect.php etc. I think thats what your asking right? I'm sorry your just not being too clear in what exactly your asking. Share this post Link to post Share on other sites
alex1985 0 Report post Posted March 10, 2008 (edited) I will check them on the server and clerify my questions!!!What is AJAX? Edited March 10, 2008 by alex1985 (see edit history) Share this post Link to post Share on other sites
jlhaslip 4 Report post Posted March 10, 2008 AJAX is a scripting language that uses javascript and other stuff to be able to provide your site with automatic and (nearly) instant updates of information.PHP and ASP are 'Server-side' scripting languages. Javascript is 'Client-side'. In the past, javascript could do things like local error-checking before a page was submitted to the server for refreshing the information. Now, javascript in the Browser can work with php at the Server to send your page information from the server without requiring a page refresh or reload. AJAX is what you use to do this. Share this post Link to post Share on other sites
alex1985 0 Report post Posted March 10, 2008 So, is it better to create login system with AJAX support? If yes, please indicate the tutorial. Share this post Link to post Share on other sites