stojanovic Posted January 19, 2010 Share Posted January 19, 2010 Hi, I'm a beginner in coding and need some help with some basic stuff, I want to put a feedback thing on the right side of my page to be exact this one http://theodin.co.uk/blog/ajax/contactable-jquery-plugin.html So i have put all the files into the root of my website, and here is the index.html which i have renamed feedback.php. searchmuzik.com/feedback.php So my question is how would i get this to appear on my main page searchmuzik.com what would i have to do and what code should i put on my index.php or page or my layout_home.php page, please help. Link to comment https://forums.phpfreaks.com/topic/188964-beginner-help/ Share on other sites More sharing options...
oni-kun Posted January 19, 2010 Share Posted January 19, 2010 What do you mean place it on your main page? You can link to it: <a href="feedback.php">Feedback</a> Or use header to send the location to it, but not sure what you're going for. This is really more an HTML question. EDIT: Oh I see what you mean.. There should be tutorials from where you got it from, this isn't really a PHP question. Link to comment https://forums.phpfreaks.com/topic/188964-beginner-help/#findComment-997756 Share on other sites More sharing options...
stojanovic Posted January 19, 2010 Author Share Posted January 19, 2010 i want it to appear on my index page without having to link to it, i know what you mean by linking to it, but i want it to be their so everyone sees when the visit the page. Link to comment https://forums.phpfreaks.com/topic/188964-beginner-help/#findComment-997758 Share on other sites More sharing options...
stojanovic Posted January 19, 2010 Author Share Posted January 19, 2010 their isnt a tutorial really i have checked, i really need this done, i know im off-topic Link to comment https://forums.phpfreaks.com/topic/188964-beginner-help/#findComment-997763 Share on other sites More sharing options...
oni-kun Posted January 19, 2010 Share Posted January 19, 2010 their isnt a tutorial really i have checked, i really need this done, i know im off-topic If I'd be correct, try adding it to the <head> section of your script, and it may work (experiment. JS usually is able to take care of these things, I don't think anyone knows how to insert someone else's script in, it's just not an easy thing to ask unless it's on their forums. Link to comment https://forums.phpfreaks.com/topic/188964-beginner-help/#findComment-997809 Share on other sites More sharing options...
stojanovic Posted January 19, 2010 Author Share Posted January 19, 2010 ok thank you Link to comment https://forums.phpfreaks.com/topic/188964-beginner-help/#findComment-997811 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.