Can anyone provide some basic help getting the trafficgenny PHP traffic 
scheduler working?

I have:

1. Created a mySQL database:
#mysql -u root -p
>create database Traffic;
>exit

2. Import the .sql files into it:
#mysql -u root -p Traffic < sheet.sql
#mysql -u root -p Traffic < tempspnsrtimeslots.sql
#mysql -u root -p Traffic < timeslots.sql

3. Change the settings in dbinfo.inc.php:
<!-- this file contains your mysql database settings-->
<?
$username="rivendell";
$password="myPassword";
$database="Traffic";
?> 

4. Placed all files in /var/www/trafficgenny

Accessing http://localhost/trafficgenny causes a PHP file "trafficgenny" to 
download; Clicking "Submit" in add.html causes "insert.php" to be downloaded; 
accessing trafficgenny.php downloads the file "trafficgenny.php".

I'm sure I've done wrong something very simple, but can't seem to figure it out.

Thanks for the help!

Joseph Matthews
[email protected] 
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to