Re: [PHP-WIN] What does"Query was empty" mean?

2003-03-27 Thread quickshow
oh,what a stupid mistake i just made. thx <[EMAIL PROTECTED]> ??:[EMAIL PROTECTED] > your query variable is mis-named in the assignment statement: > $addtmt = "Insert into > > $addstmt is the variable you are passing to mysql_query() > > the $addstmt variable is empty, hence the error. > >

[PHP-WIN] PHP as CSS Stylesheet - broken in IE6/PHP 4.3.x

2003-03-27 Thread Isetro Savi
Hi there, I recently upgraded to PHP 4.3.1 from 4.2.2 on XP/IIS 5.1. On a web application I have, I use a dynamic stylesheet such as: In the old version of php, this worked fine. But after the upgrade, the stylesheets do not take effect in IE6 w/all patches on 2K or XP when I first enter a

Re: [PHP-WIN] What does"Query was empty" mean?

2003-03-27 Thread cpdm
your query variable is mis-named in the assignment statement: $addtmt = "Insert into $addstmt is the variable you are passing to mysql_query() the $addstmt variable is empty, hence the error. --Christopher Quoting quickshow <[EMAIL PROTECTED]>: > i am php&mysql newbie. > i have created a

php-windows Digest 28 Mar 2003 02:00:13 -0000 Issue 1656

2003-03-27 Thread php-windows-digest-help
php-windows Digest 28 Mar 2003 02:00:13 - Issue 1656 Topics (messages 19166 through 19172): Re: ISP Blues 19166 by: Rico Derks Re: Error, does anyone see anything wrong? 19167 by: vipula 19169 by: hippo Re: stuck with distinct ! ! ! ! 19168 by: Svensson, B.

[PHP-WIN] What does"Query was empty" mean?

2003-03-27 Thread quickshow
i am php&mysql newbie. i have created a table like: === CREATE TABLE $data_dep( ID int(3) DEFAULT '0' NOT NULL auto_increment, department_name VARCHAR(10), department_desc TEXT, publishtime DATE, updatedby VARCHAR(8), updated

[PHP-WIN] Password authentication failed with pg_connect (apache2 / win32 / php4.3.1)

2003-03-27 Thread Richard Hollis
Im running apache2, php4.3.1 on win32 and everything is dandy apart from the fact that pg_connect won't connect to a server which requires encrypted passwords. I get: Warning: pg_connect() [function.pg-connect]: Unable to connect to PostgreSQL server: FATAL 1: Password authentication failed for u

[PHP-WIN] replace ../ with actual url

2003-03-27 Thread Kieran Hall
Hi, I am currently writing a script that runs though a specified URL and translates any text and returns the translated website back to the user. In order for the website to be displayed correctly, the images should all be on display. However, images which are linked like so: src="../image_di

Re[2]: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-27 Thread hippo
DobrĂ½ den, Thursday, March 27, 2003, 10:56:28 AM, napsal jste: > Hi, > I'm trying to draw a table in a PDF with php. At the moment I can draw it as > a combination of lines by giving cordinates. Is there any easy or systamatic > way to do this. > Thanks in advance. > -Vipula Of course bad thre

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

2003-03-27 Thread Svensson, B.A.T. (HKG)
What do you want to do then Other wise SELECT DISTINCT Alt. SELECT DISTINCT() or GROUP BY ALL alt. GROUP BY might work > -Original Message- > From: toby z [mailto:[EMAIL PROTECTED] > Sent: Thursday, March 27, 2003 8:38 AM > To: php hlp list > Subject: [PHP-WIN] stuck wi

Re: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-27 Thread vipula
Hi, I'm trying to draw a table in a PDF with php. At the moment I can draw it as a combination of lines by giving cordinates. Is there any easy or systamatic way to do this. Thanks in advance. -Vipula -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/un

Re: [PHP-WIN] ISP Blues

2003-03-27 Thread Rico Derks
Hi, I also have the php_gd.dll in the extensions dir of php. But I had to change the extension_dir = to extension_dir = C:/php/extensions Cheers, RICO. At 22:22 26-03-2003, Anthony Ritter wrote: The following script works fine when I test it at home using localhost on: MS Win 98 Apache Server P

php-windows Digest 27 Mar 2003 09:31:42 -0000 Issue 1655

2003-03-27 Thread php-windows-digest-help
php-windows Digest 27 Mar 2003 09:31:42 - Issue 1655 Topics (messages 19157 through 19165): Re: ISP Blues 19157 by: Christoph Grottolo 19158 by: Anthony Ritter Re: resized image looks ba 19159 by: Jason Bryner find libsasl.dll 19160 by: Ronen Kfir

[PHP-WIN] Pear Installer on Windows

2003-03-27 Thread Pascal S.
Hi, I managed to install go-pear on my win2000 desktop. To actually have the installer work, I need to set the following 3 variables in the .bat file: set PHP_BIN= set BIN_DIR= set PEAR_PATH= %PHP_BIN% -C -d output_buffering=1 -d include_path=%PEAR_PATH% -f %BIN_DIR%\pear -- %1 %2 %3 %4 %5 %6 %7

[PHP-WIN] Re: Subject: ISP Blues

2003-03-27 Thread Neil Smith
Hi Anthony - Did they also uncomment the line in php.ini which reads extension=php_gd.dll ? Else check phpinfo() and see if gd is really enabled, since they clearly haven't completed all the process. Oddly though I thought this file should be under WINNT (or system32), in fact on my machine i

Re: [PHP-WIN] Error, does anyone see anything wrong?

2003-03-27 Thread Ryan
It sounds like it's happening before line 18. Did you close a statement on that last line executed. What's the code before line 18? P.Bijl wrote: U? Parse error: parse error, unexpected T_WHILE, expecting ',' or ';' in c:\apache\htdocs\news1\nieuws.php on line 18 17. 18. while ($list = mysql_fe

[PHP-WIN] Re: find libsasl.dll

2003-03-27 Thread J.Veenhuijsen
See : http://www.phpbuilder.com/board/showthread.php?threadid=10227168 Here you can download libsasl.dll Jochem Ronen Kfir wrote: 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 binar