Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:
Write your message below:
Need some help please! Have installed the linkman script and links can not be added through the form. I'm getting this error message
"ERROR
Please enter your name all the time"
When I manually add a link in admin it works and everything else looks fine. Saw another post about this problem and uploaded addlink.php again but it did not help and I'm still getting this error message.
Would be very greatful for some advise since it looks like a nice script if one could get it to work
Can not add link, ERROR Please enter your name!?
What's the URL of the script on your server?
Have you been editing the form.html file? If yes try the original one.
Have you been editing the form.html file? If yes try the original one.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools
URL is www.horsetraderinn.com/linkman/links.php
I made a try with the original header and got the same result. Then when I changed back to the header I first had I all of a sudden lost a couple of pictures that I had in the header??
I made a try with the original header and got the same result. Then when I changed back to the header I first had I all of a sudden lost a couple of pictures that I had in the header??
Works fine with the original form:
http://www.horsetraderinn.com/linkman/form.html
On your edited form you have the opening form tag imediately closed with a </form>:Use the correct code from original form and it will work.
As for images use the FULL URLs to images in the header/footer files, right now one of your image src is http://www.horsetraderinn.com/linkman/Banner468x60.gif which doesn't exist. For example you have
src="ew-logo.gif"
should be
src="http://www.horsetraderinn.com/ew-logo.gif"
http://www.horsetraderinn.com/linkman/form.html
On your edited form you have the opening form tag imediately closed with a </form>:
Code: Select all
<form action="addlink.php" method="post"></form>
As for images use the FULL URLs to images in the header/footer files, right now one of your image src is http://www.horsetraderinn.com/linkman/Banner468x60.gif which doesn't exist. For example you have
src="ew-logo.gif"
should be
src="http://www.horsetraderinn.com/ew-logo.gif"
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here 
You should follow me on Twitter here
Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools


Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...
Also browse for php hosting companies, read php books, find php resources and use webmaster tools