> if the 2 tables have the same name can't he just go
> 
> INSERT INTO table1, table2 (table1.name=$name, table2.name=$name ...
> blah);
> 
> think u can do that .. but again that relies on table names being the
same
> i
> guess...

No...That's not a valid query.

---John Holmes...


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

Reply via email to