[PHP] whats the message count ?

2001-03-01 Thread Markus H. Maussner
hi.. i have 2 small questions 1. is there somehting like an archive since the verry first mail here ? 2. i can order "old" mails from the script who managed this folder right ? but i need to say what number i want.. like i want number 499-550 .. so my question what number do we have actually ? (

[PHP] big database with php ?

2001-03-01 Thread Markus H. Maussner
hi.. i am looking for a database wich runs with php and supports big tables ... i am thinking about areas in the range of 1,5-2TB. can mysql handle that ? i know ms-sql is good for databases at arround 1TB. markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EM

[PHP] how do i check if a server is online ?

2001-02-27 Thread Markus H. Maussner
hi.. i have the problem that i need to connect to a database on a server wich is quiet often offline. how can i connect to this database (mysql) and can check if the server is online. like.. if server is online -> fine we work as normaly if server is NOT online -> print out message and say "ser

[PHP] PC<->Mac

2001-01-30 Thread Markus H. Maussner
Hi.. is there a PHP function wich translates from Mac to PC ? like for example the german "ae" (cant type it here with my keyboard) is a different carracter than the same sybol when it is typed on the macintosh. (i mean the acii value) i know the values from the pc side, but not from the macinto

[PHP] mirroring of databases with mysql

2001-01-26 Thread Markus H. Maussner
hi.. are there anny functions / tools to "syncronize" or "mirror" two databases.. ? like i have one database (mysql) at my isp and one local here at my development server, and i want to start every xx h a scripte who compares the two databases and makes them "the same".. thanks a lot -- PH

[PHP] session_start problem

2001-01-19 Thread Markus H. Maussner
hi... every time i do a session_start(); with php i get in the first two lines of the output this &PHPSESSID=ba606b5a90dbb4410417b4c612aaf1c9"">Your data Contact LOGOUT &PHPSESSID=ba606b5a90dbb4410417b4c612aaf1c9"">Contact LOGOUT do i do something wrong ? can i put this message s

Re: [PHP] looking for a PHP editor

2001-01-10 Thread Markus H. Maussner
hi.. ..i am curious if theres anny linux (x, KDE, Gnome) php editor with syntax highliting and this things... markus -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrator

[PHP] iptc fields

2001-01-10 Thread Markus H. Maussner
hi.. is there a solution how i can get all iptc fields out of an immage ? i tried the 'iptcparse' command wich works quiet well.. just that anny commas are taken out.. like from the original field 'red,dog,cat' i just get 'cat' or like 'this, i want to show' returns 'i want to show' for anny h