Forum: MS SQL Jul 22nd, 2008 |
| Replies: 4 Views: 1,220 Thank you for your help, but I have other problems I guess.
Here's the form I'm using to input my data to the database:
<form action="<?=$PHP_SELF?>" method="post">
<br>
<b>Show Title</b>... |
Forum: MySQL Jul 19th, 2008 |
| Replies: 2 Views: 614 Yes, the ID field is an INT,auto-increment,but the rest are TEXT.
I was trying to make the form easy for the programming director to use, therefore the 3 different columns. I've never played with... |
Forum: MySQL Jul 17th, 2008 |
| Replies: 2 Views: 614 Hello all:
I'm currently building a website for a radio station and I want to setup a programming lineup. The fields I'm using are:
ID
Title
Dayofweek (Show Day)
Timeslot (Show Time)
AMPM... |
Forum: MS SQL Jul 17th, 2008 |
| Replies: 4 Views: 1,220 Sorry, I posted this in the wrong area (I'm using MySQL)
Hello all:
I'm currently building a website for a radio station and I want to setup a programming lineup. The fields I'm using... |