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
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
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
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
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
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
#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
, 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
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
9 matches
Mail list logo