[PHP-WIN] This might help someone!!!

2002-12-11 Thread Leon
Hi All I have just finished writing a php module that can authenticate to an LDAP server over SSL. This might not be anything too special, but when the LDAP server doesn't allow TSL it can get complicated. Besides, I did it on a Win2k server with Apache / PHP. I did it on the PHP level to ensur

[PHP-WIN] HIT COUNTER AND CASHE-CONTROL

2002-12-11 Thread Raheel Hussain
hi, I m facing two problems rite now , I can't force my page to revalidate by using the following code on my "index.php" page. header("Cache-Control: no-store, no-cache, must-revalidate"); // HTTP/1.1 header("Cache-Control: post-check=0, pre-check=0", false); header("Pragma: no-cache");

php-windows Digest 12 Dec 2002 02:43:55 -0000 Issue 1482

2002-12-11 Thread php-windows-digest-help
php-windows Digest 12 Dec 2002 02:43:55 - Issue 1482 Topics (messages 17380 through 17386): Crystal Report -> PHP4 / Report Generator 17380 by: Bernain, Fernando G. 17381 by: Svensson, B.A.T. (HKG) accesing to a dll 17382 by: Omar ordering results 17383 by:

[PHP-WIN] combining php with other scripting

2002-12-11 Thread milisphp
Hi, I wanted to ask wheter php can be combine with different scripting language like ColdFusion, JSP, etc. The reason is that I have to add several function to 2 websites (it uses ColdFusion and JSP) and I would prefer to develop the function using PHP and not ColdFusion or JSP. Thanks a lot.

RE: [PHP-WIN] ordering results

2002-12-11 Thread Dash McElroy
You could either sort in PHP after you return the resultset, or you could use a sort option in your sql query. In MySQL, sorting is easy. I imagine it should be just as easy in any other db. Unless you are sorting the resultset by something odd, it's probably best to have the database sort it. Mak

Re: [PHP-WIN] ordering results

2002-12-11 Thread Joseph W. Goff
Assuming that you are storing the totals in an array then you can use the sort functions that are built into php, else you will have to sort manualy. - Original Message - From: "T B" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 11, 2002 11:31 AM Subject: [PHP-WIN] o

[PHP-WIN] ordering results

2002-12-11 Thread T B
i have a database of weekly results and use a php script to compute some totals. how would i go about ordering the totals? thanks, t -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] accesing to a dll

2002-12-11 Thread Omar
I wanto to access to a function in a dll file. Is this posible? Thank you. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] Crystal Report -> PHP4 / Report Generator

2002-12-11 Thread Svensson, B.A.T. (HKG)
http://www.goldmark.org/jeff/stupid-disclaimers/ > Email Disclaimer > > The information in this email is confidential and may be > legally privileged. > It is intended solely for the addressee. > Access to this email by anyone else is unauthorised. > If you are not the intended recipient, any di

[PHP-WIN] Crystal Report -> PHP4 / Report Generator

2002-12-11 Thread Bernain, Fernando G.
I'm working in a migration of an application from MSSQL7-VB6.0-Crystal Reports to MSSQL7-winApache-PHP4. I'm having problems with the reporting, because I cant find an "user friendly" solution for the creation of reports with PHP (I need something similar in functionality and look and fell to the

php-windows Digest 11 Dec 2002 11:50:29 -0000 Issue 1481

2002-12-11 Thread php-windows-digest-help
php-windows Digest 11 Dec 2002 11:50:29 - Issue 1481 Topics (messages 17370 through 17379): Re: Starnge parse problem 17370 by: Jim 17372 by: Svensson, B.A.T. (HKG) Problem of PHP building with VC60 17371 by: Le Thanh Ha Re: [PHP-DB] mssql_next_result and stored pro

Re: [PHP-WIN] can't connect localhost

2002-12-11 Thread toby z
hay pat check out ur password and user and make sure ur user has all the privilleges to connect to the db try to grant privilleges to ur user all over again . n there aint anythin relavet to it on the manul except fo r the grant privilleges section .. hope ive helped .. good luck