[PHP] [PHP]: CSV export

2003-08-22 Thread Kai Poppe
Hello NG ! I'm trying to export database entries to a CSV file for Excel. Everything's working perfectly except that blob (long-text) fields that contain line-breaks are being exported to different lines within the CSV. I can't figure out how to convert the \n's respectively chr(13).chr(10) into

[PHP] GD: ImageCreateTrueColor

2003-08-14 Thread Kai Poppe
Hello NG ! I am using php-4.3.2 and gd-2.0.15 and when using ImageCreateTrueColor, my server cowardly refuses the show any image, instead he tells me, that the image dimensions were invalid ... anyone any idea ? please answer to ng or ia mail, need help !!! Greetings Kai -- PHP General

[PHP] Sending Layer2 frames with PHP

2003-06-04 Thread Kai Poppe
Hi NG, I am trying to implement the CDP (Cisco Discovery Protocol) into PHP. For this task it is needed to send Layer2 frames to a specific MAC address. Is there a possibility to do so ? Please answer as fast as possible either to [EMAIL PROTECTED] or to this NG. Thanks ! Kai M Poppe WLAN

[PHP] Re: How do I grab the first X characters of a string?

2003-06-04 Thread Kai Poppe
$short_string = substr($long_string, 0, $length); Erich Kolb [EMAIL PROTECTED] schrieb im Newsbeitrag news:[EMAIL PROTECTED] How do I grab the first X characters of a string? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php