Re: [PHP-DB] Forms error in a catalog by Greenspan Bulger

2001-11-03 Thread p.whiter
Hi If you get yourself any decent text editor, it will have an option to show line numbers. Plenty of free editors here: http://download.cnet.com/downloads/0,10151,0-4003619-106-0-1-0,00.html?tag=d ir Personally I use and would recommend 'Ultra-edit' It would probably be a good idea to just

Re: [PHP-DB] EOQ what does it mean??

2001-11-03 Thread p.whiter
If you look up 'here doc' in the manual you will see that the reference to EOQ below is part of that, you can use whatever you like in place of EOQ, I think your problem is that 'here doc' is not supported in php 3 Try replacing the lines $output = EOQ form action=$action $attlist EOQ; with

Re: [PHP-DB] EOQ what does it mean??

2001-11-03 Thread p.whiter
If you are running windows, I suggest you download the .chm version of the php manual, great for easy searching and bookmarking pages etc. http://uk2.php.net/distributions/manual/manual-en.chm To answer your question, the first piece of code will be, replace: $output = EOQ /form EOQ; with

Re: [PHP-DB] php bulletin/dicussion board

2001-11-01 Thread p.whiter
If you have mySQL phpBB is excellent http://www.phpbb.com/ HTH Paul - Original Message - From: Tom Hodder [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, November 01, 2001 3:52 PM Subject: [PHP-DB] php bulletin/dicussion board : : Hi, : : can anyone recommend a good php

Re: [PHP-DB] newbie - problems with Select and timestamp(14) calculation

2001-10-18 Thread p.whiter
.. This should really be a rather simple query to achieve, but it is turning into a big headache. Thanks again Paul - Original Message - From: Russ Michell [EMAIL PROTECTED] To: p.whiter [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, October 18, 2001 12:24 PM Subject: Re: [PHP-DB] newbie