12.03.2010, 18:33
I recently saw a thread on converting a script to run with MySQL.
Is it possible to use MySQL with PAWN? Because personally it would be more efficient because I could have a member list, etc. If this is possible, what are the functions to connect with mysql, run queries, etc.
Since I know PHP, i'll try to do an example in PHP.
What are the PAWN equivalents of:
mysql_connect();
and
mysql_query();?
Thanks!
Is it possible to use MySQL with PAWN? Because personally it would be more efficient because I could have a member list, etc. If this is possible, what are the functions to connect with mysql, run queries, etc.
Since I know PHP, i'll try to do an example in PHP.
What are the PAWN equivalents of:
mysql_connect();
and
mysql_query();?
Thanks!