Navigation :
HomeSource code
Tutorials
RSS feeds
Articles
Wordpress plugins
Blog
Books
Software
Downloads
Hosting
manuals
Script directory
Training
Our Links
Site Sponsors :
- Load Cells
- mothers day replica rolex watches today
- Free partition data recovery utilities
- cheap reseller hosting
- MySQL & Best PHP Web Hosting + save 50%
Bookmark :
Links :
programmershelpsoftware directory
domain names
Downloads :
Misc :
Webmaster ResourcesOnly PHP
ScriptSearch.com
Scripts.com - Get the best scripts NOW!
AndreaPHP Programming
split text up into different rows and insert into an html table
split text up into different rows and insert into an html table
<?php
$text = <<<EOD
This is some
sample text,
we want to make
appear in multiple
rows in a table
EOD;
$lines = explode("\n", $text);
echo "<table>";
foreach ($lines as $line)
{
echo "<tr><td>$line</td></tr>";
}
echo "</table>";
?>
Books :
Sponsors :
Random Code :
show all rows in a MySQL table(database)comedy news feed from the bbc(xml)
Turn off Post Revisions(Wordpress)
Random Article :
More Autoresponders With PHPSerialize this Saving Objects in PHP
Network:
Programming resourcesTutorials directory
Hosting resources
ASP site
Domain names
Progged
Maxi directory
bigarticle : free articles
A Code
Code N Tutorials
Del.icio.us
Digg
Furl
Newsvine
Netscape
Reddit
StumbleUpon
Technorati
Squidoo
Windows Live
Yahoo MyWeb
Ask
Google