[PHP-WIN] stuck with distinct ! ! ! !

2003-03-26 Thread toby z
hi guyz im trying a query that fetches all fields(ranging from 5 to 15) from 11 tables i m looking round for distinct at http://www.mysql.com/doc/en/SELECT.html n so faar i aint getting anything :( can n some1 plz hlp thnx a lot . toby ___

[PHP-WIN] find libsasl.dll

2003-03-26 Thread Ronen Kfir
>From PHP manual: "Note to Win32 Users: In order to enable this module on a Windows environment, you must copy libsasl.dll from the DLL folder of the PHP/Win32 binary package to the SYSTEM32 folder of your windows machine. (Ex: C:\WINNT\SYSTEM32 or C:\WINDOWS\SYSTEM32) " Can't find the spec

[PHP-WIN] Re: resized image looks baaaaadddd

2003-03-26 Thread Jason Bryner
What is the code you're using? Make sure to use imageCreateTrueColor when using JPGs. I'm too sleepy right now to go into the reasoning for it, but take a look at it. "Afan Pasalic" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > just installed php 4.3.0 and enabled gdlib.

[PHP-WIN] Re: ISP Blues

2003-03-26 Thread Anthony Ritter
I ran a phpinfo() on their server which hosts my site and gd libraries is nowhere to be found. The following is from the sysadmin at my ISP: ... Give it a shot and let me know if it works. I put the file in the PHP directory on the server. I couldn't get the file from t

[PHP-WIN] Re: ISP Blues

2003-03-26 Thread Christoph Grottolo
>Could somebody please advise how they should be installing the .dll file so >I can utlize the gd_libraries with php? > You only have to contact your ISP if he uses the PHP ISAPI extension (which is not very probable). Try to put the following code at the top of your script, if possible, use php

php-windows Digest 26 Mar 2003 21:13:18 -0000 Issue 1654

2003-03-26 Thread php-windows-digest-help
php-windows Digest 26 Mar 2003 21:13:18 - Issue 1654 Topics (messages 19148 through 19156): Re: Simple Addition issue 19148 by: Svensson, B.A.T. (HKG) Re: uploading files 19149 by: skate 19152 by: Afan Pasalic 19153 by: Afan Pasalic Re: Read COM1 191

[PHP-WIN] ISP Blues

2003-03-26 Thread Anthony Ritter
The following script works fine when I test it at home using localhost on: MS Win 98 Apache Server PHP 4.1.1 php_gd.dll I then publish the script to my web at my ISP's MS IIS server which is the host and get an undefined function call of: ImageCreate() The ISP has said that they have installed

Re: [PHP-WIN] Read COM1

2003-03-26 Thread Kasiula Uejzyl
Will somebody help me with unsubscribing ?! from this list?! I don't know why I'm on this list but I can't unsubscribe...I'm trying as they wrote on the website but I'm receiving reply that my address wasn't on the list! please..help.. Katherine - Original Message - From: <[EMAIL PROT

[PHP-WIN] cURL on WinXP, running ISAPI

2003-03-26 Thread Matt Babineau
Got a hell of a problem. I just cant seem to get CURL working properly on WinXP, IIS 5.1, PHP 4.3.1, libcurl/7.10.2 OpenSSL/0.9.6g- Running PHP as an ISAPI Plugin, NTFS Filesystem. I have enabled my extensions folder to be d:\php\extensions in the PHP.ini the DLL files do in fact exist. I

Re: [PHP-WIN] uploading files

2003-03-26 Thread Afan Pasalic
Sorry, there is some part of code you don't need (as $cat_id) - I just grab it from activ file... Afan At 09:02 AM 3/26/2003 -0500, Afan Pasalic wrote: This is a code I use for uploading up to three images at same time. Works fine: $PHP_SELF = 'new_product.php'; $query = "select name from c

Re: [PHP-WIN] uploading files

2003-03-26 Thread Afan Pasalic
This is a code I use for uploading up to three images at same time. Works fine: $PHP_SELF = 'new_product.php'; $query = "select name from categories where cat_id=$cat_id"; $result = mysql_query($query, $db) or die ('Error: wrong query'); $myrow = mysql_fetch_array($result); include('errors.php'

[PHP-WIN] resized image looks baaaaadddd

2003-03-26 Thread Afan Pasalic
Hi, just installed php 4.3.0 and enabled gdlib. Script to upload file (image) and resize it works fine but quality of resized image is bad, bad... Quality is set up to 100. I checked the same code on other server - pics are good. What could be a problem? While Installation? Or there is a bug in

RE: [PHP-WIN] Read COM1

2003-03-26 Thread Jill . Ramonsky
I can't see why this shouldn't work: $fh = fopen("COM1","rb"); then just treat $fh as a normal filehandle and read as normal. Jill -Original Message- From: Waldemar Brand Neto [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 25, 2003 6:47 PM To: [EMAIL PROTECTED] Subject: [PHP-WIN

Re: [PHP-WIN] uploading files

2003-03-26 Thread skate
i saw a script that was able to do this once, where you'd select an entire directory and it would upload the whole contents. but i'm not sure exactly how to do it, as you run into security issues and such. i'm sure the script was part of the php Gallery suite. sorry i can't be of more help than th

RE: [PHP-WIN] Simple Addition issue

2003-03-26 Thread Svensson, B.A.T. (HKG)
> $row['CA_state_source_income'] = "14,133"; > $row['IL_state_source_income'] = "10,556"; > When I check the value of $total_state_income it equals 24 not the expected 24,689. > The datatype of the values returned from SQL Server are Varchar so I tried > typecasting the values to integers before

php-windows Digest 26 Mar 2003 08:45:05 -0000 Issue 1653

2003-03-26 Thread php-windows-digest-help
php-windows Digest 26 Mar 2003 08:45:05 - Issue 1653 Topics (messages 19119 through 19147): Re: installing Curl 19119 by: Svensson, B.A.T. (HKG) 19128 by: Luis Ferro Re: php as exe in windows 19120 by: Svensson, B.A.T. (HKG) 19123 by: Mike Brum 19124

[PHP-WIN] uploading files

2003-03-26 Thread Bobo Wieland
Is it possible to upload multiple files at once? ...In a form, using a "file" input and being able to select more then one file? .bobo -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php