papaface Posted February 20, 2007 Share Posted February 20, 2007 Hello, I was wondering if someone can give me some advice on how to go about programming my shoutbox hosting script. I know how to code the script itself but is there any way I can allow someone to put a peice of code on their website and have that connect to the hosting script and produce a shoutbox that they can post onto etc? I need a way of doing this without using javascript. Is it possible? Any advice would be appreciated. Link to comment https://forums.phpfreaks.com/topic/39323-advice-on-my-script-please/ Share on other sites More sharing options...
papaface Posted February 20, 2007 Author Share Posted February 20, 2007 Any advice? Link to comment https://forums.phpfreaks.com/topic/39323-advice-on-my-script-please/#findComment-189810 Share on other sites More sharing options...
eZe616 Posted February 20, 2007 Share Posted February 20, 2007 uhm...maybe you can let them use the 'include ('..');' option and use the original file to yours Link to comment https://forums.phpfreaks.com/topic/39323-advice-on-my-script-please/#findComment-189812 Share on other sites More sharing options...
papaface Posted February 20, 2007 Author Share Posted February 20, 2007 I dont want to ask them to put any php on their page, just html. Link to comment https://forums.phpfreaks.com/topic/39323-advice-on-my-script-please/#findComment-189814 Share on other sites More sharing options...
Psycho Posted February 20, 2007 Share Posted February 20, 2007 I dont want to ask them to put any php on their page, just html. IFrame Link to comment https://forums.phpfreaks.com/topic/39323-advice-on-my-script-please/#findComment-189816 Share on other sites More sharing options...
papaface Posted February 20, 2007 Author Share Posted February 20, 2007 That could work, thanks for that suggestion, is there no other way? Link to comment https://forums.phpfreaks.com/topic/39323-advice-on-my-script-please/#findComment-189823 Share on other sites More sharing options...
Psycho Posted February 20, 2007 Share Posted February 20, 2007 Not that I can think of. HTML is for static content. DHTML (Dynamic HTML) is a misnomer in the fact that the HTML isn't really dynamic - the HTML is being modified with Javascript. Link to comment https://forums.phpfreaks.com/topic/39323-advice-on-my-script-please/#findComment-189882 Share on other sites More sharing options...
eZe616 Posted February 20, 2007 Share Posted February 20, 2007 Yeah...Iframe if it's not php...only other option i know of also.. Link to comment https://forums.phpfreaks.com/topic/39323-advice-on-my-script-please/#findComment-189885 Share on other sites More sharing options...
papaface Posted February 20, 2007 Author Share Posted February 20, 2007 Thanks, i think i will use an iframe afterall then. Link to comment https://forums.phpfreaks.com/topic/39323-advice-on-my-script-please/#findComment-189908 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.