Yipo Posted December 7, 2012 Share Posted December 7, 2012 Hello, I must admit I don't have any php knowledge at all. But I do know how to edit HTML and run a website so now I'm trying to add the free linkex script from http://linkex.dk/ to my website wich should only be a copy-paste but of course that didn't work. (yes my webhost supports php) (half of the source code was visible when running script in browser) Now I tried to run the code here and still got the same errors... http://writecodeonline.com I really don't get that. It's probably just some " or ' missing somewhere but as I said, I'm not exactly php expert. I would love it if someone could help me out here. Thanks a lot! Quote Link to comment Share on other sites More sharing options...
MDCode Posted December 7, 2012 Share Posted December 7, 2012 "That didn't work" is not a good explanation of your problem. No one can help based on that. Do you receive any errors? Is it doing something that it shouldn't, or not doing something that it should? Quote Link to comment Share on other sites More sharing options...
White_Lily Posted December 7, 2012 Share Posted December 7, 2012 or a better question, what is your code? do you have an error reporting file such as php.ini? try dying any queries with mysql_error() and if they are wrong, you will receive an error? Quote Link to comment Share on other sites More sharing options...
Yipo Posted December 7, 2012 Author Share Posted December 7, 2012 I know it must be a bit confusing but can you please read my first post again and follow the links. Download the code (1 php-file in notepad) copy code and paste it to the second link i gave (online php tester) It's showing errors all over the page. Wich i find strange since it's freeware download so it should work fine. Unless I'm doing something wrong, but it's only copy & paste so that can't be it So I'm asking if someone want to take a quick look at the code available at linkex.dk and tell me how to fix the errors so I can use it >> If someone could help me with a working LinkEx code that would be great too of course An exact working copy of the script can be found here: http://eurobellen.nl/linkex/ I've been looking all over the web and the only thing close enough was linkex.dk but it doesn't work for me Quote Link to comment Share on other sites More sharing options...
PFMaBiSmAd Posted December 7, 2012 Share Posted December 7, 2012 Since this is a third-party php script, moving this thread to the appropriate forum section... Quote Link to comment Share on other sites More sharing options...
downah Posted December 7, 2012 Share Posted December 7, 2012 download it and upload all contents on your webserver.. should be fine.. show us where you uploaded it so we can see the errors Quote Link to comment Share on other sites More sharing options...
Jessica Posted December 7, 2012 Share Posted December 7, 2012 If it uses any short tags, either fix them to be long <?php or enable short tags in PHP ini. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.