MySQL and coding help

Marty7

New Member
Messages
10
Reaction score
0
Points
0
Okay, I'm not use to this website, so I'm just asking, how do you use MySQL? because im trying to get a login system on my website, but i need to add dbtables.sql to my MySQL database and I have no idea how.

And another thing is, what coding is available on here, because my friend said AJAX is available here but so far I don't see it available.
 

marshian

New Member
Messages
526
Reaction score
9
Points
0
If you want to import data to your database (in an .sql file) you should go to phpMyAdmin, and there's a number of things available on x10, but AJAX is actually a combination of client-side (javascript) and server-side (usually php) scripting. So yes, you can use AJAX on x10.
 
Top