Re[2]: [PHP] How do I check GD version?

2001-12-09 Thread faeton
? Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemi.info -- 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 administrators, e-mail: [EMAIL PROTECTED]

[PHP] off

2001-12-05 Thread faeton
Linux is like a wigwam - no windows, no gates, aðache inside! Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemi.info -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re[2]: [PHP] Re: Something wrong with the file() command.

2001-12-03 Thread faeton
Hello Valentin, Hehe, Valentin. Send my regards to beloved Zaporozhye and it's ppl :) Haven't been there for ages. Eh... VVP Try this: VVP ?php VVP echo pre; VVP print_r ($temp); VVP echo /pre; ? VVP and look for $temp content. -- Ivan 'Faeton aka xetrix

Re[2]: [PHP] file_exists problems

2001-12-01 Thread faeton
something that I P can't. Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com ::: Ñåãîäíÿ òðè ðàçà ïîäóìàë... Î÷åíü óñòàë... ::: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re[2]: [PHP] Getting the filesize of an image?

2001-12-01 Thread faeton
. Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com -- 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 administrators, e-mail

Re[2]: [PHP] Getting the filesize of an image?

2001-12-01 Thread faeton
while (!feof($fp)) MM $image .= fread($fp,1024); MM echo strlen($image); MM Matt Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

[PHP] system(), flush() and so on...

2001-11-30 Thread faeton
. Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com -- 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 administrators, e

Re: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread faeton
will in turn make JNT us answer faster and with more quality: JNT http://www.tuxedo.org/~esr/faqs/smart-questions.html JNT PS: btw, I am far away from being a 'hacker', don't get me wrong whole JNT list people :-) Ivan 'Faeton aka xetrix' Danishevsky ICQ

Re[2]: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread faeton
using flush() (although I have never tried this myself so I DG can not vouch for it). Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail

Re[6]: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread faeton
. Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com -- 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 administrators, e-mail

Re[10]: [PHP] Re: system(), flush() and so on...

2001-11-30 Thread faeton
'puter, DG FYI. DG Otherwise, it would be worthwhile to write something quick to test flush() DG with. If it is also not working, it will provide more evidence as to the DG cause of the problem. Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL

Re[2]: [PHP] Strange problem...

2001-11-30 Thread faeton
Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com -- 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 administrators, e-mail

Re[2]: [PHP] Getting the filesize of an image?

2001-11-30 Thread faeton
that. Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com ::: #95# Format C: complete. Format another? (Y/Y) ::: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: [PHP] file_exists problems

2001-11-30 Thread faeton
Hello Prolog, Hm... And what about: print 'img src=/images/$filename'; instead of readfile? P if(file_exists(/images/$filename)) P { P readfile(/images/$filename); P } P else P { P readfile(images/npat.jpg); P } Ivan 'Faeton aka

Re: [PHP] call_user_func problem

2001-11-30 Thread faeton
allow_call_time_pass_reference to true in C your INI file. However, future versions may not support this any longer. C Does that mean I can't pass by reference anymore? I kinda need to (the two C functions above are not my actual functions btw) Ivan 'Faeton aka

Re[2]: [PHP] Getting the filesize of an image?

2001-11-30 Thread faeton
Hello Matt, filesize() works only on local filesystems. MM It scares me that nobody has answered with filesize() yet. MM Matt Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com ::: Documentation - The worst part

Re: [PHP] problem with urlencode

2001-11-29 Thread faeton
Hello Sjoerd, U can try using htmlentities(). OSv I have a problem putting through a variable which contains an in the OSv string. OSv When the variabele is something like: OSv a href=test.php?name=robsjoerdclick here/a Ivan 'Faeton aka

Re: [PHP] Help anyone

2001-11-29 Thread faeton
type=radio name=var value=2 input type=radio name=var value=3 Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

Re[2]: [PHP] Help anyone

2001-11-29 Thread faeton
and dirty. ;) Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com ::: Äåíüãè - çëî. È òåì áîëüøå, ÷åì èõ ìåíüøå. ::: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP] resizing images.

2001-11-29 Thread faeton
BTW, could anybody share its experience in writing scripts that can resize images? And what extensions should be installed on server 4 such operationz. Thanx. --- Hit any user to continue. --- :) Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266

Re: [PHP] Re: resizing images.

2001-11-29 Thread faeton
'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com -- 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 administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] Enabling magic quotes and sybase quotes for just one domain on a virtual server

2001-11-29 Thread faeton
'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com ::: Äåâóøêàì íå õâàòàåò æåíñòâåííîñòè, à æåíùèíàì - äåâñòâåííîñòè. ::: -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED

Re: [PHP] storing dates 2038

2001-11-28 Thread faeton
.) Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com -- 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

Re[2]: [PHP] Help - html mail

2001-11-28 Thread faeton
Hello Hank, Wednesday, November 28, 2001, 11:11:38 PM, you've written: HM http://www.php.net/stripslashes HM ... in short they are there to ease db insertions. Turn off magic quotes or use stripslashes(). :) Ivan 'Faeton aka xetrix' Danishevsky

Re: [PHP] include or fread a binary file?

2001-11-28 Thread faeton
get binary code back, which makes sense actually. BB What's the best way to go about this? Maybe something like: header(Content-type: image/swf-flash); (if I am not mistaken) Or just embed src=filename.swf/embed would be easier? :) Ivan 'Faeton aka

[PHP] ? print $val; ?

2001-11-28 Thread faeton
Does anyone know that ? print $val; ? is equal ?=$val?, eh? :) Just wanted you to know :) Ivan 'Faeton aka xetrix' Danishevsky ICQ(240266) [EMAIL PROTECTED] www.xemichat.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e