thnks,
i didn't write the function so i've now replaced it
with something better.
- Original Message -
From: "Stuart Dallas" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 03, 2002 2:30 PM
Subject: Re: [PHP] whats wrong with this functio
On Wednesday, July 3, 2002, 1:47:05 PM, "Adrian Murphy" wrote:
> whats wrong with this.
> it's getting stuck somewhere
"Somewhere" isn't very helpful. When asking for help be sure to include as much
information as possilble.
Laying out your code so the structure can be seen...
http://";, strtol
relax friend.i was just asking
- Original Message -
From: "1LT John W. Holmes" <[EMAIL PROTECTED]>
To: "Adrian Murphy" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Wednesday, July 03, 2002 2:08 PM
Subject: Re: [PHP] whats wrong with this functi
Yes, your problem is it doesn't work.
HTH,
---John Holmes...
PS: Think that's a worthless answer? Well...same for your question...
- Original Message -
From: "Adrian Murphy" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, July 03, 2002 8:
On Wednesday 03 July 2002 20:47, Adrian Murphy wrote:
> whats wrong with this.
> it's getting stuck somewhere
Stick in some echo statements at strategic points in the loops to find out
_where_ it is getting stuck.
> function urls_clickable($string) {
> for($n=0; $n < strlen($string); $n++)
> {
whats wrong with this.
it's getting stuck somewhere
function urls_clickable($string) {
for($n=0; $n < strlen($string); $n++)
{
if(strtolower($string[$n]) == 'h') {
if(!strcmp("http://";, strtolower($string[$n]) . strtolower($string[$n+1]) .
strtolower($string[$n+2]) . strtolower($string[$
6 matches
Mail list logo