Re: [PHP-WIN] Question about $tbuf in php-4.3.4-installer.exe

2003-12-10 Thread Phil Driscoll
You haven't shown us any code where $tbuf would be assigned a value. Is it meant to be passed in via get post or session? If so, the problem will be that register_globals is switched off in your php.ini file (as it has been by default for the last few releases of php). Otherwise, you need to sho

php-windows Digest 10 Dec 2003 09:22:46 -0000 Issue 2035

2003-12-10 Thread php-windows-digest-help
php-windows Digest 10 Dec 2003 09:22:46 - Issue 2035 Topics (messages 22353 through 22354): Question about $tbuf in php-4.3.4-installer.exe 22353 by: Chris Bunting 22354 by: Phil Driscoll Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsub

Re: [PHP-WIN] page cannot be displayed

2003-12-10 Thread toby z
hay hayden, well, can u send me ur ini file ill check it through fo u . n since i aint got nuthin better on ma hands to do these dayz . so guyz if anyone needs any testing of a proj done . im all here . toby . --- Hayden Kirk <[EMAIL PROTECTED]> wrote: > Hi >

Re: [PHP-WIN] page cannot be displayed

2003-12-10 Thread Svensson, B.A.T. (HKG)
On Wed, 2003-12-10 at 13:04, toby z wrote: > n since i aint got nuthin better on ma hands to do these dayz . > > so guyz if anyone needs any testing of a proj done . > > im all here . > > toby . Well, I have this small VBScript file I need to port to php... :) -- PHP Win

[PHP-WIN] OpenSSL Problem

2003-12-10 Thread Frédéric HARDY
Hello ! When I Use this code : "; while (($e = openssl_error_string()) !== false) { echo "" . $e . "\n"; } echo ""; ?> I have this : error:0E06D06C:configuration file routines:NCONF_get_string:no value error:0E06D06C:configuration file routines:NCONF_get_string:no value error:0E06D06C:con

[PHP-WIN] DB Indexing

2003-12-10 Thread Herhuth, Ron
Quick question...does MySQL offer column based indexing? I'm looking to store resume text which can be quite lengthy in a database field for searching. I have already built the app that takes a MS Word resume and extracts and stores keywords in MS SQL and the searches are lightning fast with ove