On 1/9/08, Liam <[EMAIL PROTECTED]> wrote:
> Liam wrote:

> 1: It mustn't count as a http hit,

it's going to

> and 2: I need to only get what is between the <body> tags.

now you're just asking the list to code something for you...


my suggestions again:

look into rewriting it to be more reusable
look at http://us2.php.net/manual/en/function.tidy-get-body.php

it's CGI, it can be executed using perl on the shell, sometimes -
depends on what it actually does. however it may count as a "hit"
either way. CGI must be executed to work, just depends on if it's
going to be executed via the web (definately a hit) or the shell
(maybe/maybe not depending on what the script does)

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

Reply via email to