[PHP-WIN] user selectionz ?????

2003-02-21 Thread toby z
hi guyz im making this report generation form which lets the user select a category out of 8 through a dropdown list then the user has to select a few more thinggs only then the report can be generated now my problem is each of the 8 categories has 3 to 5 sub-categories what i want to do is

[PHP-WIN] Re: Writing in txt file...

2003-02-21 Thread Radovan Radic
Why dont open for append $fp=fopen(file.txt,a); fputs($fp,New line?); Or i didnt understand what do u need? Afan Pasalic [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, I'm working on adding a new row in text file. I use file() to transfer file to array and

RE: [PHP-WIN] Force a user to download a text file from a link

2003-02-21 Thread Jill . Ramonsky
Far be it from me to question the wisdom of tweaking the headers, but why do you need them at all? Why can't you just do: a href =filename.txtclick here/a which, so far as I can see, will load said text page into the user's browser window as soon as they click on the link. If the user

[PHP-WIN] Re: Authenticate user

2003-02-21 Thread Rui
I'm really new at this authentification thing... What I want do to: 1- a user appears 2- he fills a form (easy) 3- gain access to the page (?) 4- no one else can log-on until the user who is logged quits (very important) () 5- inside the user can surf in diferent php files without being

RE: [PHP-WIN] Force a user to download a text file from a link

2003-02-21 Thread FARRINGTON, RYAN
that requires some form of trust in the user... I experience too many stupid people in what I do on a day to day basis and it is just easier if it forces a download... typical user experience: I were a user and there was a link to a word document that i wanted to edit. If I clicked on the link

RE: [PHP-WIN] Force a user to download a text file from a link

2003-02-21 Thread Jill . Ramonsky
Yeah, but the title of this thread says to download a TEXT FILE, not a Word document. No-one with any sense would ever download a Microsoft Word document off the internet by choice, unless they had a serious amount of trust in the web site owner, were browsing over a secure connection using SSL,

RE: [PHP-WIN] user selectionz ?????

2003-02-21 Thread Jill . Ramonsky
The good news is it's possible. The bad news is that it's not possible using PHP alone. You can't do client-side stuff with a server-side script. You need to write that bit in Javascript, I'm afraid, so the code can run on the user's browser. Jill -Original Message- From: toby z

[PHP-WIN] Problem with extensions in PHP4.3.1

2003-02-21 Thread Christian Bartsch
Hi folks, we just upgraded to the newest PHP from 4.3.0. I´m a little bit surprised because of the manual saying that this should be a security fix only. Unfortunately, serveral extensions fail to work. PHP 4.3.1 is running with IIS5.0 (no comments on that please). Runing as a CGI. with version

RE: [PHP-WIN] Re: Authenticate user

2003-02-21 Thread Rich Gray
Rui You will have to check a session attribute at the start of each of your scripts that you want to protect to ensure that the user has logged on. Locking out other users whilst this user is logged on will mean flipping some flag in a database table or creating a row that tells your login script

RE: [PHP-WIN] Problem with extensions in PHP4.3.1

2003-02-21 Thread Russell Johnson
I had a similar problem installing PHP 4.3.1. There appear to be more than a few php libraries that Windows has problems finding. What I did was the following: In php.ini, I set the extension_dir to nothing: extension_dir = Then I moved most everying in the dlls and extension directories of the

php-windows Digest 21 Feb 2003 17:15:34 -0000 Issue 1599

2003-02-21 Thread php-windows-digest-help
php-windows Digest 21 Feb 2003 17:15:34 - Issue 1599 Topics (messages 18646 through 18657): Re: Authenticate user 18646 by: toby z 18651 by: Rui 18656 by: Rich Gray Re: PHP HTTP Authentication, Win2k IIS 18647 by: Juraj Hasko user selectionz ?

[PHP-WIN] index.php

2003-02-21 Thread Bill Rafferty
My index.php simply has ; ?php phpinfo(); ? if in my broser I go to; http://localhost/ra640/everything works fine, but http://localhost/ra640/index.php which is the same file returns a error 500 ??? what am I missing -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

[PHP-WIN] IIS and index.php issue

2003-02-21 Thread Bill Rafferty
My index.php simply has ; ?php phpinfo(); ? if in my broser I go to; http://localhost/ra640/everything works fine, but http://localhost/ra640/index.php which is the same file returns a error 500 ??? what am I missing -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe,

RE: [PHP-WIN] IIS and index.php issue

2003-02-21 Thread Charles P. Killmer
I know this sounds simple but make sure that index.php is the document that is being served. Either remove all other files from the web root. Or remove all other documents from the default documents tab in IIS. Also make sure that the webroot is in the right place. Also make sure that a

RE: [PHP-WIN] IIS and index.php issue

2003-02-21 Thread Matt Hillebrand
Oh, you're right. My advice doesn't appy to your problem. Sorry. I just woke up. Matt |-Original Message- |From: Charles P. Killmer [mailto:[EMAIL PROTECTED] |Sent: Friday, February 21, 2003 11:55 AM |To: [EMAIL PROTECTED] |Subject: RE: [PHP-WIN] IIS and index.php issue | | |I know this

[PHP-WIN] why is this mail code not working on a windows server?

2003-02-21 Thread cathy
Hi, I'm getting rather desperate about this one. Code below is working fine on one server: Apache 1.3.26 /PHP 4.1.2/Linux. On another server (Apache 1.3.24/PHP 4.3.1/Windows 2000) I get keeping this error: Failed to connect to mailserver at smtp.vt4.net port 25, verify your SMTP and smtp_port

[PHP-WIN] problema con una libreria

2003-02-21 Thread Frank
Hola a todos tengo problemas con la libreria php_oci8.dll, a partir de la versión 4.0.6 de php en adelante cuando cargo el modulo mediante el archivo php.ini ya sea por CGI o por ISAPI, me envia un error de Unload module oci8. yo trabajo con window nt, alguien tiene información del porque sucede

[PHP-WIN] fsockopen() doesnt work

2003-02-21 Thread Arne Schumann
Hi Ive got a problem with the fsockopen function. I want to simulate things like Browser-Version (user_agent) to another php-Script and read its parsed ScourceCode. Everything I read about that used fsockopen() as the main function to access the file. So I tried this: $fp = fsockopen

Re: [PHP-WIN] fsockopen() doesnt work

2003-02-21 Thread Dash McElroy
It looks like the host cannot be resolved. Can you do a DNS query from that machine successfully? -Dash Cogito cogito ergo cogito sum -- I think that I think, therefore I think that I am. -- Ambrose Bierce, The Devil's Dictionary On Fri, 21 Feb 2003, Arne Schumann wrote: Hi

[PHP-WIN] using frames

2003-02-21 Thread Andrew Ferguson
I want to build a website with frames and have PHP call up the data from a mySQL database. However, I also want the title to change every you click a different link in the frame. Any ideas? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] using frames

2003-02-21 Thread Matt Hillebrand
This is a client-side programming issue, so you would use JavaScript and not PHP. I guess you could do something like: a href=blah.php onClick=parent.document.title='The Blah Page'blah/a It can be fun/challenging to dynamically create javascript code with PHP. I sometimes like to use