Jump to content

Little help


Sakoiren

Recommended Posts

Hello to everyone!

 

Dunno how to explain what I'm trying to do, but I'll try my best and if anyone has any idea of what I'm looking for and could point me to some tutorials or something id appreciate it! :)

 

Pretty much I'll have a website where users upload some stuff into database and then I want to offer those users a chance to display that information on their own websites. So there should be some sort of script that they can put into their website that connects to my database and get that specific users content..

 

Anyone have any idea how to do this? :)

 

Thank you in advance!

Link to comment
https://forums.phpfreaks.com/topic/217776-little-help/
Share on other sites

Hmm...

You could use like iframe.

<iframe frameborder="0" src="http://www.mypage.com/open.php"></iframe>

Then whatever you have in open.php will be availble.

 

Then you can advance it by adding $_GET parameters in the src URL and stuff. Also with HTTP_HOST to be sure that only allowed people can use it?

 

Yeayea

 

Casino

Link to comment
https://forums.phpfreaks.com/topic/217776-little-help/#findComment-1130397
Share on other sites

  • 4 weeks later...
  • 1 month later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.