|
Posted by zek2005 on 10/23/43 11:34
Hi!!!
I am accesing a record in a MySQL DB with the a sentence embeded in a
php code. The result access a page like:
http://www.mysite.com/page.php?id=16
where the id=16 indicates the id of the result. This work perfect, but
I don´t want the user to know that the number 16 correspond to a
specified record. I´d like to change the 16 for an algoritm. The
algoritm result will be 16, but this will be only know by the database.
As example, I´d like that
http://www.mysite.com/page.php?id=ewrefj34239dsa
equals
http://www.mysite.com/page.php?id=16
Sorry if this is not a PHP specific question, but I appreciate any
answer.
Best regards!
Zek
Navigation:
[Reply to this message]
|