Jump to content

Tudhope

New Members
  • Posts

    2
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

Tudhope's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. Thats what i was using before but it says that it is deprecative. **** This function has been deprecated. Do not use this function. Use the command SHOW TABLES FROM DATABASE instead. *** Hence im trying to use the code above ^^^^
  2. I want to get a list of all tables in a database, at the moment im using\" $tables = mysql_query(\"SHOW TABLES FROM games\"); \'games\' being the database name. This ok but its sent back unorded. I get r1, r11, r12, r13, r14 ..... r19, r2, r20, r21, r22. The name of the tables are r1 through to r22. So I tried out: $tables = mysql_query(\"SHOW TABLES FROM games SORT BY Asc\"); but this doesnt work. How can i order what is return so that i get, r1 r2 r3 r4 r5.......? Any ideas?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.