Re: [PHP-DB] PHP not working with MySQL?

2003-03-27 Thread Martin Hudec
Hmmm why don't you make just test.php file in your web directory and write there: ? phpinfo(); ? and then point your browser to it and look for section mysql? :) -- Martin Hudec -- :@: [EMAIL PROTECTED] :w: http://www.corwin.sk :m: +421.907.303.393 In google

Re: [PHP-DB] help me

2003-01-09 Thread Martin Hudec
Hello khac, hmm what platform are you running on? what are PHP settings for writing sessions? Check out permissions for /tmp directory, check out free space on disk. -- Best regards, Martin mail [EMAIL PROTECTED] mobile

[PHP-DB] database synchronization

2002-10-29 Thread Martin Hudec
Hello, maybe this is not to be posted here but I am working on this using PHP and MySQL (one application for travel agencies) Does someone know how to synchronize automatically two databasesi have one database running on my server with static IP and another,

Re[2]: [PHP-DB] database synchronization

2002-10-29 Thread Martin Hudec
--- PL -Original Message- PL From: Martin Hudec [mailto:corwin;corwin.sk] PL Sent: 29 October 2002 08:18 PL To: [EMAIL PROTECTED] PL Subject: [PHP-DB] database synchronization PL Hello, PL maybe this is not to be posted here but I am working on this PL

Re[2]: [PHP-DB] database synchronization

2002-10-29 Thread Martin Hudec
Hello Juhan, JK So you can't determine database servers' ip addresses, since they may or JK may not be dynamic. So don't use the ip address, use hostname and JK update this hostname every time ip-address changes. You can do it with JK your own scripts and local host file or you can use public

Re[4]: [PHP-DB] database synchronization

2002-10-29 Thread Martin Hudec
Hello Peter, okay :)))so far I understand...buthmmm let me explain I have server of travel agencies records (we need to update this, so it is slave) with stable IPand then bunch of other computers (from these we are updating...so they are all masters) in various travel

Re[6]: [PHP-DB] database synchronization

2002-10-29 Thread Martin Hudec
Hello, see below... -- Best regards, Martinmailto:corwin;corwin.sk Tuesday, October 29, 2002, 10:51:17 AM, you wrote: PL Hi PL If the records are all independant - ie travel agent (TA) A has their own PL records and so does TA B then REPLACE INTO MainDB SELECT *