[PHP] Re: php5<-->com terribly wrong ?

2005-10-02 Thread Sonia
s you will see he is fixing things as they come in. A good idea is to check bugs.php.net before upgrading as it will help determine if a update is a wise decision! Sonia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Image resizing...

2005-10-02 Thread Sonia
other image function(s) that may give better results! To give you a idea of what I am doing see the demo running on my note book http://24.218.192.217/capture.php Thanks.... sonia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] trying to understand PHP unpack();

2005-08-01 Thread Sonia
Hi In Perl I have a part of a script # cut.. my $line = '!v2005*08|05+09?04^19*!'; my ( $s_code, $year, $month, $day, $hour, $minute, $second, $e_code ) = unpack ( "x1 A1 A4 x1 A2 x1 A2 x1 A2 x1 A2 x1 A2 A1", $line ); print $s_code . "\n"; print $year . "\n"; print $month . "\n"; print $da

[PHP] hide bbcode for spell checking!

2005-07-30 Thread Sonia
t */ if ( $f ) { if ( isset ( $b[2] ) ) // for bbcode tags ([b], [i] ... ) { $a .= $es . '[' . strtoupper ( $b[2] ); $c += $b[0]; $d = substr ( $d, ( $e + $b[0] ) ); } else { $a .= $es . '[' . strtoupper ( $b[1] ); $c += ( $b[0] + 1 ); $d = substr ( $d, ( $e + 1 + $b[0] ) ); } } else /* not a good starting tag substr 1 character forward */ { $a .= substr ( $text, $c, 1 ); $b = array (); $d = substr ( $d, ( $e + 1 ) ); $c += 1; } } } /* * if the string has more characters after the last * closing tag put back what is left... * */ if ( ! empty ( $d ) ) { $a .= substr ( $text, $c ); } return ( $a ); } ?> thanks Sonia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PDFs are blank in e-mail sent via PHP

2005-07-28 Thread Sonia
characters are not well tolerated in general; they may be lost or converted to delimiters on some systems, and hence must not be relied on. Always use CRLF in any mail header or body entity following RFC2049 standards Sonia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

[PHP] Re: How Can I send mail in php in HTML format?

2005-07-28 Thread Sonia
Also Richard Heyes has a updated his class to work with PHP 5, you can also get updated version of the PHP 4 class! http://www.phpguru.org/static/htmlMimeMail5.html Sonia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: PHP error on form

2005-07-28 Thread Sonia
#x27;sender_email']}\n"; // or use the dot operator $msg .="Senders Name: " . $_POST['senders_name'] . "\n"; $msg .="Senders E-MAIL: " . $_POST['senders_email'] . "\n"; $msg .="Senders Name: " . $_POST['message'] . "\n\n"; $mailheaders .="Reply-To: " . $_POST['sender_email'] . "\n"; Sonia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php://input (multipart support)

2005-07-28 Thread Sonia
, I think multipart support is also greatly needed. Thanks Sonia -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] unsuscribe

2003-10-05 Thread Sonia
How cant i unsuscribe from this list? Thanks Como puedo darme de baja? Gracias -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php