Re: [PHP] Re: limiting

2012-10-09 Thread Ashley Sheridan
Matijn Woudt wrote: >On Wed, Oct 10, 2012 at 12:06 AM, Tim Streater >wrote: >> On 09 Oct 2012 at 20:46, Matijn Woudt wrote: >> >>> For example your previous post, you >>> could have just looked up what the 'echo' and 'return' statements do >>> in the PHP manual, and they are probably explaine

[PHP] crash dump on OS X Server: PHP / Apache

2012-10-09 Thread Mattias Thorslund
Perhaps someone can read this backtrace. This is a problem that causes Apache to not send any output at all. Doing a die() just before one particular require_once prevents the issue. If I move that die() into the required file and place it just after the opening PHP tag, I get the error again.

Re: [PHP] Re: limiting

2012-10-09 Thread tamouse mailing lists
On Tue, Oct 9, 2012 at 5:19 PM, Matijn Woudt wrote: > On Wed, Oct 10, 2012 at 12:06 AM, Tim Streater wrote: >> On 09 Oct 2012 at 20:46, Matijn Woudt wrote: >> >>> For example your previous post, you >>> could have just looked up what the 'echo' and 'return' statements do >>> in the PHP manual, a

Re: [PHP] Re: limiting

2012-10-09 Thread Matijn Woudt
On Wed, Oct 10, 2012 at 12:06 AM, Tim Streater wrote: > On 09 Oct 2012 at 20:46, Matijn Woudt wrote: > >> For example your previous post, you >> could have just looked up what the 'echo' and 'return' statements do >> in the PHP manual, and they are probably explained pretty OK in those >> books y

Re: RES: [PHP] Re: limiting

2012-10-09 Thread Govinda
> [snip] > When posting, please try to write every bit of effort you had so far trying > to solve your problem. > > Besides that, please, don't feel sad or ignored or whatsoever if the answers > you've got wasn't satisfactory or doesn't came at all. As Matijn said, this > list isn't meant to b

[PHP] Re: limiting

2012-10-09 Thread Tim Streater
On 09 Oct 2012 at 20:46, Matijn Woudt wrote: > For example your previous post, you > could have just looked up what the 'echo' and 'return' statements do > in the PHP manual, and they are probably explained pretty OK in those > books you own too. You probably could have answered the questions you

Re: RES: [PHP] Re: limiting

2012-10-09 Thread Jim Giner
On 10/9/2012 4:54 PM, Samuel Lopes Grigolato wrote: I don't know if it has any value, but here's my 2 cents: People here expect tricky questions. Of course "to be tricky" is subjective and is based on your knowledge level. When posting, please try to write every bit of effort you had so far tr

RES: [PHP] Re: limiting

2012-10-09 Thread Samuel Lopes Grigolato
I don't know if it has any value, but here's my 2 cents: People here expect tricky questions. Of course "to be tricky" is subjective and is based on your knowledge level. When posting, please try to write every bit of effort you had so far trying to solve your problem. Besides that, please, don

Re: [PHP] Re: limiting

2012-10-09 Thread Jim Giner
On 10/9/2012 3:46 PM, Matijn Woudt wrote: On Tue, Oct 9, 2012 at 9:18 PM, David McGlone wrote: On Tuesday, October 09, 2012 12:18:06 PM Jim Giner wrote: Sorry to be so blunt. It's fine I kinda figured I'd be either ignored, or yelled at when I asked and I now know that I need to be a profes

Re: [PHP] Re: limiting

2012-10-09 Thread Jim Giner
PLEASE SEE MY COMMENTS INTERSPERSED AND BELOW. (yes this is a top post) On 10/9/2012 3:18 PM, David McGlone wrote: On Tuesday, October 09, 2012 12:18:06 PM Jim Giner wrote: On 10/8/2012 11:11 PM, David McGlone wrote: Hi all, is there any other way to limit this code to only displaying 1 image

Re: [PHP] Re: limiting

2012-10-09 Thread Matijn Woudt
On Tue, Oct 9, 2012 at 9:18 PM, David McGlone wrote: > On Tuesday, October 09, 2012 12:18:06 PM Jim Giner wrote: >> >> Sorry to be so blunt. > > It's fine I kinda figured I'd be either ignored, or yelled at when I asked > and I > now know that I need to be a professional to ask questions here so

Re: [PHP] Re: limiting

2012-10-09 Thread David McGlone
On Tuesday, October 09, 2012 12:18:06 PM Jim Giner wrote: > On 10/8/2012 11:11 PM, David McGlone wrote: > > Hi all, > > > > is there any other way to limit this code to only displaying 1 image other > > than using return. When I use return, I can't get the other images to > > display in lightbox,

[PHP] Re: limiting

2012-10-09 Thread Jim Giner
On 10/8/2012 11:11 PM, David McGlone wrote: Hi all, is there any other way to limit this code to only displaying 1 image other than using return. When I use return, I can't get the other images to display in lightbox, but when I use echo, all 5 of the images will correctly display in lightbox, b