Here is an opportunity that you can take up FREE. If you join as an
affiliate, we'll teach you how to build a profitable business on the
Internet, using our system to create an income stream and earn income
globally, 24 hours a day.
Don't let this opportunity slip past you - our organization i
Hi All,
I must a file download with used html form, for example with this code:
How can upload only GIF or JPG file?
I see for file size limit used a hidden parameter with name "MAX_FILE_SIZE"
for example :
for limit file size in 1KB, Where i found any parameter for upload file ?
Thank
web crawlers, my first guess...
Thrack wrote:
>
> Hi,everyone:
>
> My system is Windows 2000 server,and I have created My website with
>Apache+Php+Mysql in it.My IP is an Internet static and valid IP address.Theses days
>I found some strange problems in the Apache log file(access.log),th
I've looked for instructions on this but have been unable to find them. How
do you apply the memory-limit patch for 4.0.6 on Windows?
--
Gaylen
[EMAIL PROTECTED]
http://www.gaylenandmargie.com
PHP KISGB v1.1 Guestbook http://www.gaylenandmargie.com/publicscripts
--
PHP Windows Mailing List
It's important to note that this only works for pages that require
authentication.
I don't believe that there is a way to retrieve username information via
pages that are accessed anonymously (i.e. if you were trying to retrieve the
name of the anonymous web user.)
I only say this because I trie
> I can't believe there's no way to secure against something like this.
There
> must be a way. Lot's of ISP's are starting to support PHP. They
certainly
> all wouldn't be leaving something like this wide open. A good number are
> probably hosting on Win32 so I must be missing something.
There
I have an open bug submission for this subject; and even tried to append to
the documentation about the subject that you just mentioned (much of Safe
Mode not working under Win32 because of ownership issues.)
Rasmus Lerdorf suggested that I submit the bug report, and as far as I know
it is still
Frankie,
the function is copy($old, $new);
so it needs to be from the exact path to the exact pathwhat is the folder you want
to store the file in eventually? the best thing to do is to set the path for the
folder where the new file will be residing and tack on the image
for example:
$PAT
Dean,
Thanks for the response Dean, I didn't even think about daylight savings
time! Changed the hour on the initial timestamp as you suggested and all is
well again ;)
Thanks again,
Max
-Original Message-
From: Dean Bennett [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 17, 2001
php-windows Digest 17 Sep 2001 19:07:09 - Issue 759
Topics (messages 9375 through 9389):
Re: extending php (windows)
9375 by: Massimo Foti
Re: Getting started - PHP on Win98
9376 by: Michel Laine
How can I retreive a users Windows logon name?
9377 by: Christian San
I have a problem with the file uploading.
I copied a script from a book on PHP and I followed instructions about the
upload temp dir (upload_tmp_dir = c:/Windows/temp). The script was developed
for an Unix machine and the line is:
@copy("$img1","/usr/local/apache_1.3.12/htdocs/$img1_name") or die
Adrian, Frank,
That was exactly what I was looking for. I wasn't aware that changes had to
be made to the security stuff, but in hindsight it makes perfect sence.
Thanks a lot ;-)
/Christian
-Original Message-
From: Frank M. Kromann [mailto:[EMAIL PROTECTED]]
Sent: 17. september 2001 1
I'm posting a snippet of code which prints each date within a week. For
example on the day of 10/21/01 it will print the dates 10/21/01, 22, 23, 24,
25, 26, and 27.
The problem I am having is on the week of 10/28/01 it will print 10/28
twice. for example 28,28,29,30,31,1,2,3. As far as I can t
Hi Christian,
If you change the access control from Basic to NT LM for the Intranet web site you
will gain the following things:
1) Users loged on to the same NT domain as the web server will be veryfied and have
access to your Intranet. This will work for IE browsers. If you use netscape or t
If I run phpinfo() on a server where the files are password protected
(basic authentication from IIS), I get 4 different entries, all of which
contain the logon domain and name:
AUTH_USER
LOGON_USER
REMOTE_USER
UNMAPPED_REMOTE_USER
Isn't this the thing you are looking for?
Server: Win 2000, PH
Debra,
Unfortunately $REMOTE_USER is not set by IIS (atleast not on mine) and to my
knowledge IIS does not support .htaccess files.
But thanks anyway ;-)
Any other ideas out there ?
/Christian
-Original Message-
From: samsom, debra [mailto:[EMAIL PROTECTED]]
Sent: 17. september 20
Whenever I uncomment the entension=php_ldap.dll line in php.ini I receive
the error 'Invalid Access to Memory Location'. I can't find any reference to
this anywhere on the web. I'm running PHP 4.06 and Apache 1.3.20. Any help
on this matter would be greatly appreciated.
Thanks,
Graham Morris
[EM
Or you can add 'set_time_limit(1500)' to the top of your php script.
-Original Message-
From: Ross Fleming [mailto:[EMAIL PROTECTED]]
Sent: Monday, September 17, 2001 6:11 AM
To: [EMAIL PROTECTED]
Subject: RE: [PHP-WIN] Re: How to make a script run itself ?
Another way of forcing a scri
Hi!
Did anyone try to use Php Socket functions related with XMLSocket from
Flash?? Maybe U have some examples?
regards kRuK
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list admin
Ertan,
Thank you for your speedy reply. I had hoped for some sort of 'pure' PHP
solution, but hey, this might work. I will definately give it a try :)
Meanwhile, if there are others who have an idea how this could be
accomplished through PHP, I would be happy to hear from you.
Regards,
Chr
echo "hello world";
is same as:
"Patrick Silva" <[EMAIL PROTECTED]> wrote in message
04fd01c13cfd$9b3a5b90$[EMAIL PROTECTED]">news:04fd01c13cfd$9b3a5b90$[EMAIL PROTECTED]...
Hello
How to replace echo by ?
I can't find how to configure PHP4 for this on NT
thanks
/-
Another way of forcing a script to run for longer is change the
max_execution_time in php.ini to a larger value. (My default is 30 seconds)
Ross
-Original Message-
From: CJD [mailto:[EMAIL PROTECTED]]
Sent: 16 September 2001 22:02
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: How to make
Hi group,
Is there any way I can retreive a users Windows logon name?
I'm running a system with IIS 4/PHP 4.0.6/MySQL 3.23.xx.
Basicaly what I'm after is some simple way to verify what user is accessing
our intranet, without having to prompt the user for his initials.
I am aware that this does
"The X-Powered by:" i believe can be disabled in PHP.INI by setting the
parameter that decide wether PHP should reveal itself or not.
Just as of now i don't remember exactly which parameter this is, but you should
have no trouble finding it in the .INI file.
As for your trouble with the Webserver
24 matches
Mail list logo