Hi,
i think i need some help to configure my php.ini. All php apps don't work so
i want. Can somebody help me to make a proper configuration on a w2k server?
Please write me to [EMAIL PROTECTED] so i can send you my php.ini file.
Thank you verry much!
Ronny
--
PHP Windows Mailing List (http:/
"Marie Monday" <[EMAIL PROTECTED]> wrote in message
news:3DC3F4BB.D40352A5@;nomail.net...
> I'm a PHP newbie and have just installed php4.2.3
Earlier versions of 4.x would auto-create variables for you. 4.2 no
longer does that. Your Apache server is probably using an older version of
PHP, or
php-windows Digest 4 Nov 2002 06:21:07 - Issue 1422
Topics (messages 16700 through 16714):
Re: Help on \t \r \n
16700 by: Davy Obdam
16702 by: Cam Dunstan
Unable to fork ...
16701 by: Peter
uploading help please again
16703 by: Marcelo
setup open_basedir wi
>I there a way to have the .php page pickup the url that was typed in e.g.
>usertype= www.mydomain.com/wRongurl
$usertype = getenv('REQUEST_URI');
I believe this is one of those server-dependent environment variables, but
it works with Apache.
- Steve Yates
- Who is General Failure and why is
I just noticed something. I never wrote this script, and the variable
submitform comes from the line:
I think I just have to figure out what setting I have to change in php.ini
so that it automatically looks at each element of the form. -- I say that
I think I need to edit php.ini because the
Thanks for the help! You were right about the register_globals being off!
I tried to turn it on just to see if it fixes the problem, but I still get
the same error:
When I use: if($submitform){
I get the error:
Notice: Undefined variable: submitform in C:\www\emailform.php on line 9
and when I
Sorry for so many of the same posts, but this was my first time ever
submitting to a news group, and I kept getting emails saying that I needed
to validate my email address... oops
I finally figured out how to setup the open_basedir in windows! yay :) For
people who want to know, or for people th
Sorry for so many of the same posts, but this was my first time ever
submitting to a news group, and I kept getting emails saying that I needed
to validate my email address... oops
I finally figured out how to setup the open_basedir in windows! yay :) For
people who want to know, or for people th
hello,
how am i able to call an normal html file to a different frame from php?
Clarification: I got two frames, in the left one you log in, then the
database will be connected,in the left frame an navigationmenu
will(should) appear, but on the main frame an html file with various
things shoul
Hi
"Luke" <[EMAIL PROTECTED]> wrote in message
news:20021103231622.13841.qmail@;pb1.pair.com...
> I am trying to submit a form on my apache server running win2k and php4
> using php, but I get the error:
>
> Notice: Undefined variable: submitform in C:\www\\emailform.php on line 9
>
> The exact sa
I am trying to submit a form on my apache server running win2k and php4
using php, but I get the error:
Notice: Undefined variable: submitform in C:\www\\emailform.php on line 9
The exact same php script works on another server running linux/apache/php4
Does anyone know if I need to load any ext
I am trying to submit a form using php on my apache 1.3 server running win2k
and php4, but I get the error:
Notice: Undefined variable: submitform in C:\www\emailform.php on line 9
The exact same php script works on another server running
linux/apache1.3/php4
Do I need to load any extensions in
Does anyone know how to set the open_basedir in Apache 1.3x running on win2k
on a per-virtual host basis? I've been looking for hours and I haven't
found any information that works :( PHP is running as several SAPI modules
(maybe this is the problem, but I've read that SAPI is better than the cgi
Does anyone know how to set the open_basedir in Apache 1.3x running on win2k
on a per-virtual host basis? I've been looking for hours and I haven't
found any information that works :( PHP is running as several SAPI modules
(maybe this is the problem, but I've read that SAPI is better than the cgi
Ok I'm back
This script is to upload 2 image files
Whit register_globals = on it Works fine
script A
"p.php"
Jornal O Leme
dee,
Use the string function nl2br($myblahstring)
This converts ordinary linebreaks (newline chars) to html tags on the
fly when displaying text out of a database for instance.
In your example though with straight echos you have to expicitly echo
at end of each blah echo, no matter what browse
Hi!
I use PHP 4.2.3 on Windows XP and IIS 5.1.
It works fine, but when I try to execute ImageMagick I get the following
message:
Warning: Unable to fork [C:\PHP\ImageMagick\convert ...]
You can find a lot of Sites if you search the Internet, but I couldn't find
a solution or a workaround up to no
Hi dee
> Can anyone help me on this very simple problem, I'm a newbie,
> but the problem seems so simple and it's buggering me.
>
> I have 423 xp version installed. When trying out how to
> display any of the escaped characters e.g.
>
> echo("blah blah. \n");
> echo("more blahs...");
Use
php-windows Digest 3 Nov 2002 17:18:40 - Issue 1421
Topics (messages 16696 through 16699):
Re: Login from another page (pardon me :$)
16696 by: erythros
Cookie problem
16697 by: Clay Culver
16698 by: toby z
Help on \t \r \n
16699 by: dee
Administrivia:
To
Can anyone help me on this very simple problem, I'm a newbie, but the
problem seems so simple and it's buggering me.
I have 423 xp version installed. When trying out how to display any of the
escaped characters e.g.
echo("blah blah. \n");
echo("more blahs...");
in an HTML file, with IE6, I
hay clay
letts start over
1st page where u ll take input into a from n post it
-
echo("
");
echo(" password
");
**
a simple form ! ! ! !
**
21 matches
Mail list logo