sphinx Posted May 31, 2009 Share Posted May 31, 2009 Hello, I was wondering how I would do something like this, I am using this site: http://www.gertjaars.co.uk/ Basicly those have been added manually so that you can see the idea, what i want is people to be able to submit their account username to the site, and it will change this link: http://tsigs.runeaddict.net/fishing/seafoam/fishingemote2/white/PHPWILLADDTHENAMETHEYSUBMITTEDHERE.png so it will replace the name they submitted in the box before the .png and will add it in this layout: <a href="http://hiscore.runescape.com/hiscorepersonal.ws?user1=test" target="_blank">test's</a> xp table:<br> <img src="http://tsigs.runeaddict.net/fishing/seafoam/fishingemote2/white/test.png" border=0> <img src="http://sigs.runeaddict.net/goalsigs/fishing/99/gray/fishingemote2/white/test.png" border=0><hr> <br> so when they click the "add your account" it will give them a box where they can put their account user name and it will be added to the main list. Now im assuming ill need a database? is their somewhere where i can start? Link to comment https://forums.phpfreaks.com/topic/160389-what-would-i-need-to-do-this/ Share on other sites More sharing options...
Ken2k7 Posted May 31, 2009 Share Posted May 31, 2009 A database is preferred. Link to comment https://forums.phpfreaks.com/topic/160389-what-would-i-need-to-do-this/#findComment-846377 Share on other sites More sharing options...
zerofool2005 Posted May 31, 2009 Share Posted May 31, 2009 mySQL Database would be best. Or you can use a flat file. But these are harder to deal with Link to comment https://forums.phpfreaks.com/topic/160389-what-would-i-need-to-do-this/#findComment-846379 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.