Click here to Skip to main content
15,905,028 members

Comments by Ojazy Moi (Top 3 by date)

Ojazy Moi 22-Dec-23 2:52am View    
With this code, it's displaying DB ID in url when redirected to new page but echoing Only same DB ID for every course clicked. Please let me elaborate on what i wanted to achieve: I have slides echoing all uploaded courses which includes course ID, btn_label, title, description,price and image.The buttons for ENROL below the modal generated dynamically with Course ID used as element ID. All good, but i want two results to be achieved on button clicked: 1- I want it to select from course DB table and compare with HTML element ID of separate course, then redirect to new page. 2- In that new page, let it select(fetch) only record of the clicked course ID.

Please if there's a good way to do this, feel free to recommend. Thanks

I wa
Ojazy Moi 20-Dec-23 8:25am View    
@Andre, I still can't get the DB ID which is passed as parameter to URL to get only records of same ID.
All am getting is the Session ID
Ojazy Moi 19-Dec-23 7:40am View    
How can fetch all DB records associated to this ID and display on the new page?