[PHP-DB] Problem with buttons

2001-12-27 Thread markus|lervik
Hello everyone! Does anyone know what the problem might be with the following little php-snippet? print(" "); print(" "); The next button works perfectly, but for some strange reason nothing happens when one hits the previous button. *sigh* I don't want to be coding today.. I want to be at

Re: [PHP-DB] Problem with buttons

2001-12-27 Thread Ireneusz Piasecki
- Original Message - From: "markus|lervik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 27, 2001 9:47 AM Subject: [PHP-DB] Problem with buttons > Hello everyone! > > Does anyone know what the problem might be with the following little > php-snippet? > > print("

[PHP-DB] Potential for optimizing a huge table for querries?

2001-12-27 Thread Andy
Hi guys, I would like to optimize a tabel with 2.3 mio entries for querries The table is not gonna be changed afterwards, no entries are gonna be added. It just supports info. currently it looks like that: ID: int(7) city: varchar(50) country_code char(2) province: char(2) indexes: country_co

[PHP-DB] oracle connectivity problem

2001-12-27 Thread Rajiv Khandelwal
hi, I am facing a strange problem. I have oracle 8.1.6 (server) installed on linux and am trying to access it thru PHP from a client machine (again Linux). I was successful in making connections to the Oracle Server through programs written in C and Perl. But everytime i execute some program wri

Re: [PHP-DB] Potential for optimizing a huge table for querries?

2001-12-27 Thread Andrey Hristov
Mysql has support for indexes on two or more fields. So you can create index on country_code AND province. At the moment I cannot remember the syntax but look at the docs www.mysql.com/doc/ to find it. HTH Regards, Andrey Hristov - Original Message - From: "Andy" <[EMAIL PROTECTED]>

[PHP-DB] php-apache-sybase install problems

2001-12-27 Thread Richard Hillström (GIS)
Maybe wrong mailing-list, but anyway, here it goes.. Trying to install Apache 1.3.22, PHP 4.0.6 and Sybase 11.0.3 on a Mandrake 8.1 box. Sybase installs fine in /opt/sybase. Apache install fine with ./configure --prefix=/usr/local/apache --enable-module=so make && make install B

[PHP-DB] Re: [mysql-support] RE: [PHP-DB] Run php page automatically

2001-12-27 Thread Jeremy Reed
You can set up the task manager to run a php script from the command line: php -q script.php > log.txt The '-q' switch suppresses the HTTP header output, so if you scheduled the script to run with the output redirected to a file, then all echoes etc. in the script would be redirected to the log

[PHP-DB] php and accessconnection

2001-12-27 Thread rhelms
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, is it possible to connect to a access-db via php? How to connect to an access-database whis is on another host? Regards, Ruprecht - -- E-Mail: [EMAIL PROTECTED] Date: 27-Dec-2001 Time: 20:46:48 This message was

[PHP-DB] Re: php and accessconnection

2001-12-27 Thread George Nicolae
look at http://www.phpbuilder.com/columns/siddarth2228.php3 for a good tutorial. -- Best regards, George Nicolae IT Manager ___ X-Playin - Professional Web Design www.x-playin.f2s.com <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >

RE: [PHP-DB] php and accessconnection

2001-12-27 Thread Andrew Hill
Ruprect, Simply use ODBC. http://www.php.net/odbc If PHP is on Windows, simply create an ODBC System DSN. If your PHP environment is some *nix, you can compile PHP --with-iodbc as per the HOWTO at www.iodbc.org and setup a DSN in your odbc.ini file. Free trial ODBC Drivers are available at www