Landing page with iframe

Lipstick Spoiler

Supreme Member
Jr. VIP
Joined
Aug 10, 2022
Messages
1,410
Reaction score
915
hey guys, I want to create a landing page for mobile using an iframe HTML code I have. how would I do that?
I want to create a landing page to display amazon products live from INR deals. It will automatically update products on my page.

I'm basically talking about making an amazon affiliate site that has all the products listed on it with latest deals and coupons. Please let me know how should I go about it. thanks
 
I would go with php and mysql. You could use a cronjob to update the products and save it to a mysql database.

The included php can grab all the stuff from the mysql.

Thats atleast how i would do that.

If its not on wordpress, there is no need of an iframe.
 
I would go with php and mysql. You could use a cronjob to update the products and save it to a mysql database.

The included php can grab all the stuff from the mysql.

Thats atleast how i would do that.

If its not on wordpress, there is no need of an iframe.
thanks, brother! but I got it sorted.
 
Back
Top