[PHP] attach image with the mail command?

2003-01-14 Thread harald.mohring
how can i attach an image with the mail command how do get the image in a variable when i have chosen it with the input type file? Harry -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] problems to get image informations form local harddrive using getimagesize

2003-01-13 Thread harald.mohring
isn't it possible to get image informations from the local harddrive? $fotoinfo=getimagesize(C:\\Files\\Temp\\Image.jpg); if i use that code, the errormessage is always Unable to access c:\Files\Temp\Image.jpg getimagesize: unable to open file for reading got anybody a solution? -- PHP

[PHP] File information JPEG Files

2003-01-12 Thread harald.mohring
How can i get the file information of a uploaded jpeg-file. i need the heigt and width in pixel and the resolution. Thanks Harry -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] count characters

2003-01-12 Thread harald.mohring
I want to count characters without space character. $char=hello world so the result should be 10. Can anybody help me? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] count characters without space

2003-01-11 Thread harald.mohring
who knowes how to count the charcaters in a string without the space character? thanks harry -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php