RE: [PHP-WIN] general survey.... php.ini config gui

2002-12-23 Thread Luke Woollard
Use PHP + PHP-GTK instead! I'm sure there would be people using it! LW -Original Message- From: A Weaver [mailto:[EMAIL PROTECTED]] Sent: Sunday, December 22, 2002 11:17 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN] general survey php.ini config gui im thinking of programming a

[PHP-WIN] php_sockets.dll

2002-12-23 Thread Steven
any ever managed to get the socket at work under windows2000 ? any suggestions are welcome when i enable the extension on windows 2000 server is keeps loading the page -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-WIN] Tutorials on OOP

2002-12-23 Thread Davy Obdam
Hi people, Thanks for all the reply`s. I found the tuturials very usefull and much better then the most tutorials i have found so far, usualy with an example class car or something not very usefull Thanks, Davy Obdam mailto:[EMAIL PROTECTED] Davy Obdam wrote: Hi people,. I have to build

Re: [PHP-WIN] header functions and ... ?

2002-12-23 Thread Dash McElroy
You could just redo your scripts to not spit out any text until you issue the header("Location: URL") command. One questions why a script would spit out text if it will be redirecting the user to another page... -Dash A chubby man with a white beard and a red suit will approach you soon. Avoid hi

Re: [PHP-WIN] header functions and ... ?

2002-12-23 Thread Nicola Delbono
>i cannot use header because the headers are already sent. You can use content buffering look at ob_start() with that, you can print or echo whatever you want and, at the middle or end of the script you can send any header you like because in fact you have not send any data to the browser

RE: [PHP-WIN] header functions and ... ?

2002-12-23 Thread Sjon
If you want to do a redirect after sending headers (why after?), you can use the meta refresh tag, or javascript. And if you want to carry along the userinfo, either pass them along with the query string, or use sessions... Sjon. (BTW: isn't this more a message for php-general ??) -Original

[PHP-WIN] header functions and ... ?

2002-12-23 Thread thomash
Hey there, I posted a message a day ago about possible redirect functions. Now i was told to check out the header functions. The problem is still the same (just need to explain better): i cannot use header because the headers are already sent. i want to use it as a part of a logon script which, i

Re: [PHP-WIN] iis5 php 4.2.3 multiple -c php.ini possible?

2002-12-23 Thread Petar
Thanks Stephen, The list gives me a clearer of picture of the context in which options can be set but unfortunately no further along the path of getting an alternate php.ini file recognised by IIS5 in the application mapping :-( I'm having trouble believing this is the first time this question ha

php-windows Digest 23 Dec 2002 13:01:54 -0000 Issue 1500

2002-12-23 Thread php-windows-digest-help
php-windows Digest 23 Dec 2002 13:01:54 - Issue 1500 Topics (messages 17520 through 17528): Re: [PHP] Tutorials on OOP 17520 by: Justin French 17521 by: Davy Obdam 17522 by: Wee Keat 17523 by: Philip Olson Re: where is php_gettext?? 17524 by: Kyle Bis

Re: [PHP-WIN] iis5 php 4.2.3 multiple -c php.ini possible?

2002-12-23 Thread Stephen Edmonds
http://www.php.net/manual/en/function.ini-set.php Gives a list of all php.ini options, and where they can be set (Everywhere, Per Folder, php.ini only etc etc) Hope this proves helpful Stephen - Original Message - From: "Petar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, D

[PHP-WIN] IIS5.1 isapi modules not loading.

2002-12-23 Thread Ross Horne
Can anyone tell me why the ispai modules won't load for IIS5.1, i'm running php 4.2.3 and have followed the install.txt file down to the T with regards as to installing php as an isapi module, but to no avail. It works fine and dandy as a cgi exec, but I need to run the GD libary as well. When i t