php-windows Digest 12 Dec 2002 16:18:11 -0000 Issue 1483
Topics (messages 17387 through 17390):
HIT COUNTER AND CASHE-CONTROL
17387 by: Raheel Hussain
This might help someone!!!
17388 by: Leon
Re: accesing to a dll
17389 by: Franco Pozzer
Re: Crystal Report -> PHP4 / Report Generator
17390 by: Brian McGarvie
Administrivia:
To subscribe to the digest, e-mail:
[EMAIL PROTECTED]
To unsubscribe from the digest, e-mail:
[EMAIL PROTECTED]
To post to the list, e-mail:
[EMAIL PROTECTED]
----------------------------------------------------------------------
--- Begin Message ---
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"); // HTTP/1.0
My Index.php page has a flash intro which reads a text file counter.txt and displays
the "visitor counter"
i use PHP script to increment the counter in the Text file and on the same page read
it from flash.
Problem 1 :
when I again press the refresh button in Internet Explorer ( Instead of increasing
counter in the text file it doesn't displays increment on flash ).
is it about Cashe Control ??? if yes then why the above code i wrote is not doing its
work ??
Problem 2 :
When I Upload "index.php" to a hosting server then I get the PHP Error Message
"PERMISSION DENIED"
"CANT OPEN FILE with "w" Mode"
"Invalid File Handle"
etc.
So I thought it is a permission Error,
I will ( as a last attempt ) change the permission on the hosting server by consulting
my hosting company but ..........
Is there any other way to implement " HIT COUNTER " ?? and displaying Hit Counter in
Flash Intro ??
Thanks a Lot for the help
raheel
---------------------------------
Do you Yahoo!?
Yahoo! Mail Plus - Powerful. Affordable. Sign up now
--- End Message ---
--- Begin Message ---
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
ensure that I could keep database info etc secure where the Apache
level could only really have given me security on dir and file levels.
If anyone is interested in me making the source available, I would be glad to do so. I
have implemented this to do authentication to the NDS tree <= This
is GREAT!!!
Cheers
--
Leon Jansen van Nieuwenhuizen
Personal Computing Services
Information & Communication Technology Services
University of Cape Town
Email: [EMAIL PROTECTED]
__________________________
__________________________
--- End Message ---
--- Begin Message ---
I try to help to you but I do not sure if it is a correct because I have
> > study the problems but I do not have try it.
> >
> > For my porpose instead to use COM object I like to use C or
> C++ external pgm.
> >
> > First of all, the DLL must be registred in Windows system. Mine
was
> > because it was provided by a "setup" software or with regedit32.exe
pgm.
> >
> > So, you have to get the name under witch the DLL is registed.
> >
> > This name is not necessary the same than DLL's. To get this name,
I
> used to search into the registry database. I was looking for the DLL
name and I managed to
> get the registred name.
> >
> > Once you get this registred name, in php you can write:
> >
> > $obj = new COM("registred name");
> >
> > I send a .zip with bmp to expalin the correct registred
> Dll/COM/ActiveX object.
> >
> > Another question DLL or COM or Object must be 32bit!
> >
> > I hope this help you....................
> >
> > Ciao Franco.
Omar wrote:
> 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
--- End Message ---
--- Begin Message ---
it is achievable..
it very much depends on if you are trying to make a 'generic' report writer?
this might prove a bit harder...
http://repgen.sourceforge.net/
is about the only one i have seen of sorts...
I generally develope custom solutions where I don't need to worry about
generic reports, so i just create specific reports and write to pdf format
using fpdf.
"Fernando G. Bernain" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED].
..
> 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 Crystal Reports).
> I tried with a class "report" wrote in PHP4 but I saw that I'll have a
long
> way to obtain a minimum level of functionality...
>
> Am I following the correct way in solving this problem???
> Have anybody of you developed something similar to a Report Generator???
> Does exist any application that I could use???
>
> Thanks!!!!
>
>
>
> Fernando Bernain
> Senior A
> Business Process Outsourcing
>
> KPMG Argentina
> Tel: 54 11 4316 5754
> Fax: 54 11 4316 5734
> [EMAIL PROTECTED]
>
>
>
>
>
> 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 disclosure,
> copying, distribution
> or any action taken or omitted to be taken in reliance
> on it, is prohibited and may be unlawful.
> When addressed to our clients any opinions or advice
> contained in this email are subject to the terms and
> conditions expressed in the governing KPMG client engagement
> letter.
>
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.427 / Virus Database: 240 - Release Date: 06/12/02
--- End Message ---