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
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;
}
?>
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
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
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 - 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
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
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
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]]
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
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
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\'
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??
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
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
-
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 - 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
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
18 matches
Mail list logo