flemingmike Posted June 1, 2010 Share Posted June 1, 2010 sorry for the newbie questions, i try to figure things out for about 2 hours before i ask questions. right now im having a problem getting my data into a table. i can get it to show on the screen. here is the code. $url1 = "http://sports.espn.go.com/espn/rss/mlb/news"; echo RSS_Display($url1, 8, false, true); thanks for the help! Link to comment https://forums.phpfreaks.com/topic/203475-insert-into-table/ Share on other sites More sharing options...
.Stealth Posted June 1, 2010 Share Posted June 1, 2010 Have you connected to a database yet? http://www.w3schools.com/php/php_mysql_insert.asp Link to comment https://forums.phpfreaks.com/topic/203475-insert-into-table/#findComment-1065942 Share on other sites More sharing options...
flemingmike Posted June 1, 2010 Author Share Posted June 1, 2010 no database. sorry, my mistake. instert into table like: echo "<table border=4 cellpadding=4 cellspacing=0 align=center width=800><tr><td><b>MLB News</b></td></tr>"; echo "</table>"; Link to comment https://forums.phpfreaks.com/topic/203475-insert-into-table/#findComment-1065943 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.