Search found 4 matches

by Slavender
Fri May 01, 2009 10:48 am
Forum: PHP - Code
Topic: MYSQL_FETCH_ARRAY Only one result
Replies: 4
Views: 221

Re: MYSQL_FETCH_ARRAY Only one result

:banghead: I feel very stupid for not realising that one. Thank you!
by Slavender
Fri May 01, 2009 10:18 am
Forum: PHP - Code
Topic: MYSQL_FETCH_ARRAY Only one result
Replies: 4
Views: 221

Re: MYSQL_FETCH_ARRAY Only one result

Ok that works great, but perhaps I need to access each row individually for the purpose to display the last row first. I would then decrement through array until it ultimately reached 0. Is there away I can point to the actual array section. I'd assume it would be: $row = mysql_fetch_array[x]($resul...
by Slavender
Fri May 01, 2009 9:02 am
Forum: PHP - Code
Topic: MYSQL_FETCH_ARRAY Only one result
Replies: 4
Views: 221

MYSQL_FETCH_ARRAY Only one result

I have another problem, my piece of code is only displaying one result. It should be displaying all results but its not! I Haven't the slightest clue and I've spent quite a while on it, I tried treating it as an array and giving it a value beside, and using a forloop, tho it didn't work. Heres the c...
by Slavender
Thu Apr 30, 2009 7:59 am
Forum: PHP - Code
Topic: Sessions
Replies: 1
Views: 169

Sessions

Hi, I'm new to this Forum and I have a problem with Sessions that I've wrecking my head over for the last day I suppose. So here it is: Basically, I want to use a Session Variable. I want to use it for submitting Blogs. I have a MYSQL table, which holds a pNO(picture number), userName and uPost (Use...