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 -

database - php search bar when I press submit with nothing in the search bar it shows all the data -

ios - How to load .png images from Documents folder of an app -