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

2003-03-28 Thread cpdm
nah, just a common one. ;) --Christopher Quoting quickshow <[EMAIL PROTECTED]>: > 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 var

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

2003-03-28 Thread Dash McElroy
Take a look at http://www.php.net/manual/en/function.pdf-rect.php. Works just fine. -Dash vipula wrote: 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

php-windows Digest 28 Mar 2003 16:24:44 -0000 Issue 1657

2003-03-28 Thread php-windows-digest-help
php-windows Digest 28 Mar 2003 16:24:44 - Issue 1657 Topics (messages 19173 through 19180): Re: What does"Query was empty" mean? 19173 by: cpdm.efn.org 19175 by: quickshow PHP as CSS Stylesheet - broken in IE6/PHP 4.3.x 19174 by: Isetro Savi 19176 by: Per Lun

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

2003-03-28 Thread toby z
hi n thnx eveyone as i hate makin loong queries so i came up with a rather silly but at the moment workin idea i made three files qry.php ftch.php dsply.php fetched from all 11 tables in to 11 different queries n displayed em all separately i guess im a bit tooo dammed lazzy :$ to g

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

2003-03-28 Thread Per Lundberg
On Fri, 2003-03-28 at 13:15, Isetro Savi wrote: > On Fri, Mar 28, 2003 at 10:45:10AM +0100, Per Lundberg wrote: > > Do you have something like this in your PHP code? > > > > header("Content-type: text/css"); > > I did not have that in the stylesheet, but putting it in did not help. Does the styl

[PHP-WIN] Problem with FireBird date

2003-03-28 Thread André Cupini
Hello people, First, sorry my english. It´s weak. I´m brazilian. I´m have a problem when work with date in a Firebird "date" field. By default, Firebird set up the date format as month/day/year. I need date in day/month/year format. In a Linux, i just add to the php.ini the following line: ibase.da

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

2003-03-28 Thread Isetro Savi
On Fri, Mar 28, 2003 at 10:45:10AM +0100, Per Lundberg wrote: > On Fri, 2003-03-28 at 05:24, Isetro Savi wrote: > > 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: > > > > Do you have something l

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

2003-03-28 Thread Per Lundberg
On Fri, 2003-03-28 at 05:24, Isetro Savi wrote: > 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: > Do you have something like this in your PHP code? header("Content-type: text/css"); -- Best regards