Reply to Re: How to add "http" to the beginning of bad links?

Your name:

Reply:


Posted by NC on 05/15/06 18:41

laredotornado@zipmail.com wrote:
>
> I have a scalar variable, "$url" that may or not contain "http://"
> in front of it. If it is not there, I'd like to add it. Unfortunately,
> this code isn't working for me with PHP 4.
>
> if (strpos(strtolower($url), "http://") != 0) {
> $url = "http://$url";
> } // if
>
> How can I correct?

if (strpos(strtolower($url), "http://") !== false) {
$url = "http://$url";
}

Read the Manual, it's all there:

http://www.php.net/strpos

Cheers,
NC

[Back to original message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация