Top

Basic News

+ 0 likes
Please Register to submit score.
Average Score  6.5
Scores Submitted  2
Date Added  Jan 12, 2006
Last Updated  Jan 12, 2006
Tags  news 

Introduction

Create all three files, input the php code into each file that is listed. Then change the database info in ALL three files.


$host = "localhost";

$user = "your-username";

$pass = "your-password";

$dbname = "your-username_your-database";

DO NOT edit $conn = mysql_connect($host, $user, $pass);

<BR><BR>
Found an error? Leave a comment :-)
<BR>
Feel free to edit or add some addons, However I'm not gonna help with ANY addons.


Grab the Code

Comments

  (3)  RSS
Earl
Comments: 10
 
PHP Snippet:  Basic News
Posted on Jan 15, 2006 1:10 pm
no comments? :(
BackoffJackson
Comments: 56
 
PHP Snippet:  Basic News
Posted on Jan 23, 2007 8:34 pm
Yes, no comments.
Earl
Comments: 10
 
PHP Snippet:  Basic News
Posted on Jan 24, 2007 4:40 pm
yes, no comments indeed.

Please Register or Login to start posting comments.
Bottom