php-windows Digest 19 Jun 2007 08:16:50 -0000 Issue 3263

Topics (messages 28112 through 28114):

Re: Translation of html?
        28112 by: Gustav Wiberg

Re: IIS Help
        28113 by: Gustav Wiberg

Re: [PHP-DB] how to delete
        28114 by: bedul

Administrivia:

To subscribe to the digest, e-mail:
        [EMAIL PROTECTED]

To unsubscribe from the digest, e-mail:
        [EMAIL PROTECTED]

To post to the list, e-mail:
        [EMAIL PROTECTED]


----------------------------------------------------------------------
--- Begin Message ---
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: '[EMAIL PROTECTED]'
Subject: Re: [PHP-WIN] Translation of html?

strip_tags($string); removes all html from any string, but won't put in 
any spaces so you'd get:

This is a titletest

Mike


Gustav Wiberg skrev:
> 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: [EMAIL PROTECTED]
> 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 functions/classes already built. 
>
> -----Original Message-----
> From: Gustav Wiberg [mailto:[EMAIL PROTECTED] 
> Sent: Monday, June 18, 2007 9:23 AM
> To: 'php windows' ([EMAIL PROTECTED])
> 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 = "<h1>This is a title></h1><table><tr><td>test</td></tr></table>";
>
>
> To a string that is like:
>
>
>
> This is a title
>
> Test
>
>
>
>
>
> ?
>
> Best regards
> /Gustav Wiberg
>
>   

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

--- End Message ---
--- Begin Message ---
Hi!

Yes we host a lost a sites using PHP, but what is your question?

Best regards
/Gustav Wiberg 

-----Original Message-----
From: Matthew Gonzales [mailto:[EMAIL PROTECTED] 
Sent: Monday, June 18, 2007 7:15 PM
To: PHP-Windows Group
Subject: [PHP-WIN] IIS Help

Hello,

My name is Matthew Gonzales and I am new to PHP and I am loving it. I am 
having all kinds of trouble though getting it to work with IIS. I have a 
web applications that I have created using WAMP but I need to be able to 
host the site on IIS. That is my companies policy. Does anyone out there 
have any success with this? If so your help would be greatly 
appreciated. Thanks!

-- 
Matthew Gonzales
IT Professional Specialist
EITS
[EMAIL PROTECTED]
706-542-9538 Office

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

--- End Message ---
--- Begin Message ---
unlink
(PHP 3, PHP 4, PHP 5)

unlink -- Deletes a file
Description
bool unlink ( string filename [, resource context] )


Deletes filename. Similar to the Unix C unlink() function.
Returns TRUE on success or FALSE on failure.

  ????: As of PHP 5.0.0 unlink() can also be used with some
URL wrappers. Refer to ???? M for a listing of which
wrappers support unlink().

  ????: Context support was added with PHP 5.0.0. For a
description of contexts, refer to ???? ???? CL, Stream
Functions.

See also rmdir() for removing directories.


tes it out...

instead using CAPITAL.. u can use "this text mean bold" (use
" ")
----- Original Message -----
From: "Asim" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 19, 2007 12:08 PM
Subject: [PHP-DB] how to delete


> HI
>
>   can you tell me how to delete images from HARD DISK OR
WEB SPACE by using php?
>
>   i have created tumbnails of some images and they are
stored on HARD DISK IN PRESCRIBED FOLDER. now i use
>
>                        DESTROYIMAGE();
>
>   FUNCTION in php but it didnot delete crearted thumbnails
of prescribed folder. i am doing this to save webspace.
>
>   moreover, is there any way to create THUMBNAILS WITHOUT
SAVING IMAGES WITH NEW SIZE ON HARD DISK?
>
>
>   BYE
>
>
> Asim Jamil  - 0092 345 4025907, Pakistan
>
> ---------------------------------
> Yahoo! oneSearch: Finally,  mobile search that gives
answers, not web links.

--- End Message ---

Reply via email to