Re: [PHP-WIN] Cannot "view source" via IE browser

2001-05-20 Thread M Armsby
http://support.microsoft.com/support/kb/articles/q179/8/29.asp btw, though it states IE 4, 4.01 for WinNT4, the person who I got this link off was experiencing the probs using IE 5.5 SP1 on Win2k. - Original Message - From: "John M" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Mond

php-windows Digest 21 May 2001 05:12:52 -0000 Issue 609

2001-05-20 Thread php-windows-digest-help
php-windows Digest 21 May 2001 05:12:52 - Issue 609 Topics (messages 7767 through 7773): Re: PHP & IIS system() a program in the forground 7767 by: Mr. Adam ALLEN. Re: Any good editor for PHP in Windows? 7768 by: John Lim Sessions: Accessing PHP session variables under PWS

[PHP-WIN] Cannot "view source" via IE browser

2001-05-20 Thread John M
Hello. I am having a problem when trying to "view source" via my IE browser. When I try I get the following error: "Cannot open the php_submit.php C:\WINDOWS\Temporary Internet Files\Content.IE5\8DMZ02HJ\www.yahoo(1) file. Make sure a disk is in the drive you specified." ** Above I just tried

Re: [PHP-WIN] PHP/Javascript

2001-05-20 Thread Chris Sano
Mike is right - It's best to process everything on the server side and update the client side after everything has been updated (database, etc.) This requires some more coding (setting the drop boxes, text boxes to the same values that the user chose before "submitting"), but it's the safest way

Re: [PHP-WIN] Sessions: Accessing PHP session variables under PWS

2001-05-20 Thread Chris Sano
A code snippet would be helpful to pinpoint the problem.. -C "Zachary Harris" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am writing an app that uses sessions and can't access them outside of > the script that they were written with. > > I get the follow

Re: [PHP-WIN] Why i can't write to remote file ?

2001-05-20 Thread m.aprea
Darren wrote: > > Hi Darren, > > > > i have tried omitting http, so the line 11 becomes : > > > > $fp = fopen("c:/webshare/root/examples/datafile.txt","w"); > > > > Is does not still work, and when i run it i have the warning message: > > > > ---

[PHP-WIN] Sessions: Accessing PHP session variables under PWS

2001-05-20 Thread Zachary Harris
I am writing an app that uses sessions and can't access them outside of the script that they were written with. I get the following error: Warning: Undefined index: userID in C:\Inetpub\wwwroot\resume\posters\default2.php on line 18 Please email me with any solutions -- PHP Windows Mailing L

Re: [PHP-WIN] Any good editor for PHP in Windows?

2001-05-20 Thread John Lim
Whoops, I just realised I posted to the wrong thread. Sorry for the confusion. If you want to see a list of editors for windows/linux, visit http://php.weblogs.com/editors "John Lim" <[EMAIL PROTECTED]> wrote in message 9e5mo7$nb2$[EMAIL PROTECTED]">news:9e5mo7$nb2$[EMAIL PROTECTED]... > Create

RE: [PHP-WIN] PHP & IIS system() a program in the forground

2001-05-20 Thread Mr. Adam ALLEN.
Are you making the system call as ("wavfile.wav"), you probably need to put the name of a player system("d:\winnt\system32\sndrec32.exe wavfile.wav") Sound recorder doesn't automatically play the sound, so you need to find another program (maybe winamp automatically plays, I can't try it

php-windows Digest 20 May 2001 13:10:25 -0000 Issue 608

2001-05-20 Thread php-windows-digest-help
php-windows Digest 20 May 2001 13:10:25 - Issue 608 Topics (messages 7759 through 7766): PHP & IIS system() a program in the forground 7759 by: Root88 PHP on win2000 : cgi error 7760 by: Hyoneg Kim 7761 by: Steve Perrin' 7765 by: M. Weller 7766 by: M

Re: [PHP-WIN] PHP on win2000 : cgi error

2001-05-20 Thread Mike Kelley
In my searches about the 3kb attachment ceiling I kept reading about needing to add a "\n" into the headers to separate the "additional headers" you guys might look into that. Unfortunately I don't remember which message it was that I read that (might have been in the addendum's to the manual)