jamesl
Questions Asked
1 answer
query
Hi, what would this query look like as per cake?
'SELECT COUNT( * )FROM orders`LEFT JOIN...
2 answers
data rows
Hi,
what does cake use to recognise the multiple rows of data in a view? Where does it define...
1 answer
iterate and echo array elements
Hi,
I have an in dex method with a find to select all distinct user id's in my user table;
$userId...
Answers
There no answers yet.
Comments
- Member since:
- December 11th, 2009
- Last active:
- 2010-02-15 14:25:50
- Questions asked:
- 15
- Answers:
- 0
- Correct Answers:
- 0
- Comments:
- 8
iterate and echo array elements
Hi dogmatic thanks for that. my question is really how to best display the data. I tried to use a foreach to loop through but it was displayed as: 4 3 5 4 3 5 4 3 5 etc with all the vlaues from the userId field echod on each line. What am I...echo array element
echo $totGp[0][0]['total'];echo array element
thanks dogmatic (again..!) your'e very helpful. declaring AS total allows me to say; which prints the total. Cheers!split add form
thanks dogmatic69 and real34. Are there any problems with using jquery with prototype? I have prototype for some AJAX functions on my add form.javascript var
Thanks Predominant. Ok, does that remain the case if I then need to input those text field values into my DB?