Chris skrev:
PHP Mailer wrote:
Jay Blanchard skrev:
[snip]
User i am running is locally granted all in permission.
Using reply =)
[/snip]
Use reply-all, that way if the person that was helping you is not there
any more others can help.
Echo the query statement out and see what it looks like.
PHP Mailer wrote:
Jay Blanchard skrev:
[snip]
User i am running is locally granted all in permission.
Using reply =)
[/snip]
Use reply-all, that way if the person that was helping you is not there
any more others can help.
Echo the query statement out and see what it looks like. Please post
th
PHP Mailer skrev:
Jay Blanchard skrev:
[snip]
User i am running is locally granted all in permission.
Using reply =)
[/snip]
Use reply-all, that way if the person that was helping you is not there
any more others can help.
Echo the query statement out and see what it looks like. Please post
tha
Jay Blanchard skrev:
[snip]
User i am running is locally granted all in permission.
Using reply =)
[/snip]
Use reply-all, that way if the person that was helping you is not there
any more others can help.
Echo the query statement out and see what it looks like. Please post
that to the list.
[snip]
User i am running is locally granted all in permission.
Using reply =)
[/snip]
Use reply-all, that way if the person that was helping you is not there
any more others can help.
Echo the query statement out and see what it looks like. Please post
that to the list.
--
PHP General Mailing L
[snip]
[snip]
$optimizeTableQuery = mysql_query("OPTIMIZE TABLE
'".$tableName."'");
[/snip]
Take the single quotes away from the table name.
http://dev.mysql.com/doc/refman/4.1/en/optimize-table.html
Make sure they are the right kind of tables.
Trie
[snip]
> $optimizeTableQuery = mysql_query("OPTIMIZE TABLE
> '".$tableName."'");
[/snip]
Take the single quotes away from the table name.
http://dev.mysql.com/doc/refman/4.1/en/optimize-table.html
Make sure they are the right kind of tables.
--
PHP General Mailing List (http://www.php.net/
[snip]
#--> If submitted
if($_GET['method']=="optimize")
{
#--> Set to array
$allTables = mysql_query("SHOW TABLES");
if(!$query){ print mysql_error(); }
while($table = mysql_fetch_assoc($allTables))
#for($i = 0; $tableName = mysql_fetch_array($allTables);)
{
#--> Walk that array
foreach($table as
Hello folks,
Trying to grab all tables available in a database and optimize them.
The following code , or rather query is being trouble-some and i am out
of ideas.
#--> If submitted
if($_GET['method']=="optimize")
{
#--> Set to array
$allTables = mysql_query("SHOW TABLES");
if(!$query){ print
9 matches
Mail list logo