issues
search
Extendy
/
SmartyURL
SmartyURL is a PHP-based web application for Smart URL management, Sharing, shortening, and analytics, featuring smart redirects.
https://docs.smartyurl.extendy.net/
MIT License
12
stars
2
forks
source link
proccess add new url form post
#42
Closed
mshannaq
closed
1 year ago
mshannaq
commented
1 year ago
In This PR I create the process of add new url form.
[x] process the form
[x] double check from post data
[x] insert the URL into the database
[x] make sure from URL Tags, and insert any non exists tags
[x] redirect the user to the added URL page.
In This PR I create the process of add new url form.