Jump to content

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...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.