[PHP-WIN] RE: PHP/SQL search engine help (newbie)

2002-01-07 Thread Carlos Andre Marques Moreira
Hi, AFAIK PHP don't access MS Access directly so you should access your database via ODBC. Here are some ODBC Functions: int odbc_connect(string dsn, string user, string password, int [cursor_type]) -> Connect to ODBC, cursor_type is optional int odbc_exec(int conn_id, string query_string) -> Exe

php-windows Digest 7 Jan 2002 16:37:35 -0000 Issue 941

2002-01-07 Thread php-windows-digest-help
php-windows Digest 7 Jan 2002 16:37:35 - Issue 941 Topics (messages 11328 through 11338): R: [PHP-WIN] Re: $PHP_SELF 11328 by: Darvin Andrioli Binary PHP 4.1.1 for Mandrake - WHERE? 11329 by: Programmers 11335 by: Jerry Array within a Class? 11330 by: FPU.W

[PHP-WIN] PHP/SQL search engine help (newbie)

2002-01-07 Thread Keith Hughes
Hi, Completely new at this, so don't be too harsh. I'm trying to create a help file system for a programme (much like the help files that you get with macromedia flash). All the help files will be in HTML format and will be in an access database. I need to search through the database with a search

[PHP-WIN] help with phpmyadmin db connection

2002-01-07 Thread pasupathy
hello, any phpMyAdmin guru here who can help? the config file in it is straightforward that all I have to do is fill up as follows: $cfgServers[1]['host'] = 'localhost'; // i tried localhost and all other //possibilities $cfgServers[1]['port'] = ''; $cfgServers[1]['adv

Re: [PHP-WIN] How to download PHP files URGENT !!!

2002-01-07 Thread gaouzief
hi has anybody tried to use sockets with php 4.1.1 undew win 2000? the extension loaded just fine the script looks like it was started (from the console) but the server is not working can anybody help? regards, hassan el forkani http://WarmAfrica.com EveryOne's Africa -- PHP Windows Mailin

[PHP-WIN] Re: Binary PHP 4.1.1 for Mandrake - WHERE?

2002-01-07 Thread Jerry
Have a look at http://d-srv.com/sw/rpm/Mandrake/RPMS/ I didn't try any of those links but it could be what you are looking for... Jerry "Programmers" <[EMAIL PROTECTED]> wrote: > I am looking for with compiled version of the newest PHP 4.1.1 for > Linux Mandrake 8.1. > Jaroslaw -- PHP

Re: [PHP-WIN] REAL NEWBIE QUESTION!!!

2002-01-07 Thread Michael Sims
At 06:20 PM 1/3/2002 -0500, Jack Cazes wrote: >I have php 4.11 loaded and it works fine...I now want to create a >database...so I use Winsqladm and create the database...however there is no >mention of username and passworddo I have to then define and FSN in >Windows ODBC administrator (even t

[PHP-WIN] REAL NEWBIE QUESTION!!!

2002-01-07 Thread Jack Cazes
I'm just starting out with PHP and Mysqlthe problem I have is this. I have php 4.11 loaded and it works fine...I now want to create a database...so I use Winsqladm and create the database...however there is no mention of username and passworddo I have to then define and FSN in Windows ODB

[PHP-WIN] session_set_save_handler crashes

2002-01-07 Thread Kjartan Mannes
Windows 2000 Apache/1.3.22 (Win32) PHP/4.1.1 Whenever I use session_set_save_handler() PHP will crash when session_start is called. session.save_handler is set to 'user' as specified in the docs. Anyone have a working example of session_set_save_handler? -- Kjartan <[EMAIL PROTECTED]> :: "Smas

[PHP-WIN] Re: NEWBIE IN DISTRESS: Install Instructions are not work for PHP 4.1.1!!!

2002-01-07 Thread Freddy Vulto
My module configuration (Win98, Apache 1.3.22, PHP 4.1.1) started working after I added the line: AddModule mod_php4.c to httpd.conf. This seems to be an omission from the install.txt as stated in the php.windows thread "Apache 1.3.22 and PHP 4.1.0" d.d. Jan 3, 2002. It's added as note to th

[PHP-WIN] Array within a Class?

2002-01-07 Thread FPU . WHITES1
--- Received from FPU.WHITES1 799 370307-01-02 10:34 -> [EMAIL PROTECTED] -> [EMAIL PROTECTED] Yes, works fine. I use them often. -Steve From: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Date: Sat, 5

[PHP-WIN] Binary PHP 4.1.1 for Mandrake - WHERE?

2002-01-07 Thread Programmers
I am looking for with compiled version of the newest PHP 4.1.1 for Linux Mandrake 8.1. -- Jaroslaw -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL P

[PHP-WIN] R: [PHP-WIN] Re: $PHP_SELF

2002-01-07 Thread Darvin Andrioli
Try $_SERVER["PHP_SELF"] Darvin > -Messaggio originale- > Da: David [mailto:[EMAIL PROTECTED]] > Inviato: domenica 6 gennaio 2002 3.12 > A: [EMAIL PROTECTED] > Oggetto: [PHP-WIN] Re: $PHP_SELF > > > Steve Yates said something on 05 Jan 2002, in php.windows: > > > "David" <[EMAIL PROTECTE