Jump to content

beginner help


stojanovic

Recommended Posts

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

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

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

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.