Re: [PHP-DB] php-notepad

2001-05-19 Thread John Lim
Visit http://php.weblogs.com/editors for a list of editors. "Sharmad Naik" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Please tell me an editor for Linux -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP-DB] php-notepad

2001-05-19 Thread Paul Campbell
Quanta Plus http://quanta.soundforge.net Web Developement Enviroment My choice. On Saturday 19 May 2001 03:55, John Lim wrote: > Visit http://php.weblogs.com/editors for a list of editors. > > "Sharmad Naik" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >

[PHP-DB] connecting sybase ASE 11.9.2 via ct-lib

2001-05-19 Thread Bruno Franx
I get Fatal error: Call to undefined function: sybase_connect() in c:\programmi\apache\apache\htdocs\hello_dati_syb.php this my php.ini ;extension=php_oracle.dll ;extension=php_pdf.dll ;extension=php_pgsql.dll ;extension=php_printer.dll ;extension=php_sablot.dll ;extension=php_snmp.dll extensio

[PHP-DB] adodb 1.10 released

2001-05-19 Thread John Lim
http://php.weblogs.com/adodb Database wrapper library 1.10. Now supports cached recordsets. Example below: include('adodb.inc.php'); include('tohtml.inc.php'); $ADODB_CACHE_DIR = '/usr/local/adodbcache'; $conn = &ADONewConnection('oracle');/* Oracle 8, use 'oci8' */ $conn->PConnect('','scott','

Re: [PHP-DB] php -> MSSQL

2001-05-19 Thread snpe
> > As someone else has noted, the ODBC functions are one way. > > Another way, particularly if you prefer to talk to the database directly > rather than through a translation layer, is to install the FreeTDS > libraries (http://www.freetds.org/) on your Linux machine and then build > PHP with th

[PHP-DB] Looking for a script

2001-05-19 Thread BD
Can someone point me towards a down & dirty (and, of course, free) classified ads script? doesn't have to be fancy, but I have to get it in this weekend... TIA -BD- http://www.bustdustr.net Home of Radio Free Bd -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMA

[PHP-DB] newbie MySQL question

2001-05-19 Thread Matt Nigh
hi, i'm building a website right now with a shows page on it which will scroll horizontally in a window. i have each show listed in a table called shows (db is called almavale_board) with the following fields: id - bandplaying - venue - date - time - cover - description what i need to do is hav

Re: [PHP-DB] newbie MySQL question

2001-05-19 Thread Paul Campbell
> $result = mysql_query("select * from shows"); Change to > $result = mysql_query("select * from shows ORDER BY date DESC"); On Saturday 19 May 2001 21:45, Matt Nigh wrote: > hi, i'm building a website right now with a shows page on it which will > scroll horizontally in a window. i have each sh

Re: [PHP-DB] newbie MySQL question

2001-05-19 Thread Matt Nigh
this would work, and does for the day, but for the month it doesn't. also, is there code to have: $result = mysql_query("select * from shows ORDER BY date DESC"); (or whatever code works) and $result = mysql_query("select * from shows where id >= $show order by id limit 8"); combined together to

Re: [PHP-DB] newbie MySQL question

2001-05-19 Thread bill
On Sat, 19 May 2001, Matt Nigh wrote: > hi, i'm building a website right now with a shows page on it which will > scroll horizontally in a window. i have each show listed in a table called > shows (db is called almavale_board) with the following fields: > > id - bandplaying - venue - date - time

[PHP-DB] Unable to Load Modules (php_oci8.dll)

2001-05-19 Thread Doug Schasteen
I am trying to run oracle, mysql, and mssql with php using Apache on Windows 2000. Apache would not start when I tried to load certain extensions in php.ini. Some extensions work and others do not. Mssql and oracle both would not work. I read somewhere that putting libsasl.dll in the winnt\syst