[PHP-WIN] Re: Unable to access Access DB via ODBC under IIS under WIN2K

2002-02-05 Thread Bill Seeley
I already have a working ODBC DSN for the database that is accessible from both the API version of 4.1.1 PHP under Apache and from Crystal Reports. My problem is that I can't access it from PHP (CGI or ISAPI versions) under IIS. "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTEC

[PHP-WIN] Re: Apache variables

2002-02-05 Thread B Thomas
"Steve Yates" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > "B Thomas" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > echo $SCRIPT_NAME; > > > > Returns: nothing. > > What does phpinfo() show? There are some variab

Re: [PHP-WIN] Embeded MySQL

2002-02-05 Thread Josh Seward
Yes! MySQL is install with the distribution, but I want to run mysql not on the server but along with my application. Embeded MySQL runs from a library libmysql.dll. Mysql.com just mentions that this makes it possible to distribute mysql with cd-rom applications. I just need more info about usin

[PHP-WIN] Re: Crystal Reports and COM

2002-02-05 Thread Nicole Amashta
OK, so far I have narrowed it down to the fact that Crystal Reports 8.0 does not support export of PDF format. SO, does anyone know if there is a fix for this? In other words, is there a way to keep CR8.0 and use something with it, say, a dll, to support this PDF format ??? Help ? Thanks! Nicole

RE: [PHP-WIN] Embeded MySQL

2002-02-05 Thread alain samoun
MySql is already compiled with the distri A+ Alain -Original Message- From: Josh Seward [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 05, 2002 1:14 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Embeded MySQL Is it possible to compile php with libmySQL.dll or use it as an extention?

php-windows Digest 5 Feb 2002 18:27:38 -0000 Issue 987

2002-02-05 Thread php-windows-digest-help
php-windows Digest 5 Feb 2002 18:27:38 - Issue 987 Topics (messages 11844 through 11854): Embeded MySQL 11844 by: Josh Seward undefined variable 11845 by: bz 11852 by: Nicole Amashta Re: Re:[PHP-WIN] and now? 11846 by: Michel Laine Unable to access Access

[PHP-WIN] Crystal Reports and COM

2002-02-05 Thread Nicole Amashta
Hello. This is slightly off topic, but I am doing this through PHP, so it's somewhat relevant to this list. I am running crystal reports through PHP with a COM object. Now, I have this working just fine on several computers and has been fine for months now. The PHP calls the com object and that t

[PHP-WIN] Re: Unable to access Access DB via ODBC under IIS under WIN2K

2002-02-05 Thread Nicole Amashta
You must set up the ODBC source you want access to. Go to control panel, administrative tools, ODBC ... (if you haven't done this already). Go to the DSN tab and create a new datasource there. Are you familiar with this? If you need further help setting up an ODBC source, let me know. After crea

[PHP-WIN] Re: undefined variable

2002-02-05 Thread Nicole Amashta
In your php.ini, replace your error_reporting line with this one: error_reporting = E_ALL & ~E_NOTICE That should get rid of the warnings since pre-defining vars in PHP isn't really required (as in Java). Good luck, ~Nicole Amashta www.aeontrek.com "Bz" <[EMAIL PROTECTED]> wrote in message

Re: [PHP-WIN] Export MySQL --> DBF, CSV, MS Access, or MS Excel?

2002-02-05 Thread Nicole Amashta
I simply have to agree with you, b.a.t. I too would love to know the format of the Excel file. Those pesky files! hehe, If you find out, let me know. I haven't tried to find out myself. But i have needed to know. TIA! ~nicole amashta www.aeontrek.com "B.A.T. Svensson" <[EMAIL PROTECTED]> wrote

[PHP-WIN] Re: Can't pass variables to PHP scripts?! Please help.

2002-02-05 Thread Nicole Amashta
If you will notice, your error is just a warning. If you go to your PHP.ini file, you should verify that you have the line: error_reporting = E_ALL & ~E_NOTICE as your type of error reporting. If you have warnings enabled, you will always get warnings of your vars not being initialized with so

Re: [PHP-WIN] PHP and JavaScript

2002-02-05 Thread Nicole Amashta
You don't even have to document.write. You can just create a hidden variable like you said and set that variable. such as: then set that var after the value is retrieved from the prompt like so: var name= prompt(''); document.frmTest.var1.value=name; just another way of doing it. ;)

[PHP-WIN] IIS-ODBC-Access2K w/ISAPI PHP 4.1.1 under WIN2K

2002-02-05 Thread Bill Seeley
When attempting to query an Access 2K DB with the odbc_connect function, I get the messsage: Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in e:\vnpweb\html\getcontact.php on line 14 IM002 I have tri

[PHP-WIN] Unable to access Access DB via ODBC under IIS under WIN2K

2002-02-05 Thread Bill Seeley
When attempting to query an Access 2K DB with the odbc_connect function, I get the messsage: Warning: SQL error: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified, SQL state IM002 in SQLConnect in e:\vnpweb\html\getcontact.php on line 14 IM002 I have tri

Re: [PHP-WIN] Re:[PHP-WIN] and now?

2002-02-05 Thread Michel Laine
Sorry, but it seems like some step of our communication didn't go quite right.. Didn't mean to upset you - i apologize if i did. I have resent my last reply (the one i am referring to) to you - not the list - again. Bram Somers wrote: > I have read your message, and I replied to you! > > Makes