Re: [PHP-DB] [PMX:55%] Re: [PHP-DB] get rid of the HTML tags

2004-04-12 Thread Daniel Clark
I've been getting the same errors, sometimes days latter.

> Why are my posts not getting through?  I got 3 Delivery Report Failures on
> Thursday all due to
>
> Diagnostic was Unable to transfer, Message timed out
> Information Message timed out
>

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



RE: [PHP-DB] [PMX:55%] Re: [PHP-DB] get rid of the HTML tags

2004-04-12 Thread Mignon Hunter
Yes - they are from [EMAIL PROTECTED]



>>> "Hutchins, Richard" <[EMAIL PROTECTED]> 04/12/04 12:09PM >>>
Mignon,

Are you getting the delivery report failures from [EMAIL PROTECTED] 
I get those almost every day and I'm never really sure if my posts get
through either (although I think they do). If you're getting these
bouncebacks from the btconnect.com server, then maybe this is a problem that
is more widespread than you and I and should be brought to the attention of
the list admin?

Rich Hutchins

> -Original Message-
> From: Mignon Hunter [mailto:[EMAIL PROTECTED] 
> Sent: Monday, April 12, 2004 1:06 PM
> To: [EMAIL PROTECTED] 
> Subject: [PHP-DB] [PMX:55%] Re: [PHP-DB] get rid of the HTML tags
> 
> 
> Why are my posts not getting through?  I got 3 Delivery 
> Report Failures on Thursday all due to 
> 
> Diagnostic was Unable to transfer, Message timed out
> Information Message timed out
> 
> >>> "Daniel Clark" <[EMAIL PROTECTED]> 04/12/04 11:54AM >>>
> Try strip_tags()
> 
> http://www.phpbuilder.com/manual/function.strip-tags.php 
> 
> 
> > I have this string:
> >
> > $my_string = "hello worldthis is 
> a test for a
> > link with a image 
> >
> > Is there any function that retrieves only the string 
> without the html
> > tags?!
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php 
> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php 
> 
> 

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP-DB] [PMX:55%] Re: [PHP-DB] get rid of the HTML tags

2004-04-12 Thread Mignon Hunter
Why are my posts not getting through?  I got 3 Delivery Report Failures on Thursday 
all due to 

Diagnostic was Unable to transfer, Message timed out
Information Message timed out

>>> "Daniel Clark" <[EMAIL PROTECTED]> 04/12/04 11:54AM >>>
Try strip_tags()

http://www.phpbuilder.com/manual/function.strip-tags.php 


> I have this string:
>
> $my_string = "hello worldthis is a test for a
> link with a image 
>
> Is there any function that retrieves only the string without the html
> tags?!

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php 

--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] get rid of the HTML tags

2004-04-12 Thread Daniel Clark
Try strip_tags()

http://www.phpbuilder.com/manual/function.strip-tags.php


> I have this string:
>
> $my_string = "hello worldthis is a test for a
> link with a image 
>
> Is there any function that retrieves only the string without the html
> tags?!

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP-DB] get rid of the HTML tags

2004-04-12 Thread Bruno Ferreira
Bruno Braga wrote:

Is there any function that retrieves only the string without the html tags?!
--> Hello world this is a test link with a image
 

   strip_tags()
---
[This E-mail scanned for viruses by Declude Virus]
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP-DB] get rid of the HTML tags

2004-04-12 Thread Bruno Braga
Hi all.

 

I have this string:

 

$my_string = "hello worldthis is a test for a
link with a image 

 

Is there any function that retrieves only the string without the html tags?!
--> Hello world this is a test link with a image

 

 

Thx for ya help

Bruno, Portugal