[PHP-WIN] Help on IIS4.0 +Oracle

2001-04-22 Thread Gu Weidong-a1923c
Is it must to have Oracle 8.1.6 client installed with IIS to access Oracle using OCI? I try to connect the database but got " _oci_open_server: ORA-12154: TNS:could not resolve service name" with 8.0.5 client installed. ( I can use the same TNS name to connect the DB in SQL*PLUS) Weidong Rega

php-windows Digest 23 Apr 2001 06:11:42 -0000 Issue 559

2001-04-22 Thread php-windows-digest-help
php-windows Digest 23 Apr 2001 06:11:42 - Issue 559 Topics (messages 6966 through 6969): Re: include_path value 6966 by: Dickerson, Monty Can register_globals be made dynamic? 6967 by: Jeremy Ricketts Authorization on IIS5 (PHP4; Win2k) 6968 by: Joel Gilbert Refre

[PHP-WIN] Refreshing problem....(thread problem?)

2001-04-22 Thread macky
Im new using PHP on IIS 5.0 under Win2K Pro... Installed PHP according to the direction stated in readme I created a simple PHP page and it work using IE 5.5 <%php echo ("FOO BAR"); %> Problem: Whenever I click on refresh for the 3rd time (3rd consecutive time) page wont display I ha

[PHP-WIN] Authorization on IIS5 (PHP4; Win2k)

2001-04-22 Thread Joel Gilbert
Hi, I'm trying to set up user-specific site settings with authentication. I need to be able to validate accounts to a Win2K Active Directory server, as there are several hundred accounts active, and they change on a regular basis. I have the IIS authentication working fine, but I want to be able t

[PHP-WIN] Can register_globals be made dynamic?

2001-04-22 Thread Jeremy Ricketts
Hi group: I am trying to write a project which uses $HTTP_SESSION_VARS but also need the other $HTTP_*_VARS on other parts or the site. Is it possible to set register_globals to off in php.ini and force it on for specific pages or vica versa? I do not need them to work together on any pages, just

RE: [PHP-WIN] include_path value

2001-04-22 Thread Dickerson, Monty
Giro, I agree with you that setting "ini" values via the Apache httpd.conf is obscure in the books and the documentation. However, that's what you need to do, *instead* of setting all of your ini stuff in the C:\windows\php.ini file; indeeed you do not even need a php.ini file at all! Answer

php-windows Digest 22 Apr 2001 17:39:51 -0000 Issue 558

2001-04-22 Thread php-windows-digest-help
php-windows Digest 22 Apr 2001 17:39:51 - Issue 558 Topics (messages 6960 through 6965): Re: Images in MySql 6960 by: John Lim 6963 by: PHPWIN Re: PHPEd and phpMyAdmin 6961 by: rjones Re: MS SQL 2000 6962 by: Jan Walter Meta data 6964 by: PHPWIN i

[PHP-WIN] include_path value

2001-04-22 Thread Giro De Roover
hello there, I am very confused about "include_path" in the php.ini, what value need to go there, I have read a lot about that in php.net documentation without understanding exactly what they mean. Could someone be more specific with an example. I am using PHP4 win98SE, under Apache. My Php folde

[PHP-WIN] Meta data

2001-04-22 Thread PHPWIN
Hi there Anyone know any client side code preferably in javascript that can change meta data of the document, like the without reloading the page. Any help appreciated

Re: [PHP-WIN] Images in MySql

2001-04-22 Thread PHPWIN
Hi there Thanks for the tip, I'll try the telnet thing. But I believe that the real problem is that scripts are not allowed to access files outside their domain, like the /tmp directory where all files that are uploaded via the web, would end up. Therefore my scripts for HTPp, FTP or MySql don

Re: [PHP-WIN] MS SQL 2000

2001-04-22 Thread Jan Walter
"Frank M. Kromann" wrote: > What version of the php_mssql.dll are you using ? > We had an error a while back where mssql_query returned a wrong value (true instead >of a ressource). Thanx alot, the 4.0.5 version from php4win works fine!!! -- _

[PHP-WIN] HTML -> PHP -> HTML calling sequence

2001-04-22 Thread Bob Sears
I'm stuck. Module A is a HTML program with a FORM/ACTION/GET that xctls to a PHP module. I have no problem getting to the PHP module, displaying a dummy screen, and returning to the HTML program. In a PHP text I perused through at Border's, the text said to access STDIN via: $fh = open("PHP://

Re: [PHP-WIN] PHPEd and phpMyAdmin

2001-04-22 Thread rjones
Hi, Have you searched for the missing files, maybe they need downloaded from somewhere else. search the phped site for dcom98, they have it in thier download area. rwj - Original Message - From: "r.gelstharp" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 12:3

php-windows Digest 22 Apr 2001 05:28:08 -0000 Issue 557

2001-04-22 Thread php-windows-digest-help
php-windows Digest 22 Apr 2001 05:28:08 - Issue 557 Topics (messages 6947 through 6959): MS SQL 2000 6947 by: Jan Walter 6948 by: Frank M. Kromann HELP!!! php4ts.dll 6949 by: Neil apache/php help! 6950 by: Neil 6955 by: Arthur Melkonyan

Re: [PHP-WIN] Images in MySql

2001-04-22 Thread John Lim
Hi Xon, Some options i can think of. 1. Can u change HTTP write permissions yourselves via telnet with chmod or chgrp? That would be the simplest if possible. 2. If you have to store in MySQL, storing in the file system gives better performance. But storing in MySQL is not so bad. 3. Consider

Re: [PHP-WIN] apache/php help!!!!!

2001-04-22 Thread Ermanno Iannacci
I don't think there's a system32 folder in win98. I got these chashes when some extension is misconfigured. - Original Message - From: "Arthur Melkonyan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, April 21, 2001 9:28 PM Subject: Re: [PHP-WIN] apache/php help! > you

Re: [PHP-WIN] HTML -> PHP -> HTML calling sequence

2001-04-22 Thread Chris Adams
On 21 Apr 2001 17:06:05 -0700, Bob Sears <[EMAIL PROTECTED]> wrote: > >I'm stuck. Module A is a HTML program with a FORM/ACTION/GET that xctls to >a PHP module. I have no problem getting to >the PHP module, displaying a dummy screen, and returning to the HTML >program. In a PHP text I perused th