HTML Coding
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   SEO Chat ForumsOtherHTML Coding

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread SEO Chat Forums Sponsor:
Ziff Davis Enterprise Virtual Tradeshows: Hot Topics, Cutting Edge Technology, Real-time Interaction with IT Professionals. Learn more at ziffdavisvts.com
  #1  
Old April 4th, 2008, 08:49 PM
andrenym00 andrenym00 is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Oct 2005
Posts: 60 andrenym00 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 13 m 48 sec
Reputation Power: 3
Need help

I'm a newbie! Can someone look at this code and tell me if it looks correct? For some reason the first line is not centered but to the left of the page? For example:

Hello
Goodbye
Yes
No
OK
USA



<?php
$string_array = array
('Hello','Goodbye','Maybe','Yes','No','OK','USA');
$text = "";

$string_count = count($string_array);


for($x=0; $x<$string_count;$x++){
$y = 0;
$temp_array = array();

//reset internal pointers for $string_array
foreach($string_array as $key => $value){
$key = $y;
$temp_array[$key] = $value;
$y ++;
}

$string_array = $temp_array;
//generate a random number of appropriate size
$random_number = rand(0,(count($string_array)-1));
//get the text from the array
$string = $string_array[$random_number];
//make a temp array from that string
$piece = array($string);
//delte the string that was used from the array
$string_array = array_diff($string_array,$piece);
//add that string to the part to be printed.
$text .= "$string<center>";


}

echo $text;
?>

Reply With Quote
  #2  
Old April 5th, 2008, 01:17 PM
andrenym00 andrenym00 is offline
Contributing User
SEO Chat Newbie (0 - 499 posts)
 
Join Date: Oct 2005
Posts: 60 andrenym00 User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 17 h 13 m 48 sec
Reputation Power: 3
Ok, I found something better, I changed ($input, 2); to ($input, 5); but it still only shuffles 2? How do I fix this?

<?php
srand((float) microtime() * 10000000);
$input = array("Neo", "Morpheus", "Trinity", "Cypher", "Tank");
$rand_keys = array_rand($input, 2);
echo $input[$rand_keys[0]] . "\n";
echo $input[$rand_keys[1]] . "\n";
?>

Reply With Quote
Reply

Viewing: SEO Chat ForumsOtherHTML Coding > Need help


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five &quot;checkpoints&quot; for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 1 hosted by Hostway