Re: [PHP-WIN] Sessions

2001-04-25 Thread Roman Lichszteld
> I haven't worked with trans_sid much, so I'm not very familiar with the > specifics. > > The problem is that the get variable PHPSESSID or whatever is passed as a > get while the action of a form is POST. > > One workaround is to create a hidden input named PHPSESSID or SID and set > it's value

[PHP-WIN] Several " Constant already defined " errors.

2001-04-25 Thread Chipmaster
I am trying to run PHP Nuke 5.0 beta 3 on a Windows 2000 Pro Machine with IIS 5.0, PHP4 and MySQL Server. Each of the Systems works fine including PHP but... When I run http://localhost/ the page loads including the MySQL content and I get dozens and dozens of nice little error messages, which sta

[PHP-WIN] Access97 + odbc_columns

2001-04-25 Thread Руслан Охитин
Hi all I want to get ms access 97 tables/columns info with $db=odbc_connect(...) $res=odbc_columns($db) while ($rec=db_fetch_into($res)) { // do something with $rec } where db_fetch_into is: function db_fetch_into($result) { $row = array(); $cols = @odbc_fetch_into($result, &$row)

Re: [PHP-WIN] ISS, PHP & LDAP Authorization

2001-04-25 Thread Joel Gilbert
Hi All, Never mind that question, it's just a simple matter of working out the Win2K directory structure. I used the ldifde.exe utility in Win2K to dump the directory to a text file and then examined the structure. Simple enough... ""Joel Gilbert"" <[EMAIL PROTECTED]> wrote in message 9c30ti$r0

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

2001-04-25 Thread Joel Gilbert
Thanks, it's up and running fine now. I had some trouble working out how to query the Win2K Active Directory (correct syntax order), but after examining the results of an ldifde.exe dump in Win2K it was pretty simple. "Johan Lundqvist" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:

php-windows Digest 25 Apr 2001 22:14:07 -0000 Issue 564

2001-04-25 Thread php-windows-digest-help
php-windows Digest 25 Apr 2001 22:14:07 - Issue 564 Topics (messages 7041 through 7047): Re: PHP 4 Extension on Win2k server 7041 by: Il Cieco OCI_DEFAULT - needed in SELECT statements? 7042 by: Asendorf, John Re: Sessions 7043 by: Joe Brown image 7044 by:

[PHP-WIN] Bandwidth for webhosts

2001-04-25 Thread PHPWIN
Hi there was wondering if anyone could tell me what it means when a web host says that you get something like 10GB bandwidth for web visitors/hits? How do they calculate the bandwidth? Cheers

[PHP-WIN] WebHosts with PHP4 and MySql

2001-04-25 Thread PHPWIN
Hi there Does anyone know any good sites with php4 and MySql? May or may not be free, but must be reliable and fast. Like always available and non-hanging kind of performance. Free sites seem to be overloaded at the database end, very detrimental to the site function. Any good paid for webho

RE: [PHP-WIN] WebHosts with PHP4 and MySql

2001-04-25 Thread Jeff Pearson
I use www.eaccounts.net/jp52950052/ for all of my sites. Have not had a problem yet...And they are very cheap. They charge you ONLY for the actual resources that you use. Jeff Pearson > -Original Message- > From: PHPWIN [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 25, 2001 8:2

[PHP-WIN] Uploading Files on Pasword Protected Sites ?

2001-04-25 Thread vshah
I am running into a very weird problem with an Intranet site I have on IIS 4.0 and PHP 4.04. I have password protected the site, allowing access to the users using their network username/password. But that has resulted none of the forms on the site with enctype="multipart/form-data" not to be w

Re: [PHP-WIN] Errors Help!

2001-04-25 Thread Ermanno Iannacci
Try "if(!(isset($realm)))" instead of "if(!$realm)" - Original Message - From: "Manesh" <[EMAIL PROTECTED]> To: "Manesh" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Wednesday, April 25, 2001 2:54 AM Subject: [PHP-WIN] Errors Help! > I get these on somthing else, BTW i have download t

[PHP-WIN] image

2001-04-25 Thread oifik
Hello, I have a little problem when I try to use function to draw as image_create() I receive the message call to undefined function and inhe php.ini I've found nothing. Can you help me? Thanks P.S : Sorry for my english -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

Re: [PHP-WIN] Sessions

2001-04-25 Thread Joe Brown
I haven't worked with trans_sid much, so I'm not very familiar with the specifics. The problem is that the get variable PHPSESSID or whatever is passed as a get while the action of a form is POST. One workaround is to create a hidden input named PHPSESSID or SID and set it's value to . Good luc

[PHP-WIN] OCI_DEFAULT - needed in SELECT statements?

2001-04-25 Thread Asendorf, John
I have a script, and I'm not certain which 1 of 5, which does not seem to be releasing the php.exe after parsing the script. Unfortunately, it is a data entry sequence so after 20 records, I have 20 instances of un'end_task'able php.exe running in the task manager... I **think** it may have some

Re: [PHP-WIN] PHP 4 Extension on Win2k server

2001-04-25 Thread Il Cieco
I think you have to move some dll's from dll directory in your php installation directory to windows\system32. I.e. sablotron extension need expat.dll in windows\system32 to work. good luck. Alessio. ""Sébastien Cramatte"" <[EMAIL PROTECTED]> ha scritto nel messaggio 9c4dsa$hda$[EMAIL PROTECT

php-windows Digest 25 Apr 2001 09:28:09 -0000 Issue 563

2001-04-25 Thread php-windows-digest-help
php-windows Digest 25 Apr 2001 09:28:09 - Issue 563 Topics (messages 7031 through 7040): IRC Clients 7031 by: Leo Hansson 7032 by: Plutarck Re: php postgres module for windows 2000 7033 by: Yasuo Ohgaki YapBB 7034 by: Manesh Errors Help! 7035 by: M

Re: [PHP-WIN] MYSQL Help

2001-04-25 Thread Johannes Janson
hi, the info in the manual about the command line in mysql apply also for win2k. Assuming you have root access go to the mysql prompt and type this: GRANT select, insert, update, delete, WhatPrivYouWant ON YourDB.* TO username IDENTIFIED BY 'YourPassword'; This creates a user "username" with pas

[PHP-WIN] Sessions

2001-04-25 Thread Roman Lichszteld
I use Apache server with PHP 4 installed on WinNT 4.0, session.use_trans_sid is set to 1, I don't use cookies. I have three pages, each looks like this: // test1.php \n"); print("\n"); // second page has action="/php/test3.php" and so on... print(">\">\n"); print("\n"); ?> Script "chec

[PHP-WIN] MYSQL Help

2001-04-25 Thread edwin
hi, I got a very simple question. I have mysql under win2k and I need help adding a new user to be able to use the database. I looked through the manual but all the references are for *nix, can someone help me out or point me to a place where i can read up on this?? thanks!! edwin -- PHP Win