MySql products and categories tables using php and json
Posted
by
Romina Mora
on Stack Overflow
See other posts from Stack Overflow
or by Romina Mora
Published on 2012-06-26T03:39:20Z
Indexed on
2012/07/02
9:16 UTC
Read the original article
Hit count: 265
I have just started learning all this coding language and the teacher is asking us to do the following. I know it may sound really easy for people who do this full time or have more time coding. The teacher is always telling us to GOOGLE everything and I have tried too many sites but I haven't found anything that helps me at all.
I need to write two JSON documents (products and categories) using PHP that will dynamically read values from my MySQL database. When each document is called upon, it will return perfectly formatted JSON that will validate using http://jsonlint.com/
Honestly I don't know what to do. I don't understand PHP and now this JSON thing is making it more confusing.
© Stack Overflow or respective owner