[PHP-DB] Connecting to Microsoft Mail

2001-12-04 Thread Hayan Al Mamoun
Dear ALL, I want to know if there's a way to have the mail sent by PHP mail() function captured by microsoft outlook. I'm using PWS / windows98 / PHP4 Thanks Get your own 800 number Voicemail, fax, email, and a lot more

[PHP-DB] Session across Multiple Hosts

2002-01-29 Thread Hayan Al Mamoun
Dear all, I was wondering, can session variables be transfered across multiple hosts, i.e. if I send a request from http://host1/page1.phtml, to http://host2/page1.phtml where I started the session by SessionRegister() or some other way and I gave the variable VAR1 some value, then I went back

[PHP-DB] Cannot include file

2002-02-03 Thread Hayan Al Mamoun
Hi sirs, I'm trying to run include() function to include a page from a different website, but it fails : include(http://remote/dawn-travel/lists/somelongnumber.xml;); remote is windows NT4 IIS I got the following error, Warning: Failed opening

[PHP-DB] Cannot Include File..

2002-02-03 Thread Hayan Al Mamoun
Hi sirs, I'm trying to run include() function to include a page from a different website, but it fails : include(http://remote/dawn-travel/lists/somelongnumber.xml;); remote is windows NT4 IIS I got the following error, Warning: Failed opening

[PHP-DB] Maintain MySQL Transactions

2002-02-08 Thread Hayan Al Mamoun
Hi, How can I maintain MySQL transactions with PHP Best Regards Hayan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Session End

2002-02-08 Thread Hayan Al Mamoun
Hi, How can I realize that one session in PHP has been ended, I mean I want a trigger that the visitor of my website, has left ;) Thanks Best Regards Hayan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Session End

2002-02-17 Thread Hayan Al Mamoun
Hi, I want to know if there is a way in PHP to sence that the visitor left the site, I think the answer is in PHP-Sessions, but I don't know how, Any help please?? Best Regards Hayan -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DB] Problem with file() function

2002-02-19 Thread Hayan Al Mamoun
Dear sirs, Please help with the follows: When I'm trying to execute this code: $fcontents = file ('http://localhost/'); while (list ($line_num, $line) = each ($fcontents)) { echo bLine $line_num:/b; . htmlspecialchars ($line) . br\n; }

[PHP-DB] Advice for dataupload

2002-04-07 Thread Hayan Al Mamoun
Dear all, I have two design-identical database, one on my intranet, the other on the internet, is there any procedure that Synchronizes the content of two databases? I'm using PHP applications and MySQL Database, WindowsNT4 IIS Please advice Best Regards Hayan -- PHP Database Mailing List

[PHP-DB] Session Problem, Please Help.....

2002-05-02 Thread Hayan AL Mamoun
Dear all, I have a strange problem: I'm using IIS / WINNT4, PHP4 Please check these two files: -- logon.phtml: ? session_start(); session_register(CLIENTID); $CLIENTID=SOMEVALUE; header(Location: clients/editclient.phtml); ? --

[PHP-DB] Client IP

2002-05-12 Thread Hayan AL Mamoun
Dear all, I'm using the $REMOTE_ADD variable to get the visitor IP address, but when a visitor access my website throught a proxy server I get always the same ip of that proxy server. Is there a way to get the unique IP of each users??? bst rgds Hayan -- PHP Database Mailing List

[PHP-DB] PHP Session End.

2002-06-03 Thread Hayan Al Mamoun
Dear ALL, I'm programming a web site that has a small shopping cart to sell virtual information, I must allocate the information I'm selling (Phone Card PIN Codes) and block it from others, once a user adds it to his cart, and on the other hand, I must set it free (DeAllocate it) when the user