StMathieu Posted December 23, 2007 Share Posted December 23, 2007 It's been a few years since I've used PHP and each shot I've taken at this petite project has ended in vain. What I'm actually attempting to do is create a mini link dump for myself that I can add links to from the webpage itself. I want all of the code to remain entirely in one file and have the form use a master password. (So not any web user who may stumble upon the page can post links. Any assistance is greatly appreciated. Link to comment https://forums.phpfreaks.com/topic/82886-mini-personal-link-dump/ Share on other sites More sharing options...
trq Posted December 23, 2007 Share Posted December 23, 2007 Where are you stuck? Post your code. Link to comment https://forums.phpfreaks.com/topic/82886-mini-personal-link-dump/#findComment-421544 Share on other sites More sharing options...
StMathieu Posted December 23, 2007 Author Share Posted December 23, 2007 <html> <body> <form action="dump.php" method="post"> Link: <input type="text" name="link" /><br /> Author: <input type="text" name="author" /><br /> Authorization: <input type="text" name="auth" /><br /> <input type="submit" /> </form> </body> </html> My mind is completely blank at this point. I'm sorry. Link to comment https://forums.phpfreaks.com/topic/82886-mini-personal-link-dump/#findComment-421548 Share on other sites More sharing options...
trq Posted December 23, 2007 Share Posted December 23, 2007 Where not here to write tutorials, you'll need to start with some basics. Theres a good link in my signiture if your just getting started. Link to comment https://forums.phpfreaks.com/topic/82886-mini-personal-link-dump/#findComment-421549 Share on other sites More sharing options...
StMathieu Posted December 23, 2007 Author Share Posted December 23, 2007 Alright, thank you. I truly appreciate the help. Link to comment https://forums.phpfreaks.com/topic/82886-mini-personal-link-dump/#findComment-421550 Share on other sites More sharing options...
Kingy Posted December 23, 2007 Share Posted December 23, 2007 just to clarify... will you be wanting to use some sort of database (eg mysql) or flat file (.txt) to store all the links? or do u just want them to be written straight into the page Link to comment https://forums.phpfreaks.com/topic/82886-mini-personal-link-dump/#findComment-421671 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.