I just installed Apache 2 and PHP 4.2. It does work and phpinfo() brings up
indications of Apache 2 and the correct PHP version. However, the paths to
resources on my system seem to be hard-coded within the php4ts.dll. The path
to php.ini indicates c:\winnt (which has been hard-coded in the binary
Hiya...
http://bugs.php.net/bug.php?id=15568
This problem has been fixed in the latest version of PHP - try downloading
v4.2 (released today)
Matt
"Alberto. Sartori" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]
...
Hi guys, since I've installed php 4.1.2 I cann
Hi there everyone,
my problem should b simple.
Problem:
I am trying to validate a username and password though HTML forms. The
thing is when i encrypt the password using mysql password encryption
function 'PASSWORD()' and try to validate the password I am getting the
error message that I've s
Thank you very much your tips will help me a lot.
[]´s Waldemar
- Original Message -
From: "Mike Flynn" <[EMAIL PROTECTED]>
To: "Waldemar Brand Neto" <[EMAIL PROTECTED]>
Sent: Monday, April 22, 2002 5:10 PM
Subject: Re: [PHP-WIN] Problem with uploading Files with PHP 4.1.2 on IIS
> Ther
Why do I receive this exact same email message every single day?!?! I
normally get it several times each day.
Matt
|-Original Message-
|From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]]
|Sent: Monday, April 15, 2002 8:37 AM
|To: [EMAIL PROTECTED]
|Subject: FW: [PHP-WIN] Re: Securi
Thank you Mike once more you are correct. One more thing. Now the file is
saved in a Blob field at the database.
But when I show the blob field the image doesn´t appear. Just a collection
of characaters. I have to save the Blob field in a file. How can I do that?
Thank you very much.
- Origin
php-windows Digest 22 Apr 2002 16:17:56 - Issue 1106
Topics (messages 13219 through 13231):
Get Username From Windows Login
13219 by: Jack
PHP on IIS5 WIN2K Problem - Help?
13220 by: James Meers
13222 by: James Meers
R: [PHP-WIN] PHP on IIS5 WIN2K Problem - Help?
i´m getting an error with the ucwords function...
if i use it to uppercase the first letter of every string and that string
is something like
$string="this is a foo string";
echo ucwords ($string);
my output is ok
This Is A Foo String
but if i use some special chars like
$string"este é um te
Hi to all,
I'm making a quiz and I want to put all answers together in one table-cell. But, I'm
not sure what is better way:
- using implode/explode functions keep all answers as one long string, or
- serialize/unserialize answers and then put them in the table
What's better and why?
Thanks.
A
Ron,
> I have been trying to create strings dynamically by combining text and
> variables. Because SQL wants single quotes surrounding the values I
> have been forced to create the string as follows (all variables have
> been previuosly set earlier on the page):
>
> $query = "select bio FROM ind
Hi guys, since I've installed php 4.1.2 I cannot use correctly ImageTTFText functions
'cos the system cannot load the font. I've tried to put it into the same folder of the
script...nothing do to. Return me a nice error like this:
Warning: EURzQ in c:\inetpub\wwwroot\esempi\immagine.php on line
I'm not sure at first glance what's wrong. But I do know you could do
something like this instead:
$query = 'SELECT bio FROM individual ';
$query .= "WHERE last_name='$selectedLastname' ";
$query .= "AND first_name='$selectedFirstname' ";
$query .= "AND market='$selectedMarket' ";
I split it i
Hey Ron,
I just echoed your $query string just like you have it and I get the quotes
around the values.
I put this in a file:
$selectedLastname = "smith";
$selectedFirstname = "jimmy";
$selectedMarket = "test";
$query = "select bio FROM individual WHERE last_name ='".
$selectedLastname ."' AND
Something's going wrong...
check the value of each variables ($selectedFirstname and $selectedFirstname ). Use
echo to print out them. If necessary check the html source of the page with the form.
-Messaggio originale-
Da: R.S. Herhuth [mailto:[EMAIL PROTECTED]]
Inviato: lunedì 22 aprile
I have been trying to create strings dynamically by combining text and
variables. Because SQL wants single quotes surrounding the values I
have been forced to create the string as follows (all variables have
been previuosly set earlier on the page):
$query = "select bio FROM individual WHERE la
I have been trying to create strings dynamically by combining text and
variables. Because SQL wants single quotes surrounding the values I
have been forced to create the string as follows:
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I already have both IUSR and IWAM both full access on the directory
security???
I have tried all combinations with IUSR on its own and IWAM on its own,
still no luck
Grr...
"Alberto. Sartori" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]
...
Tr
Try adding IWAM_Machinename
-Messaggio originale-
Da: James Meers [mailto:[EMAIL PROTECTED]]
Inviato: lunedì 22 aprile 2002 10.50
A: [EMAIL PROTECTED]
Oggetto: [PHP-WIN] PHP on IIS5 WIN2K Problem - Help?
I have installed PHP on my server and it works fine, however, whenever
executing a
I have installed PHP on my server and it works fine, however, whenever
executing a script in a new browser window, i always get prompted to enter a
username and password!?
I have given 'everyone' and 'I_USER' full access to the folder and IIS
This is probably a school boy error, anyone know wha
19 matches
Mail list logo