[PHP] Free LAPP stack

2012-10-21 Thread Robert Stone
Hello, There are several sites offering free LAMP stacks but does anybody know of a site that has free LAPP stacks available? Please don't flame me for preferring PostgreSql. It's to set-up a thin client application. Disk space required approx. 1.5Mb. I need it to facilitate testing. Any sugge

Re: [PHP] Creating an Advanced Form

2012-11-02 Thread Robert Stone
Hi Jonathan, Haven't used MySql for ages. More used to Oracle and PostgreSql. Your table nmc_cd contains foreign keys pointing to nmc_category and nmc_publisher. Create a view containing all the data from those three tables using implicit joins as the data in table nmc_cd should NOT contain any

Re: [PHP] Apache

2013-09-25 Thread Robert Stone
De: Ashley Sheridan Para: m...@nikha.org; Domain nikha.org Cc: php-general@lists.php.net Enviadas: Quarta-feira, 25 de Setembro de 2013 2:22 Assunto: Re: [PHP] Apache "Domain nikha.org" wrote: >Ashley Sheridan am Montag, 23. September 2013 - 21:35: >

Re: [PHP] Re: Looking for Tool to read JSON format

2011-04-02 Thread Robert Stone
Have you looked at http://pecl.php.net/package/json Might help. Package php-services-json is at version 1.0.2-1 on my Debian install. Bon soir, Robert --- Em sáb, 2/4/11, Michelle Konzack escreveu: De: Michelle Konzack Assunto: [PHP] Re: Looking for Tool to read JSON format Para: php-gener

Re: [PHP] Last Name extraction in query

2011-04-04 Thread Robert Stone
Hi Jim, I think that you'll find that ' ' is treated as a NULL and as such will always return zero. You are no catering for multiple spaces in the column race_winner. If you were using Oracle, their INSTR function has an optional argument that allows you to search backwards from the end of a str

Re: [PHP] Bug?

2011-09-18 Thread Robert Stone
De: Igor Escobar Para: "" Enviadas: Sexta-feira, 16 de Setembro de 2011 7:07 Assunto: [PHP] Bug? Anyone can explain this? https://gist.github.com/1220404 Part of the code are in portuguese so... iguais = equal diferentes = different Regards, Igor Escobar *