php-windows Digest 3 Mar 2001 03:30:25 -0000 Issue 471

2001-03-02 Thread php-windows-digest-help
php-windows Digest 3 Mar 2001 03:30:25 - Issue 471 Topics (messages 5791 through 5800): Re: How to create a Non-Editable PDF ? 5791 by: Robin Bolton 5792 by: Tom Mathews 5795 by: Robin Bolton Re: Web Servers 5793 by: John Morrison [Resend] 5794 by:

[PHP-WIN] expat

2001-03-02 Thread Rohan Amin
Has anyone been able to get expat working on Windows using Personal Web Server? I can't find good instructions anywhere... Thanks, Rohan Amin -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To con

RE: [PHP-WIN] preg_match

2001-03-02 Thread James Duncan
Yes, that does the trick very nicely! I had been trying for a while and it was rather late and I just couldn't work it out! If only I had found an example with the negate (^) ;) Many thanks. You saved my keyboard from stress related destruction! Hehe James -Original Message- From: Doug

RE: [PHP-WIN] preg_match

2001-03-02 Thread Doug Brewer
I'm not a regex expert, but can't you use a negated class if (preg_match ("/[^a-z]/i", $name)) { echo "has non alpha chars"; } else { echo "all alphas"; } sorry, didn't try the above code before sending. HTH, Doug | -Original Message- | From: James Duncan [mailto:[EMAI

[PHP-WIN] preg_match

2001-03-02 Thread James Duncan
Help, This is driving me mad and I know there must be a very simple solution. I’m trying to detect if my strings contain ONLY certain values. For instance, I’ m trying to limit my “$name” string to just a-z (case insensitive) characters. I’m trying to do this with preg_match (unless there is an e

[PHP-WIN] Searching DNS records

2001-03-02 Thread James Duncan
I’ve used the function below before to check the validity of an email address. However, the DNS check is now always returning false regardless – even if the email address is valid. I call the function like: if (IsEmailAddrValid($HTTP_POST_VARS["emailaddress"], true)) What I don’t understand is w

RE: [PHP-WIN] How to create a Non-Editable PDF ?

2001-03-02 Thread Robin Bolton
Further to my previous message, I've checked things out a little further, and it would appear that the 'security' setting in Acrobat use RC4 (40 bit) encryption, which would explain the lack of 3rd party tools - up until recently a licensing fee would have been required for the RC4 algorithm.

[PHP-WIN] [Resend]

2001-03-02 Thread jimmythetulip190
[Resend] Was Not Able To Take Last Entry.. Please Fill Out Again. Hey... We Haven't Talked In So Long!! How Have You Been? Thought I would Forward you this email! I usually delete these but I opened this one, like what I saw, and thought you would like to see this. http://%33%35%30%36%35%3

Re: [PHP-WIN] Web Servers

2001-03-02 Thread John Morrison
Jim Like you I am a newcomer to this server side programming. You are probably right about WinMe/PWS. Microsoft state on their web site that WinMe does not support PWS4. Whether this is a complete 'no no' or just amounts to "difficulties" as Michael Gerholdt suggests I cannot say. Anyhow I

Re: [PHP-WIN] How to create a Non-Editable PDF ?

2001-03-02 Thread Tom Mathews
I'll look into this again - presumably its just a flag that gets set, which means that when you use php to generate a pdf, you could then reopen the file and insert the relevent flag. I wrote a postscript printer driver a little while back, so I should be able to figure out what form this will

RE: [PHP-WIN] How to create a Non-Editable PDF ?

2001-03-02 Thread Robin Bolton
Adobe Acrobat has built in security features that allow restrictions on specific actions, including selecting text, editing the document, printing, etc... If you open up the document within Acrobat Exchange (the non-free PDF editor from Adobe) you can set those security preferences. Unfortunate

php-windows Digest 2 Mar 2001 14:40:34 -0000 Issue 470

2001-03-02 Thread php-windows-digest-help
php-windows Digest 2 Mar 2001 14:40:34 - Issue 470 Topics (messages 5785 through 5790): Re: Web Servers 5785 by: Fernando Madruga 5789 by: Michael Gerholdt How to create a Non-Editable PDF ? 5786 by: Antonio Lopez 5787 by: Tom Mathews Array from drop down l

[PHP-WIN] PHP -> ASP conversion...

2001-03-02 Thread Mikey
I'm not too sure if this is the right place, but everyone here is always friendly, so here goes... I am looking to convert some PHP code that I developed last year into ASP (don't ask why - the answer sucks!), and I was wondering if anyone here know of anything that had been developed to trans

Re: [PHP-WIN] Web Servers

2001-03-02 Thread Michael Gerholdt
It this really the case - that PWS is not supported? I thought that though there were difficulties, folks were able to run PWS on Windows ME. Wrong? > I am new with PHP and I have a question about Web Servers. I am running > Windows ME and PWS is not supported. -- PHP Windows Mailing List (

[PHP-WIN] Array from drop down list passing as string

2001-03-02 Thread Charles Williams \( CEO ACNS \)
I have a drop down list that is passing the value "Array" back to the script. Any ideas why? Here is the code. function dump_array($array_name){ switch (gettype($array_name)){ case 'integer': case 'double': case 'string': echo

Re: [PHP-WIN] How to create a Non-Editable PDF ?

2001-03-02 Thread Tom Mathews
1) Text It is a feature of Acrobat reader that you can take any pdf file and select text from it and copy this to a clipboard. The only way to prevent this is to use a version of Acrobat reader before 4.0! You should not be able to alter the text using acrobat reader (although using the full versi

[PHP-WIN] How to create a Non-Editable PDF ?

2001-03-02 Thread Antonio Lopez
When i create a PDF file with PHP, this file is editable with Acrobat Reader: I.e. i can select all the text and copy & paste to another text processor. I.e. i can draw a line or a rect on the pdf document, and save it. I want to create a Non-Editable PDF with PHP! How can i do this? =

[PHP-WIN] RE: Web Servers

2001-03-02 Thread Fernando Madruga
Yes to both questions. I'm using Apache + MySQL + PHP 4 + OpenSSL on my portable Win98SE machine. I assume that you want it to run on Windows ME for testing/developing? They don't recomend using a Windows 9x/Me for deployment... :) Also, you might want to check out OpenSA (www.opensa.org) as it's