Jump to content

Mini Personal Link Dump


StMathieu

Recommended Posts

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

<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.

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.