mysql - PHP one time expire link -



mysql - PHP one time expire link -

i want url www.something.com/somenumber/index.html

example www.google.com/101521145/index.html

means want random number before required page

is possible using php , sql

if randomness need :

<?php $time = round( microtime( true ) * 1000 ); //microtime returns current microseconds of server echo $time; ?>

php mysql sql

Comments

Popular posts from this blog

php - How to pass multiple values from url -

php - Laravel not returning controller -

c# - Confused on how to specify a Platform and Version while using ChromeOptions for RemoteWebDriver with Selenium donNet since recent updates -