What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » PHP help

PHP help
Author: Message:
WDZ
Former Admin
*****

Avatar

Posts: 7106
Reputation: 107
– / Male / Flag
Joined: Mar 2002
RE: PHP help
Something like this?

code:
<?php

$input = 'Spokes';

$output = '';
for($i = 0; $i < strlen($input); $i++) {
    $output .= '<'.substr($input, $i, 1).'>';
}

echo $output;

?>
08-31-2005 03:30 PM
Profile PM Web Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
PHP help - by spokes on 08-31-2005 at 03:18 PM
RE: PHP help - by WDZ on 08-31-2005 at 03:30 PM
RE: PHP help - by RaceProUK on 08-31-2005 at 03:43 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On