[PHP-WIN] PHP 4.2 - hard-coded paths

2002-04-22 Thread J Wynia
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

[PHP-WIN] Re: Problem using ImageTTFText

2002-04-22 Thread Matt Parlane
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

[PHP-WIN] username and password validation!

2002-04-22 Thread Nik Alleyne
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

Re: [PHP-WIN] Problem with uploading Files with PHP 4.1.2 on IIS

2002-04-22 Thread Waldemar Brand Neto
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

RE: [PHP-WIN] Re: Security using Apache & Windows

2002-04-22 Thread Matt Hillebrand
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

Re: [PHP-WIN] Problem with uploading Files with PHP 4.1.2 on IIS

2002-04-22 Thread Waldemar Brand Neto
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 -0000 Issue 1106

2002-04-22 Thread php-windows-digest-help
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?

[PHP-WIN] problems with the ucwords fuction

2002-04-22 Thread Cassiano Dal Pizzol
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

[PHP-WIN] serialize or implode functions?

2002-04-22 Thread Afan Pasalic
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

Re: [PHP-WIN] Quoted Dynamic Strings are killing me (Second Attempt)

2002-04-22 Thread DL Neil
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

[PHP-WIN] Problem using ImageTTFText

2002-04-22 Thread Alberto. Sartori
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

Re: [PHP-WIN] Quoted Dynamic Strings are killing me (Second Attempt)

2002-04-22 Thread Mike Flynn
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

RE: [PHP-WIN] Quoted Dynamic Strings are killing me (Second Attempt)

2002-04-22 Thread Steve Bradwell
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

[PHP-WIN] R: [PHP-WIN] Quoted Dynamic Strings are killing me (Second Attempt)

2002-04-22 Thread Alberto. Sartori
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

[PHP-WIN] Quoted Dynamic Strings are killing me (Second Attempt)

2002-04-22 Thread R.S. Herhuth
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

[PHP-WIN] Quoted Dynamic Strings are killing me

2002-04-22 Thread R.S. Herhuth
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

Re: [PHP-WIN] PHP on IIS5 WIN2K Problem - Help?

2002-04-22 Thread James Meers
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

[PHP-WIN] R: [PHP-WIN] PHP on IIS5 WIN2K Problem - Help?

2002-04-22 Thread Alberto. Sartori
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

[PHP-WIN] PHP on IIS5 WIN2K Problem - Help?

2002-04-22 Thread James Meers
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