Hi,

I'm not sure if this is entirely php related, but I was wondering if there
is a PHP function or a way to automatically update one table with values
from another more extended table (automatically checking the common
columns) and inserting new rows if they don't exist in the first table.

Furthermore, I'm having difficulty inserting rows in a static myisam
table  (because i'm a beginner i suppose). The system crashes when
I try to do this. According to mysql documentation it's because
i only use int column types. So: is there a way to insert rows in a
default static table?

cheers,
Simon


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to