Re: [PHP-WIN] HELP: USING $_SESSION instead of session_register()

2002-03-28 Thread Pac mon
Not quite... Here's something that ought to work better for you: page1-- "; echo session_id() . ""; echo ""; ?> reg_2.php page2 "; ?> Original Message Follows From: "Bossanova" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: [PHP-WIN] HELP: USING $_S

[PHP-WIN] ZZip an .TAR

2002-03-28 Thread Andy Muth
I'm just curious if anyone has gotten ZZIPlib libraries to work under Windows, or Linux for that matter? I can't seem to get either of them to work. On another note, does anyone know of a way to read a .TAR file using PHP? Thanks Andy -- PHP Windows Mailing List (

[PHP-WIN] ODBC Connection Problems

2002-03-28 Thread Robin Bolton
I have an Access database which I made a DSN connection to. As long as the .mdb file is on the same machine as my Apache Server I can connect to it just fine. However, if I try to set the DSN to point to an .mdb file on our network (mapped to a drive letter), I get the following error in PHP: Wa

[PHP-WIN] IIS PHP 2000

2002-03-28 Thread RCAuction
my site runs fine but always asks for username and password running php as cgi its driving me nuts Thanks -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: NT User info using COM...ASP getObject() alternative

2002-03-28 Thread J Wynia
You can grab some of those variables automatically. $network = new COM("WScript.Network"); $computername = $network->ComputerName; $username = $network->UserName; "Court Shrock" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Was searching through the groups

[PHP-WIN] HELP: USING $_SESSION instead of session_register()

2002-03-28 Thread Bossanova
Pardon my ignorance, I've been searching for answers for this new $_SESSION to work to no avail. If someone can help me out by giving examples how I can pass the session_id to the next page and access the same $_SESSION["var"] on that page, it would be very helpful. My question is, once I set

[PHP-WIN] NT User info using COM...ASP getObject() alternative

2002-03-28 Thread Shrock, Court
Was searching through the groups and thought I would share this code: FullName . ''; //Returns Account Name echo $ADSIObject->Name . ''; //Returns Account Description echo $ADSIObject->Description . ''; ?> -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php

php-windows Digest 28 Mar 2002 20:07:26 -0000 Issue 1067

2002-03-28 Thread php-windows-digest-help
php-windows Digest 28 Mar 2002 20:07:26 - Issue 1067 Topics (messages 12798 through 12806): R: [PHP-WIN] Session errors 12798 by: Alberto. Sartori Re: Session errors 12799 by: Martin.Andrew mail() with attachments 12800 by: George Pitcher R: [PHP-WIN] mail

[PHP-WIN] Problems with PHP 4.1.2 and COM automation

2002-03-28 Thread Alavi, Ahmad A
We have an automated COM application that has been working with ASP for years. We are trying to use it with PHP. We tried it on two machines with the following problems. 1- On both machine we get the following error from php.exe The instruction at "0xx001301da" referenced memory at "0x782a4a47"

[PHP-WIN] PDF color issue

2002-03-28 Thread Ethan Nelson
Hello, I checked the developer database, and I'm not saying it isn't in there... but I couldn't find it, so here it goes: Here is the problem... given the code below, I would expect a fill color of 73% cyan, 26% magenta, 5% yellow and 0 black. However, the 73% cyan will default to zero unless y

[PHP-WIN] Please, forgive me, and ignore this stupid test mail....

2002-03-28 Thread Svensson, B.A.T. (HKG)
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] RE: [PHP] ASP vs PHP

2002-03-28 Thread J. Scott Johnson
I've seen a tool called Code Charge which claims to do that. http://www.codecharge.com/index2.html And, I think that the new Zend tools make this easier (but I really haven't started evaluation yet). www.zend.com Scott * * * * * * * * * * * * * * * * * * * * * * * * * * J. Scott Johnson PHP C

[PHP-WIN] ASP vs PHP

2002-03-28 Thread Ciro Martins
Hi! I've been programming in PHP for long. But one question that always is coming to my mind is to know if there exists some kind of tools (like for SP. It exists a tool called ASPWebTools for wich it is possible to develop applications written in ASP and connecting with DB like SQL Server in a

[PHP-WIN] R: [PHP-WIN] mail() with attachments

2002-03-28 Thread Darvin Andrioli
See this colomns http://www.zend.com/zend/spotlight/sendmimeemailpart1.php Darvin > -Messaggio originale- > Da: George Pitcher [mailto:[EMAIL PROTECTED]] > Inviato: giovedì 28 marzo 2002 12.26 > A: [EMAIL PROTECTED] > Oggetto: [PHP-WIN] mail() with attachments > > > Hi guys, > > I'm doi

[PHP-WIN] mail() with attachments

2002-03-28 Thread George Pitcher
Hi guys, I'm doing a query/export/email routine and I can't find anything on attachments. The manual says that attachments can be handled but doesn't say how or give any examples. I'm sure that this must be in widespread use, so can anyone give me a pointer or two? George -- PHP Windows Mail