Author Topic: mySQL Database Commands?  (Read 811 times)

Could you make it so we can connect our scripts to a mySQL database?  It would solve a lot of member script problems.

examples

mysqlConnect(username,password,host);
mysqlQuery(stuff here);
mysqlNumRows(stuff here);
mysqlClose(stuff here);

And any other mySQL commands I may be missing.  It will solve many problems for member based scripts.  It will be the worth the delay of V9 if you do add it.

Or you could write your own system using a scripted object and a fileobject.

Badspot

  • Administrator
I believe such a feature would only compound your problems.