ok, here is the challenge I am facing at the moment:
I want to allow the users of my socialnetwork (SocialEngine), to access a simple form with the following fields :
number of items to select (integer)
order by (combobox)
Then, through a SQL query on the database, I will extract the items attached to the user ID (through session/user ID in SocialEngine), and I want to generate a HTML code listing the selected items with the following database entries : picture (URL), description (text), price (text) and link (URL).
This should allow a user to copy and paste the html code inside a container in an external website with link to our platform.
I hope having been clear in my explanations…?!
I am confident with the sql part and the html, but really need guidance with the php part of this!
Help appreciated by anticipation!
Regards