[PHP-WIN] "subscription" php/mysql script anyone?

2002-12-19 Thread Wolfgang Schneider
Hi, I am not sure if this is the right place to ask such a question ... I was wondering if anyone knew of a php/mysql script solution to handle subscriptions with access to certain server areas for a certain period of time ? Sorry, if this is not appropriate here ... if so, please do not reply to

Re: [PHP-WIN] "subscription" php/mysql script anyone?

2002-12-19 Thread Ignatius Reilly
Your question is a bit too "high-level" to simply ask for a script. There are many ways to define "certain server areas". What content architecture do you use? A subdirectory? A parameter passed? Ignatius - Original Message - From: Wolfga

php-windows Digest 19 Dec 2002 09:27:47 -0000 Issue 1494

2002-12-19 Thread php-windows-digest-help
php-windows Digest 19 Dec 2002 09:27:47 - Issue 1494 Topics (messages 17485 through 17488): Re: php Isapi for IIS 5.0 17485 by: Christoph Grottolo 17486 by: Miha Nedok "subscription" php/mysql script anyone? 17487 by: Wolfgang Schneider 17488 by: Ignatius Rei

Re: [PHP-WIN] Cookies working on test but not my application

2002-12-19 Thread Stephen Edmonds
try using this: setcookie ( "uid", $pid, time()+3600 ); I've removed the "" from the variable, so it should use its value. I have also added a time feature. The time option is done in 'seconds since Jan 1st 1970. The time() feature gives you the current time in seconds from that date. I then put

[PHP-WIN] pfpro on win2000

2002-12-19 Thread Daniel Masson
Hello list !!! Id like to know if theres a way to enable pfpro extension on windows 2000 ... Im currently usong 4.2.3 and i havnt seen any dll for this extension in the distro Thanks for your help .. Regards. Daniel. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, vi

[PHP-WIN] GD Extension

2002-12-19 Thread Mike Franks
I am having a problem with the extension php_gd.dll When the script call for php_gd.dll the server console shows Warning Unable to load the dynamic library 'C:\WINNT\system32\php_gd.dll'- The specified procedure could not be found. Info; Win2k Server Service Pack 3 PHP 4.2.3 extension_dir="c:

[PHP-WIN] Re: GD Extension

2002-12-19 Thread Christoph Grottolo
Hi Mike Franks wrote: > I am having a problem with the extension php_gd.dll > When the script call for php_gd.dll the server console shows > > Warning > > Unable to load the dynamic library 'C:\WINNT\system32\php_gd.dll'- > The specified procedure could not be found. > Info; > > Win2k Server > Se

[PHP-WIN] parallel processing

2002-12-19 Thread M.
Hi all, Can we use parallel processing in PHP?? if can, where can i find info about that? thanks a lot -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Yet another session.save_path issue

2002-12-19 Thread Clare, Bruce W
Basic problem: I've edited my session.save_path in php.ini, but the application still fails in session_start() because it is still using /tmp. This is even after I stop/restart Apache. I know that the updated php.ini file is being read, because my changes to the include_path were successfully add

php-windows Digest 19 Dec 2002 23:02:52 -0000 Issue 1495

2002-12-19 Thread php-windows-digest-help
php-windows Digest 19 Dec 2002 23:02:52 - Issue 1495 Topics (messages 17489 through 17494): Re: Cookies working on test but not my application 17489 by: Stephen Edmonds pfpro on win2000 17490 by: Daniel Masson GD Extension 17491 by: Mike Franks 17492 by: Chr

RE: [PHP-WIN] Yet another session.save_path issue

2002-12-19 Thread Mikey
> Basic problem: I've edited my session.save_path in php.ini, but the > application > still fails in session_start() because it is still using /tmp. > This is even > after I stop/restart > Apache. I know that the updated php.ini file is being read, because my > changes to the > include_path were su

RE: [PHP-WIN] Yet another session.save_path issue

2002-12-19 Thread Clare, Bruce W
>Not too sure about the API/env variables, but I have the following line in >my php.ini and it works fine - the only difference from yours is that I use >the forward slash... >session.save_path = d:/temp I've tried it like that, also, without the drive letter and various combinations. One thing

Re: [PHP-WIN] Yet another session.save_path issue

2002-12-19 Thread Christoph Grottolo
Bruce W Clare wrote: >> Not too sure about the API/env variables, but I have the following >> line in my php.ini and it works fine - the only difference from >> yours is that I use the forward slash... > >> session.save_path = d:/temp > > I've tried it like that, also, without the drive letter and

[PHP-WIN] 2 dimension Array...

2002-12-19 Thread krizz
$outputstring is a double dimension string array and should give it's values as "default value" in the html input text boxes. But it stops the strings in the first space character. For example if $outputstring[2][1]=="The Cats" it put in the text box only "The". Any idea? $team=0; while ($team<$

Re: [PHP-WIN] 2 dimension Array...

2002-12-19 Thread Dash McElroy
You are missing an opening quote: echo ""; Try that. -Dash -shad No committee could ever come up with anything as revolutionary as a camel -- anything as practical and as perfectly designed to perform effectively under such difficu

RE: [PHP-WIN] 2 dimension Array...

2002-12-19 Thread Howard, Robert P
Try changing your echo string to this:- echo ""; This will make your code eaiser to read as well as showing when you have a missing Quote as Dash has pointed out; Regards, Rob Howard Database Technician Canberra Deep Space Communication Complex -Original Message- From: krizz [mailto:[E