Copy link to clipboard
Copied
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: DWFAQ.info
Heya,
Pretty much same solution for both. Create a recordset for table then filter id from URL parameter so when user visits page.php?id=2 they have content from DB table with id 2 displayed on page. Place content from filtered recordset onto page by dragging from bindings tab.
Basically it's all about creating recordsets and placing the bindings onto the page.
Hope that helps!
Copy link to clipboard
Copied
Copy link to clipboard
Copied
quote:
Originally posted by: DWFAQ.info
Heya,
You wrote:
"How should it look like in the Recordset window.
Filter : _________(I wrote ID) = (or should I choose something else)
Url Parameter - _________________(I wrote File)"
It should look like this:
Filter:__________ id
(id lowercase is the primary key auto increment integer for your item you create a DB table field for as described in your original post.)
=
URL Parameter:_________ id (or whatever name you want)
Then place dynamic info into page by dragging table field from Binding Window onto page as described in earlier post. Then when you visit your_page.php?id=3 you will see table info placed from binding tab where id = 3. 4 for 4, 5 for 5, etc. If you put something else like File in URL parameter filter then visiting your_page.php?File=3 will show info from table placed in page from binding tab where primary key id = 3 etc.
That should be more than enough information to get you on your way!
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Find more inspiration, events, and resources on the new Adobe Community
Explore Now