RE: [PHP-WIN] Re: WinXP Error Passing Variables (and creating)

2002-02-19 Thread David Redmond
This should also work; -- snip -- Username: \n"; } ?> -- snip -- -Original Message- From: Ross Fleming [mailto:[EMAIL PROTECTED]] Sent: Wednesday, 20 February 2002 1:06 PM To: Chris Earle; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Re: WinXP Error Passing Variables (and creating) T

RE: [PHP-WIN] Re: WinXP Error Passing Variables (and creating)

2002-02-19 Thread Ross Fleming
Try this instead. I couldn't get Devon's to work on my system either, but this one does. Note the use of the empty() function which tests a string for emptiness. Let me know if it works? Test Form No data yet, or username is empty."; } else { echo "Username: " . $username; } ?>

[PHP-WIN] Re: WinXP Error Passing Variables (and creating)

2002-02-19 Thread Chris Earle
No offense taken, but I have never done this before so I don't really know what I'm doing with the variable passing and stuff (aside from C++ and VB knowledge). I copied that from the book exactly and it did not work. Your form does not work either, it simply gives me the else statement's actio

[PHP-WIN] Re: WinXP Error Passing Variables (and creating)

2002-02-19 Thread Devon Knowles
No offense, but you are doing something completely wrong. For starters, your has neither a method nor an action. Try this code, if you have Apache and PHP installed correctly, it will work. Even on XP. Test Form Username: " . $username; } else { echo "No data yet, or \$username is em

[PHP-WIN] WinXP Error Passing Variables (and creating)

2002-02-19 Thread Chris
I currently have been trying to learn PHP (as Apache module) and it doesn't work. Through Apache I get this error: "[Tue Feb 19 18:41:11 2002] [error] PHP Warning: Undefined variable: username in ...filepath...\apache group\apache\htdocs\second.php on line 13" The book I'm using to program with

php-windows Digest 19 Feb 2002 22:34:33 -0000 Issue 1008

2002-02-19 Thread php-windows-digest-help
php-windows Digest 19 Feb 2002 22:34:33 - Issue 1008 Topics (messages 12143 through 12152): why i can't load the gettext extension? 12143 by: GB PHP y sql server 2k??? 12144 by: Eduardo Cancino 12145 by: Svensson, B.A.T. (HKG) 12146 by: Hunter, Ray Re: ISAP

Re: [PHP-WIN] htaccess password encryption

2002-02-19 Thread Rubén Gutiérrez
On Mon, 11 Feb 2002 14:06:27 +0100 "Martin.Andrew" <[EMAIL PROTECTED]> wrote: > Does anyone know how to encrypt a password for use in htaccess? > > I creating a secure environment using PHP, I create the directory structure > and htaccess files dynamically based on php forms / sessions but I'm

Re: [PHP-WIN] RE: [PHP] Dynamic file creation in Win NT4.

2002-02-19 Thread Piotr Pluciennik
It's as easy as... :-) $day = getdate(time()); $f_name = create table name on time basis; $fd = fopen($f_name, "a"); // open file fwrite($fd, "string you want tu put (add) into file"); // write to file all your data fclose($fd); // close the file This will create your fil

[PHP-WIN] RE: [PHP] Dynamic file creation in Win NT4.

2002-02-19 Thread Hunter, Ray
You need to make sure that php has the correct permissions to access the directory and write the file that you want it to write too... Check out the manual for this... Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Sridhar Moparthy [mailto:[EMAIL PROTECTED]]

[PHP-WIN] Dynamic file creation in Win NT4.

2002-02-19 Thread Sridhar Moparthy
Hi All, Could you please help me on how to create a file dynamically on the server in PHP. I wanted to open a new file for each day to save all the errors generated by different web pages on that day. I am using PHP 4.1.6 on, Win NT4 and IIS . Thank you in advance! Sridhar Moparthy

[PHP-WIN] Re: calling PHP code on a different website

2002-02-19 Thread Ridai Govinda Pombo
The most simple way is by QueryString :-) Ridai Steen Rabol wrote: > Hi > > Plot: how can I share data/info from a PHP based site on a ASP based site ? > > Site A, running PHP > Site B , running ASP > > Now on site B I would like to publish some information from site A's > database, is that

[PHP-WIN] Re: ISAPI and Includes

2002-02-19 Thread Nicole Amashta
Comment out your include path in your php.ini unless you really want to globally include paths ;include_path='c:\php\includes\' Just don't use the include_path if you don't really need to. Or, make sure the "CURRENT" path "." is in the include like so: include_path='.\;c:\php\includes\'

RE: [PHP-WIN] PHP y sql server 2k???

2002-02-19 Thread Hunter, Ray
Check the manual here: http://www.php.net/manual/en/ref.odbc.php Ray Hunter Firmware Engineer ENTERASYS NETWORKS -Original Message- From: Eduardo Cancino [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 19, 2002 8:51 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] PHP y sql server 2k??

RE: [PHP-WIN] PHP y sql server 2k???

2002-02-19 Thread Svensson, B.A.T. (HKG)
From: Eduardo Cancino >Hi, how to start php & sql server!?? Wich RDBMS do you use? -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP y sql server 2k???

2002-02-19 Thread Eduardo Cancino
New to list... Hi, how to start php & sql server!?? thanks! -- Eduardo Cancino [EMAIL PROTECTED] --- Coordinador de Desarrollo Web CENTRO DE INFORMACION Y COMUNICACION AMBIENTAL DE NORTEAMERICA A.C. --- www.ciceana.org.mx -

[PHP-WIN] why i can't load the gettext extension?

2002-02-19 Thread GB
Hi, i'm trying to load the gettext extension for the IMP/HORDE webmail project. i've installed all in a single machine with Win2k pro-iis5 and php like exe (not dll). i've trie to uncomment the line corrispondent line in the php.ini file (extension=php_gettext.dll) but when i launch a default php

php-windows Digest 19 Feb 2002 10:19:46 -0000 Issue 1007

2002-02-19 Thread php-windows-digest-help
php-windows Digest 19 Feb 2002 10:19:46 - Issue 1007 Topics (messages 12129 through 12142): Re: dynamic checkboxes submit..help! 12129 by: Nicole Amashta Latest obsession (controlling Winamp with PHP) 12130 by: Scott 12131 by: Svensson, B.A.T. (HKG) 12132 by

Re: [PHP-WIN] ISO: PHP module for Apache 2.0.32

2002-02-19 Thread gaouzief
hi i had the same problem and gave up installing apache 2 t seems the php dll references apachecore.dll wich is no longer used in apache 2 wcich causes the error 19/02/2002 01:23:15, Phillip Fox <[EMAIL PROTECTED]> wrote: > >Does anybody have a .DLL (or .SO) that they could share? > >I'm in th