Re: [PHP-DB] Fwd: Apache log: database shutdown

2010-04-20 Thread maarten
Hi, You may want to check SELinux. Also, if those 30 other servers are supposed to have the same config, a diff between those will make it easier for the eye to catch things that are different. regards, Maarten On Tue, 2010-04-20 at 14:22 +0200, Kamil Walas wrote: You are right! When I

Re: [PHP-DB] UNION ALL query help

2010-04-26 Thread maarten
Your union creates a table called rss_feed. This table has 4 columns (page_title, last_update, article and reference) from which you try to select the unknown column 'title'. So basicly, exactly what your db is telling you. If it doesn't make sense, strip the outer select and see what your

Re: [PHP-DB] Another UNION ALL query

2010-04-29 Thread maarten
,#rows_returned-2-1) to get the n'th row. (which will exclude the first 2 and last 2 rows) regards, Maarten On Thu, 2010-04-29 at 05:33 -0400, Ron Piggott wrote: I have a 'Highlights' heading on my home page. It is for links to content on the site ... like specific web pages I have designed the query

Re: [PHP-DB] PHP application hosted on a dektop ubuntu(localhost) vs A .NET software installed on Windows

2010-08-06 Thread maarten
. That does not mean it is generally a good or bad idea, that depends on the situation. Since you already suggested you are avoiding the process of an installable software, I think that may actually be what you are trying. regards, Maarten On Fri, 2010-08-06 at 07:45 +0530, Vinay Kannan wrote: Hi

Re: [PHP-DB] Query Question

2011-05-23 Thread maarten
your program is a few bytes longer?) regards, Maarten On Sun, 2011-05-22 at 05:27 -0400, ad...@buskirkgraphics.com wrote: I have been working on a class methods for some time now. I have reached a cross road when it comes to common practice of developing query structure. Long ago

Re: [PHP-DB] Query Question

2011-05-23 Thread maarten
queries where clarity is an issue. On 05/23/2011 02:20 AM, maarten wrote: I would keep the db names and/or schema names in your queries. It clarifies what you are doing with the query making it easier for someone else to debug, improve, ... Certainly for those not familiar with your db

Re: [PHP-DB] PostgreSQL and HTML output

2002-10-18 Thread Maarten Verheijen
[HIT_DATE]; echo '/td'; echo '/tr'; } ? /table /body /html -- If none of this makes any sense to you please start at the beginning, Try http://www.devshed.com for some excellent tutorials. Good Luck, Maarten Verheijen

[PHP-DB] pdo_pgsql connection problem

2009-06-09 Thread Maarten Foqué
the php PDO connection. Anything that can set me in the correct direction is greatly appreciated. kind regards, Maarten -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DB] mysqli mysqli_stmt::bind_param using bigint

2009-10-09 Thread Maarten Foqué
adding 5AF3 may just be wrong. However for the examples you gave, it seems to add up. So you need to have some indication of the range the originals would've had or the numbers you get are a multiple of 2^32 off. regards, Maarten On Thu, 2009-10-08 at 17:09 +0200, Philipp Moeser wrote: Hi

Re: [PHP-DB] PHP problem

2002-02-26 Thread Maarten Verheijen Mysql en PHP-maillijst
Dear Bartlomiej Pawlik, Try: SELECT NAME=xxx OPTION VALUE=1LONG TEXT 1 OPTION VALUE=2LONG TEXT 2 OPTION VALUE=3LONG TEXT 3 /SELECT Greetings, Maarten Verheijen - Original Message - From: Bartek Pawlik [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, February 26, 2002 11:11 AM

[PHP-DB] PHP mail + MySQL

2002-10-23 Thread Maarten Verheijen Mysql en PHP-maillijst
us because as an online shop we are buried in mail. Probaly I'll will be able to script against it so our employees can answer e-mail from a php-webpage and maybe even write a script to put the names and adresses of the senders into a LDAP-server. Thanx, Maarten Verheijen