Full-service Internet Marketing & Web Development
Recent Posts

Sponsors
![]() |
News Script v1 3Code Wizard, 12-30-2006 |
this is a newscript that allows users to log in and submit news. Use's session codeing too.
-
-
-
-
mad props to Spaced
you need to download this, seeing as it has multiple files.
www.d-corner.net/files/news_script.zip
# This script requires mysql and the tables listed below:
#Create a news table
CREATE TABLE the_news (ID INT NOT NULL AUTO_INCREMENT, Title VARCHAR (255) NOT NULL, Text TEXT NOT NULL, DateSub VARCHAR (50) NOT NULL, PRIMARY KEY (id));
CREATE TABLE the_admins (ID INT NOT NULL AUTO_INCREMENT, Name VARCHAR (255) NOT NULL, Password VARCHAR (255) NOT NULL, PRIMARY KEY (id));
|
|
Subscribe Now to receive new posts via Email as soon as they come out.
Comments
Post your comments

