Posted by Vince Morgan on 04/21/07 16:47
"Henk Oegema" <henk@oegema.com> wrote in message
news:sbmWh.132417$oy1.981043@phobos.telenet-ops.be...
> Vince Morgan wrote:
> Hei Vince
for($i=0; $i<strlen($string); $i++)
{
if($string[$i] < "5")
{
$string[$i] = $string[$i] + 5;
}else
{
$string[$i] = $string[$i] - 5;
}
}
Did you get "curl_init()" to work yet?
Regards,
Vince
Navigation:
[Reply to this message]
|