7;
2011/1/13 Harvey :
> 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:
>
> sele
nd here 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
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 th
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 a
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.