Welcome Guest, Not a member yet? Register   Sign In
Query for Show Tables?
#4

[eluser]KingSkippus[/eluser]
Just for your reference, I got that by running the above code with the following line instead of the foreach loop:

Code:
echo '<pre>'.htmlentities(var_export($sth->result_array(), TRUE)).'</pre>';

I tend to use that little snippet a lot while troubleshooting stuff, it shows all of the elements of $sth->result_array, which is where I got the 'Tables_in_database' name from.


Messages In This Thread
Query for Show Tables? - by El Forum - 07-21-2010, 06:50 PM
Query for Show Tables? - by El Forum - 07-21-2010, 09:56 PM
Query for Show Tables? - by El Forum - 07-22-2010, 02:54 PM
Query for Show Tables? - by El Forum - 07-22-2010, 03:06 PM
Query for Show Tables? - by El Forum - 07-22-2010, 03:34 PM



Theme © iAndrew 2016 - Forum software by © MyBB