[PHP-DB] sql, problem with join and presentation

2004-02-15 Thread mayo
Currently I display a list of classes. Simplified SQL and display below: SELECT * FROM classes WHERE classCategory='$Category' AND classDeleted=0 ORDER BY $order $reorder The presentation is: +--+--++ | CLASS TITLE | LOCATION | CLASS CODE

Re: [PHP-DB] PHP and php_mssql.dll

2004-02-15 Thread Frank M. Kromann
You need to install the MSSQL Client Tools or alt least copy ntwdblib.dll from the SQL Server (this will allow connections but not configuration). - Frank I have the php_mssql.dll in the extension directory but when I execute a PHP page, I am told that the dll does not exist. This is on

[PHP-DB] Noobie on list (Test)

2004-02-15 Thread karl james
This is a test to make sure the email works! Karl James (TheSaint) [EMAIL PROTECTED] http://theufl.com/ -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] drop down changed out for check boxes

2004-02-15 Thread karl james
http://nopaste.php-q.net/41184 hello guys, I am creating a Fantasy Football League website! I need to know how to add check boxes in the php code and form Lines 51-53 show dropdowns right now but after review the method This is for trading players from one team to another team. Can you all show