On 1/9/08, Liam <[EMAIL PROTECTED]> wrote:
> OK, what I meant was
> 1) Not dump the contents to a file, as the cgi will dynamically show
> different links every time, (it's a reciprocal linking script)
> 2) Not count as though the user manually navigated to that page (for my
> sanity when checking the site statistics!)
> and
> 3) I also need to know how to run a expression-ish thing so that when I
> 'parse' the text, it returns all text between x and y, but parse it
> BEFORE it gets 'included'.
>
> Note: fOpen is NOT enabled, and I CAN'T enable it.
>
> Thanks in advance
> P.S. Sorry mike for my previous ungracious answer.

what language are you comfortable in?

obviously perl is supported on your server.

i would recommend if you know perl, to stick with what you know and
integrate it together.

otherwise it sounds like you've got a handful of requirements (and
scope creep), no clue where to start, and no PHP knowledge to boot.
this is where i think you decide to just "pay someone to do it quick"
:)

1) rentacoder.com
2) phparch.com forums i think has a jobs area

anyway, expression stuff can be done using php.net/preg, php.net/ereg
and if possible, just normal str* functions. first you need to get the
content though and if you can't get that, i'm not sure that's going to
help any more ...

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

Reply via email to