The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Coding assistance (news system)
I'm making my own news system, i am having a problem showing the second table, it will only show one.
my code: Code:
//selecting the 'news' database to use mysql_select_db("news"); //Get todays date $today = date("l F dS Y"); // create sql statement $query="SELECT * FROM news"; $result=mysql_query($query); // total row number $num=mysql_numrows($result); // news fieds $title=mysql_result($result,$i,"title"); $news=mysql_result($result,$i,"news"); Can anyone help? |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|