RE: [PHP-WIN] Translation of html?

2007-06-18 Thread Gustav Wiberg
Hi! Aha, thanx! This might work. Thank you! Best regards /Gustav Wiberg -Original Message- From: Mikael Grön [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 4:44 PM To: 'php-windows@lists.php.net' Subject: Re: [PHP-WIN] Translation of html? strip_tags($string); r

Re: [PHP-WIN] Translation of html?

2007-06-18 Thread phpml
Gustav Wiberg wrote: > Hi there! > Is this possible? I can't find any functions for this (I don't exactly what > to search for) > > Translation of Html-string from > $str = "This is a title>test"; > > To a string that is like: > This is a title > Test This class converts HTML to plain, format

Re: [PHP-WIN] Translation of html?

2007-06-18 Thread Mikael Grön
ROTECTED] Sent: Monday, June 18, 2007 4:32 PM To: php-windows@lists.php.net Subject: RE: [PHP-WIN] Translation of html? There isn't anything built in to PHP to do this but one could do it with Regular Expressions. You might check through the Pear libraries or the PHP classes website for funct

RE: [PHP-WIN] Translation of html?

2007-06-18 Thread Gustav Wiberg
Hi there! Ok, thanx! Then I'll know! Best regards /Gustav Wiberg -Original Message- From: Bill Bolte [mailto:[EMAIL PROTECTED] Sent: Monday, June 18, 2007 4:32 PM To: php-windows@lists.php.net Subject: RE: [PHP-WIN] Translation of html? There isn't anything built in to PHP

RE: [PHP-WIN] Translation of html?

2007-06-18 Thread Gustav Wiberg
\([EMAIL PROTECTED])> Subject: Re: [PHP-WIN] Translation of html? Hack: Explode on "<" will give you : h1>This is a title /h1> table> tr> td>test /td> /tr> /table> Explode on ">", and only keep the second entry in the array. Would that

RE: [PHP-WIN] Translation of html?

2007-06-18 Thread Bill Bolte
ne 18, 2007 9:23 AM To: 'php windows' (php-windows@lists.php.net) Subject: [PHP-WIN] Translation of html? Hi there! Is this possible? I can't find any functions for this (I don't exactly what to search for) Translation of Html-string from $str = "This is a title>

Re: [PHP-WIN] Translation of html?

2007-06-18 Thread Jarrett Meyer
/www.jarrettmeyer.com No trees were harmed during this transmission; however, several electrons were terribly inconvenienced. - Original Message From: Gustav Wiberg <[EMAIL PROTECTED]> To: "'php windows' (php-windows@lists.php.net)" Sent: Monday, June 18, 2007 10:2

[PHP-WIN] Translation of html?

2007-06-18 Thread Gustav Wiberg
Hi there! Is this possible? I can't find any functions for this (I don't exactly what to search for) Translation of Html-string from $str = "This is a title>test"; To a string that is like: This is a title Test ? Best regards /Gustav Wiberg -- PHP Windows Mailing List (http://ww

[PHP-WIN] Translation problem

2005-06-16 Thread Wu, Jin Yong
hi, everyone who knows how to translate one english sentence to other languages, such as chinese,japanese,french via PHP/Mysql? or is there any extension to do such things? I have got a vocabulary here http://www.dictworld.com Any hints will be welcome. Yong -- PHP Windows Mailing List (http:

[PHP-WIN] translation :-)

2002-04-28 Thread Erik
hi, well the webmaster said the prolem is windows 2000 itself and that i have to edit my php.ini file with this rules cgi_fore_redirect = 0 //already there this one cgi.redirect_status_env ENV_VAR_NAME that's all "George Nicolae" <[EMAIL PROTECTED]> schreef in bericht [EMAIL PROTECTE