hello,
I want to make a basic phonebook with AMS, is that possible? I want to get data with inputs an save them in to a file. Then I want to seach in my "database" for datas and show them. I have a bit mysql expirience, but i want to use an offline database or a text file etc.
A mysql query like like this, how can i do it with AMS? Can i use something else then mysql?
)Code:mysql_db_connect("localhost","username","pwd"); mysql_select_db("my_database"); mysql_query("SELECT * FROM foobar..."); or mysql_query("INSERT INTO foobar...");
thanks
PS: I know my english rox :-P


