|
Posted by Tyrone Slothrop on 10/05/90 11:52
On Mon, 10 Jul 2006 05:19:29 +0200, "Dejan"
<ddundov_REMOVE_@veleri.hr> wrote:
>i nead to execute this query on my local comp's web server.
>
>update table2
>set zauzetost = t1.zauzetost
>from table2 t2, table1 t1
>where t2.id = t1.id
>
>
>table2 is on remote server, table1 is on local comp.
>How to do this? I'm poor coder, so...
Perhaps this will help:
http://us3.php.net/manual/en/function.mysql-select-db.php
Navigation:
[Reply to this message]
|