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: 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 non

Re: [PHP-DB] Printing anchor link in results

2003-03-21 Thread Martin Hudec
hello :), as far as I understand your problem that you just want to make a href reference to that site, just use something like: "Web: " . $arr['web_pro'] . " where $arr['XXX'] is in example h

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 +421.907.30

[PHP-DB] exporting to xml

2002-10-29 Thread Martin Hudec
Hello, i am creating script which will make select and desc to table and then based on results it will make xml file...all is okay, but on my IE it takes it as xml file (it is okay) BUT on my screen I dont see any of tags...how can i override that? script is here: header("Content-type

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[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

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 agencies...

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

2002-10-29 Thread Martin Hudec
.net PL> tel. 0121-242-1473 PL> --- 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

[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, from