Testing..... For Testing Signatures, Avatars, Etc.

Test

  #1  
Old 05-04-2014, 04:22 PM
Tom's Avatar
Tom
Tom is online now
Super Moderator
Thread Starter
Join Date: Aug 2003
Location: Isanti, MN
Posts: 25,424
Received 671 Likes on 440 Posts
Test

Testing!

tencharacters
 
  #2  
Old 05-04-2014, 07:41 PM
Pikachu's Avatar
Pikachu
Pikachu is offline
Post Fiend
Join Date: Jun 2004
Location: CT (My ♡ is in TX)
Posts: 5,051
Likes: 0
Received 4 Likes on 4 Posts
Testing syntax highlighting . . .

PHP Code:
<?php
$phrase 
'Hello everyone at FTE!'// Assign value to variable
echo $phrase;

$array explode' '$phrase );

echo 
'<pre>';
print_r($array);
echo 
'</pre>';

foreach( 
$array as $k => $v ) {
    echo 
"Word #$k{$v}<br>";
}
?>
Well whaddya know, it works fine!

EDIT: Sorry for the hijack, lol.
 
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
boltaction65
Testing.....
0
03-18-2018 08:26 PM
onug
Testing.....
4
04-08-2017 12:10 PM
jk080
Testing.....
1
07-18-2012 02:44 PM


Thread Tools
Search this Thread
Quick Reply: Test



All times are GMT -5. The time now is 07:58 PM.