PHP variable names are case sensitive aren't they?
It might just be that config.php can be found by Win2000 without the
$includepath-as if you were typing include("config.php");
"Chris Schmidt" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Sorry.
>
> I have
Sorry.
I have an Windows 2000 box running PHP as CGI
I use this
$includePath ="../";
include($includepath."config.php");
Works on my Windows 2000
not on unix.
I change $includePath to $includepath and it works on both.
"Stuart Dallas" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">n
You can do
if(!isset($_POST['email'])) {
go_back();
} else {
print "Thanx";
}
or
if($_POST['email'] == "") {
go_back();
} else {
print "Thanx";
}
"Jan - Cwizo" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hi
>
> I am a building a guestbook as a course of my
On Tuesday, June 25, 2002 at 9:27:42 PM, "Chris Schmidt" wrote:
> Why on windows is PHP not case-sensitive but on Unix it is? And can this be
> configured
If you mean filenames, this is a choice the filesystem designers made and there
is no way to change it. If this is not what you mean, please
I'm trying to make a page for file uploads. For small files, everything
goes ok, but doesn't work when I try to upload large files.
The limit size for uploading is suposed to be 100Mb. I've set up my
php.ini with this config:
post_max_size = 100M
memory_limit = 128M
upload_max_filesize = 100M
W
Hi
I am a building a guestbook as a course of my learning of PHP.
I have a page, on wich theree are some input boxes, on th enext page the
data typet in those boxes is putet in to a database.
I would like to check if there are nay empty input boxes, and if there are
the user would get the sam
Why on windows is PHP not case-sensitive but on Unix it is? And can this be
configured
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi Yang
Yes i did. I installed the Auth package.
To do this i just unpacked the content of the package to
/auth
I hope you get i up and runnig!
Martin Mørup
Yang wrote:
>Hi Martin;
>
>Thanks for your information. I installed PHP 4.2.1 on my Win2K machine. It
>seems pear is there. What I nee
Hi Martin;
Thanks for your information. I installed PHP 4.2.1 on my Win2K machine. It
seems pear is there. What I need is install a pear package Imagick. There
seems no information about how to install a pear package in Windows. I
flowed the step on the web, but it doesn't work. Did have some exp
I have just installed it on my machine and it seems to be workin fine.
What i did was:
- Download the pear-0.90.tgz file and extract it.
- Run the pear.bat in scripts
- Copy the pear dirrectory from c:\php to the web root
- Change the paths in the needed scripts ex. from require_once
"pear.ph
Hi;
Does any body know hot to install a pear package in Windows environment?
Thanks,
Yang
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hello All,
I am new to sendmail. I am using php+apcahe+linux
environment. When I use sendmail() to send my email
the email is not sent. It stays in the queue with a
timeout message.
What all precaution should I take just to make sure
that my program works.
Thanks in advance.
Sincerely,
Pa
php-windows Digest 25 Jun 2002 14:52:37 - Issue 1210
Topics (messages 14385 through 14396):
Re: PHP and Cookies
14385 by: Egil Helland
Re: Get/Post and Security Issues
14386 by: Mikey
14387 by: Brian Graham
Re: Installing PHP for Apache on Windows XP
14388
Hello,
I hope someone can help me.
I have installed the binarys of php on my w2k server, and it seems to work
fine.
When i open a file where i have only ask with phpinfo() there is a good
response.
When i refresh the page some times it comes with a internal server error
(500)
when i look in the ev
14 matches
Mail list logo