[PHP] PHP / Query trouble

2006-03-23 Thread PHP Mailer
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

Re: [PHP] PHP / Query trouble

2006-03-23 Thread PHP Mailer
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.

Re: [PHP] PHP / Query trouble

2006-03-23 Thread PHP Mailer
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

Re: [PHP] PHP / Query trouble

2006-03-23 Thread PHP Mailer
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] Test email

2006-03-24 Thread PHP Mailer
Seems pretty dead tonight. Checking POP3 quickly. Ignore this email or reply kindest! =) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concidered as filtered/excluded in the below snippet of code from being tracked. Problem:

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concidered as filtered/excluded in the below snipp

Re: [PHP] opening .Z archive with gzopen

2006-03-26 Thread PHP Mailer
Chris skrev: nicolas figaro wrote: Hi I'm using php 4.3.11 on linux RH9. I'd like to open a .Z archive with gzopen. I looked at the options of gzopen, but I'm not sure there is a way to specify the compression used by compress/uncompress. Has anyone ever tried and done this yet ? (without a

[PHP] Err wrong reply addr

2006-03-26 Thread PHP Mailer
Sorry guys -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concider

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP numbers which are to be concider

Re: [PHP] Problem with app, condition not working.

2006-03-26 Thread PHP Mailer
Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Chris skrev: PHP Mailer wrote: Hey guys got a problem with an app i'm working on. App: An app to track visitors and hosts visiting certain pages in a website. Situation: the app is to populate a table (db) with IP nu

Re: [PHP] mysql query/$post problem

2006-03-27 Thread PHP Mailer
Mark skrev: I havnt even tried this query but i know its wrong can anyone help! *** ** I am trying to insert the value of $avname into the users table, into the avatar field. Hello Mark, I think what you are trying