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

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

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