[PHP-DB] consult different databases on different machines

2001-11-20 Thread Miguel Loureiro
Hello all, I'm working with 2 different systems ( php/mysql in Winnt and php/mysql in linux machine), and I would like from WinNt machine consult information in linux machine !!! When I make connection i got no problem(since in linux machine had created an user to acess a database like username@%

Re: [PHP-DB] Insert File in a Database

2001-05-24 Thread Miguel Loureiro
I think that to upload a bigger files you must change in php.ini the value referent of upload_max_file. Maybe it solve your problem... Este e' portugues. Felicidades... Good luck, good codeCARPE DIEM   Best Regardsmailto:[EMAIL PROTECTED]t 

[PHP-DB] Re:Cookie Values being Displayed

2001-05-24 Thread Miguel Loureiro
Hello, cookie values are only available after a refresh, its a "cookie thing", you can check that in php tuturials ("Common Pitfalls:   Cookies will not become visible until the next loading of a page that the cookie should be visible for.  

[PHP-DB] Re:Am I missing something important here ?

2001-05-24 Thread Miguel Loureiro
Hello, in my opinion, could be important make a check to database and the first condition should be that ( if ($mysql_result = mysql_query($query, $linkdb)) {  ) ... its my opinion, because sometimes I use something like that , make certain actions depending data in database (we all do.

[PHP-DB] user choices Vs infoDB ???

2001-01-15 Thread Miguel Loureiro
table appear in the second combobox. Is it possible? I know the db, and I can insert all table,fields names directly to the respectives combo, but i would like to make it in that way, because, who knows, tomorow ma db is changed... I dont think thats possible, I'm just confirm... TY M