Hi,
I saw on the Zend page that they global variables. Check in your php.ini if
your register_globals is on.
Cheers, RICO.
At 15:58 19/02/2003, John Toews wrote:
Hello All,
I am experimenting with HTTP authentication in IIS 5.0 on a Windows 2000 SP3
server with PHP 4.3.0. PHP is installed as
hi!
anyone got some good code or something for letting users of a website upload
pictures. The pictures should preferably be resized in some different sizes
to fit the criterias of the website, then be presented to the user again so
that he/she could pick the best one...
. bobo .
--
PHP Windo
The mySQL website has one at: https://order.mysql.com/?sub=vp&pd_no=146
-Andrew
"Anthony Ritter" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> My guiding season begins in April.
>
> Anybody out there know where I can purchase a nice mysql dolphin t-shirt?
>
>
Hello All,
I am experimenting with HTTP authentication in IIS 5.0 on a Windows 2000 SP3
server with PHP 4.3.0. PHP is installed as an ISAPI module both as a filter
and an application mapping (both point to the php4isapi.dll). All forms of
authentication are turned off in IIS (anonymous access only
php-windows Digest 20 Feb 2003 03:13:32 - Issue 1596
Topics (messages 18604 through 18625):
Re: PHP and MySQL
18604 by: Radovan Radic
18605 by: Uttam
xml and php
18606 by: Parvez Soobhany
18608 by: Russell Johnson
Limiting phpinfo() information
18607
Hello All,
I am experimenting with HTTP authentication in IIS 5.0 on a Windows 2000 SP3
server with PHP 4.3.0. PHP is installed as an ISAPI module both as a filter
and an application mapping (both point to the php4isapi.dll). All forms of
authentication are turned off in IIS (anonymous access on
Ah ha! There can't be a space between CC: and the email address!?!?
That's not cool...
Thanks; this helps a lot.
Matt
|-Original Message-
|From: Ed [mailto:[EMAIL PROTECTED]]
|Sent: Wednesday, February 19, 2003 3:22 PM
|To: [EMAIL PROTECTED]
|Subject: [PHP-WIN] Re: mail() CC: header
|
|
Same here...
I am running Win Xp Pro on my laptop and have Apache running with Tomcat
for development. Most of my development is PHP and I have never had a
problem on my windows machine.
I was using Xp Pro to host 2 php/mysql sites on one of my machines at
home. I never had a problem with that
Hi Matt,
All the remaing headers are int the last argument of the mail function.And
are sperareted by delimiter "\r\n"
like so..
mail("[EMAIL PROTECTED]", "the subject", $message, "From:
[EMAIL PROTECTED]\r\nCC:[EMAIL PROTECTED]\r\nBCC:getonetoo@shotsnail
.com");
regrads,
Ed
"Matt Hillebrand
IIS is no good if you ask me. It wouldn't let me use a custom 404
script, and sometimes it acts uprefusing to work.
I also like Apache because I use Win2k and Linux.
|-Original Message-
|From: Ed [mailto:[EMAIL PROTECTED]]
|Sent: Wednesday, February 19, 2003 3:33 PM
|To: [EMAIL PROTE
If your on windows IIS5 is the best choice.
Since PWS is much slower.
Don't go for Apache under windows ,its the ultimate under Unix/Linux
but certainly not under windows.I tried it under Win2K ansd didn't like it.
"M1nt Ch3w" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PR
Also check the max upload size, and the max post size in your php.ini
files. These will also effect what and how much you can upload.
Not sure how to check the filesizes before you upload. That's something
I'd find useful...
chris kranz
fatcuban.com
-Original Message-
From: Matt Babin
Hello!
I need some help in using the encryption/decryption algorithm with RSA 1024
keys
I have some XML strings that I need to encrypt with the received public key
and pass via SOAP to a different server that will have to decrypt them.
Can any one help me on this matter? Please point me to any do
I had the EXACT problem with file upload times, I could not modify this
with the ini_set() function. After a phone call to my host, they were
able to change that but big time annoying, and I still don't know why I
couldn't modify it.
--> -Original Message-
--> From: Mottaghi. [mailto:[EMAI
Hi all,
1- How can i upload big files to server??
2- How can i know what is the size of file before upload??
when i upload a big file, the code execution time was finished! i was
changed the max_execution_time in php.ini but doesn't work.
thanks, omid
--
PHP Windows Mailing List (http://www.ph
Hello
Im trying to resize a image. This is my code;
$img_orig_size = GetImageSize($FileName);
$img_orig_width = (int) $img_orig_size[0];
$img_orig_height = (int) $img_orig_size[1];
$img_resized = ImageCreate($x, $y);
But I keep getting errpr on all the Image-functions ;
What do I
Matt,
You should NEVER force a download on anyone. How do they know it isn't
carrying a virus.
What you should do is to send the headers that prompt a dialog box for Save
or Open (I'm sure you've seen this).
I'm not sure which headers you use for csv or txt files but I do this with
PDFs all the
On Wed, 2003-02-19 at 04:38, Andrew Ferguson wrote:
> I recently upgraded to PHP 4.3.1 from 4.2. I use the nusphere bundle, and
> they had not yet incorporated the new version yet. Anyways, now my pages are
> being parsed correctly. Basically, I'm trying to post information through
> the url (i.e.
I want to define 3 constants
DOC_HOME_PATH
IMG_HOME_PATH
CTL_HOME_PATH
So that I can just do this
Click Here
**do I need to echo?
**not everything goes to "stuff"
Right now I have
define ("DOC_HOME_PATH", "d:/is/projects/killerspin/web/store/");
define ("IMG_HOME_PATH", "d:/is/projects/kil
How can I force a download of a TXT file from a Link? Or an Excel CSV
file? using PHP of course too. I am running PHP 4.3 on W2K. Are there
any tutorials for this?
Thx-
Matt
I've read all the manual ..., and have done what you said, but nothing is
ok.
Look at http://bugs.php.net/bug.php?id=22292
http://bugs.php.net/bug.php?id=22291
"Brian 'Bex' Huff" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
>
> Setting up CGI is only slightly more com
Setting up CGI is only slightly more complex than ISAPI. The main
problem I have had in the past involved file permissions... altho I have
not yet tried 4.3.1 CGI:
http://www.php.net/manual/fr/install.iis.php#install.iis.iis4
Im assuming French is better for you than English... Also, be sure t
Try taking a look at the XML_sql2xml package from Pear:
http://pear.php.net/package-info.php?pacid=18
or the rs2xml extension for the ADOdb library:
http://phplens.com/lens/dl/rs2xml.tar.gz
http://php.weblogs.com/ADODB
There's an interesting discussion about ADOdb and XML
Hi,
Does anyone know how to limit the informtion phpinfo() gives. I'd like
to have it enabled in order to run mail() (if I disable phpinfo() mail()
doesn't work), but there's much information there. How can I limit it?
(in fact, any other solution to run mail() without it would help).
Thanks,
hiii
i have my database on mySQL, and i wish to extract the data from certain tables , and
store them in XML files.
Does anyone know how this is done?
thanks,
here's something from manual which may give you a direction:
<>
you can also refer to mysql mailing list [EMAIL PROTECTED]
regds,
-Original Message-
From: Veselina Jecheva [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, February 19, 2003 17:39
To: [EMAIL PROTECTED]
Subject: PHP and MySQL
H
I solve this by starting-up with the line (on my local computer):
mysqld-nt.exe --default-character-set=cp1251
How ppl solve this problem on the web servers?
"Veselina Jecheva" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Hello everybody,
> I'm using PHP &
php-windows Digest 19 Feb 2003 12:30:48 - Issue 1595
Topics (messages 18587 through 18603):
Re: Problem with file upload!!
18587 by: Matt Babineau
18588 by: Palli
18589 by: Matt Babineau
18590 by: Palli
18593 by: Matt Babineau
18595 by: Neil Sm
hi neil
thank u very much. I uploaded it to the root directory and it worked.
I changed my upload dir to
$uploaddir = "frettamyndir\\";
and it worked. I cant tell u how stupid I was not to try this but thanx,
Palli
"Neil Smith" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:
Hello everybody,
I'm using PHP & MySQL running on Win2000 & IIS5 and I have the following
problem with MySQL: I've got text records with cyrrilic letters and MySQL
does not order the result records from a query in alphabetical order. (for
example when using "order by" in a query)
Any suggestions wi
No prob
Titill fréttar :
Frétt :
Mynd
...
//process
$uploaddir = "/frettamyndir/";
echo(is_uploaded_file($_FILES['NewsPicture']['name']));
if (!empty($_REQUEST['ToDo']))
{
if ($_REQUEST['ToDo'] == 'New')
{
if (move_uploaded_fi
I've installed yesterday the 4.3.1 on two system:
first: NT4 SP6a & IIS
second: Win XP Pro SP1 & IIS
In both cases the PHP functions normally in ISAPI but not in CGI.
In the first case, i've have multiple instances of php.exe in my task
manager and my browser (IE6) don't have result before I kill
I've installed yesterday the 4.3.1 on two system:
first: NT4 SP6a & IIS
second: Win XP Pro SP1 & IIS
In both cases the PHP functions normally in ISAPI but not in CGI.
In the first case, i've have multiple instances of php.exe in my task
manager and my browser (IE6) don't have result before I kill
Could anyone tell how to install DOM-support to PHP 4.3? I'm using Apache
2.0.44 and Windows XP and PHP as a module. I have downloaded the
libxml2-2.5.3win32 package but where should I place the files?
The libxml2.dll file I have copied to \windows\system32 like it should.
The php_domxml.dll is i
Hello,
I need to manipulate, the following data in a number of diffierent ways
(specifics follow).
Telephone extension number - 4 digits in the range 2000-2119
Total time on phone - seconds integer values
Total No. of calls - integer value
Name - A persons name
I'm purposely NOT using a datab
testing if email goes thru,.. anyone?, i got a php mail() 530 problem from
my smtp server. what else do i set?
Charles
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
It means it is unable to move the file.
Sarcasm aside, look at the error message.
At 00:22 19/02/2003 +, you wrote:
Warning: move_uploaded_file() [function.move-uploaded-file]: Unable to move
'C:\PHP\uploadtemp\php98.tmp' to '/frettamyndir/fastfood.jpg' in
C:\riddarinn\Process.php on line 16
37 matches
Mail list logo