[PHP-DB] Query syntax error?

2011-01-13 Thread Harvey
is the error message: Unknown column 'places_data.place_id' in 'field list' But place_id is a field in places_data table. Any ideas? Thanks! Harvey -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-DB] Query syntax error?

2011-01-13 Thread Harvey
/13 Harvey har...@harveyk.com: Hello, I have a query on a page that used to work fine, but is now generating an error. I assume that the version of php or mysql was updated on the webhost server or something like that? Here is the query: select count(places_data.place_id) as areacount

Re: [PHP-DB] Hiding Admin Link

2009-05-01 Thread harvey
You can start by creating a login system http://www.phpeasystep.com/workshopview.php?id=6 Then you can do an if/then statement to show the link only to people who have logged in... On 4/30/2009 10:29 PM, Joey Hendricks wrote: Hello, I am very new at PHP so I will try to explain my question

Re: [PHP-DB] php generators

2009-04-28 Thread harvey
Dreamweaver has some php generation. That's how I started to learn. I am not an expert by any means, and I am sure that experts will not like the code, but for a beginner, I found it totally fine On 4/28/2009 12:40 PM, conor mahaney wrote: Hello Everyone, I am a beginner with PHP and Mysql

Re: [PHP-DB] currency formating

2001-12-31 Thread Billy Harvey
On Tue, 2002-01-01 at 00:08, Webmaster wrote: Yea i have read that but did not think it was what i needed considering it is for an automated billing system and the customer may not like it if they are charged and extra .50 cents or so every month. Their has got to me another alternative.