php-windows Digest 7 Jul 2003 10:41:25 -0000 Issue 1813

2003-07-07 Thread php-windows-digest-help
php-windows Digest 7 Jul 2003 10:41:25 - Issue 1813 Topics (messages 20705 through 20709): Re: fwrite error (noobie I am) 20705 by: Ron Stephenson view pdf files as html 20706 by: Camelia Moldovan Re: Fatal error with 'DB.php' - solution 20707 by: Sven Schnitzke

[PHP-WIN] PHP+IIS - POST data propagate along redirect with header (Location: ....)

2003-07-07 Thread Sebastian Baran
Hello, Has anybody experienced such problem? Let's have script "a.php" with form Script "a.php" receives POST data and process them, then executes redirect: header("Location: b.php"); And then on most configurations (like Apache+PHP, no matter on windows or unix) script "b.php" has n

Re: [PHP-WIN] PHP+IIS - POST data propagate along redirect with header(Location: ....)

2003-07-07 Thread Stephen March
In your php.ini (c:\windows\php.ini for 9x, xp, c:\winnt\ for NT4, 2000 => around line 365) make sure Register Globals = Off. Register globals does just that, creates global variables from any data posted to from a form. As you've noticed it's not the most secure thing, to have these var

Re: [PHP-WIN] PHP+IIS - POST data propagate along redirect with header(Location: ....)

2003-07-07 Thread Stephen March
Sorry, I should also mention you will have to restart your IIS server. From a command prompt, (on the server) issue the command: net stop iisadmin (type Y - if you have the publisher service active) net start w3svc Or reboot it, if you like :) ~Steve Stephen March wrote: In your php.ini

Re[2]: [PHP-WIN] PHP+IIS - POST data propagate along redirect with header (Location: ....)

2003-07-07 Thread sebab
Hi, I think it's not problem related to registering as globals data from POST/GET. Problem is that what I expected (and seen on every other configurations) was POST data being lost after header("Location: $url); And here, on IIS+PHP, I get POST data being "forwarded" to script called with heade

[PHP-WIN] ANNOUNCING: Rekall V2.0.0 for Linux/UNIX, Windows, and the Sharpe family of Linux PDAs

2003-07-07 Thread john
Hi Do you want to create, edit, or update your PHP databases remotely within a nice Graphic User Interface without having to use your Web Browser, well you can do that with Rekall and last week Rekall V2.0.0 was finally released for KDE3. QT3-only, Windows and Sharp Zaurus. We even have a run time

[PHP-WIN] test

2003-07-07 Thread The.Rock
seeing if it works -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Sessions help needed!

2003-07-07 Thread The.Rock
Along with what Luis said, you need to make sure that "session.save_path" is set and that PHP can write to it, if not this may be why things don't work. Another problem with your script is that you need to unregister all session variables after its been determined that the user isn't valid. "John

[PHP-WIN] How to make a picture gallery ?

2003-07-07 Thread _GeS_
How can I make my own picture gallery? I have one directory called Pictures and then there are more directories like Pics1, Pics2, I would like to have a php skript that would now i say something like pictures.php?dir=Pics1 and then it would show all pics in that directory. please say my h

[PHP-WIN] Re: install for dummies?

2003-07-07 Thread The.Rock
Amen to that. I'm an IIS guru, and PHP sings better and faster under Apache! Plus you won't have as many problems in the long run. I've used IIS for so long it was hard to switch, but once you learn Apache, you won't be going back. And PHP under IIS6 is DOG SLOW! "Lance Q" <[EMAIL PROTECTED]> wrot

[PHP-WIN] date function problem...

2003-07-07 Thread H Marc Bower
I'm having a bit of an issue using the date function... it isn't cooperating with any dates before... sometime in 1970. I guess this is date 0 for unix, if I'm not mistaken. However, dates before this time are throwing an error at me: Warning: unexpected error in date() in D:\wwwroot\vvf\osh

[PHP-WIN] date function problem... not a problem...

2003-07-07 Thread H Marc Bower
I read the next line in the manual to determine what the issue was - using windows I can only go back to 01 jan 1970. My bad, I should have read a little further. If anyone does have a nice little workaround for this for windows, though, I'd appreciate it. The date is coming out of a mysql da

[PHP-WIN] LINKING TO MYSQL

2003-07-07 Thread Terry Lowndes
Have I got the correct $ user and $ host. The following code has been copied from PHP & MySql for Dummies (that's the level I'm at!). But when I type in "SHOW DATABASES" as the query I get "Page Not Found". The PHP file I am using is located in the C:Inetpub/wwwroot folder and I got the user name a

Re: [PHP-WIN] PHP+IIS - POST data propagate along redirect with header (Location: ....)

2003-07-07 Thread The.Rock
You don't have restart IIS if your running in CGI mode. "Stephen March" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Sorry, I should also mention you will have to restart your IIS > server. From a command prompt, > (on the server) issue the command: > > net stop iisadmin > > (

[PHP-WIN] phpinfo.php file now shows up blank in Win xp pro using IIS server, please help

2003-07-07 Thread Acorn Tutors
Hi folks, I was wondering if you could help. I installed IIS on Win XP pro and I was able to make and view php files, including viewing the phpinfo.php file. Now, suddenly for no apparent reason, it comes up blank when I try to load them locally in IE6. Furthermore, Im unable to view any php code i

[PHP-WIN] Richiedo contributo per sapere come interfacciare php con un server di posta., nel mio caso un server di posta in arrivo(POP).

2003-07-07 Thread Valentina
Salve spero di aver chiarito nell'oggetto del messaggio il problema. Se così non fosse per rendere l'idea : ho un server di posta in arrivo a cui vorrei accedere(avendo le dovute autorizzazioni chiaramente) tramite php e sul quale vorrei poter leggere i messaggi presenti. Nel mio caso mi aspetto de

[PHP-WIN] Re: Connect Active Directory using LDAP... please help :)

2003-07-07 Thread The.Rock
Try this and see if it works. I had the same problem until I did a little reading. I had to use [EMAIL PROTECTED] as username then I didn't get the credential errors anymore. hope this helps, its very basic but hopefully it gets you started. * Config.php** **

Re: [PHP-WIN] phpinfo.php file now shows up blank in Win xp pro using IIS server, please help

2003-07-07 Thread H Marc Bower
It's almost definitely not an IE issue, given how php works. When you do a View...Source what do you see? You could try stopping and starting IIS to see if that has any effect. When you say you are unable to view any php code in IE, I assume you mean from your own webserver...? (V) - Origi

php-windows Digest 8 Jul 2003 00:00:39 -0000 Issue 1814

2003-07-07 Thread php-windows-digest-help
php-windows Digest 8 Jul 2003 00:00:39 - Issue 1814 Topics (messages 20710 through 20725): PHP+IIS - POST data propagate along redirect with header (Location: ) 20710 by: Sebastian Baran 20711 by: Stephen March 20712 by: Stephen March 20713 by: sebab.dialc