I hope this is possible
Posted: Thu Mar 16, 2006 12:42 pm
How's everyone doing,
So I have a fully functional site that inputs/outputs to a DB. Say you found something in the DB that you liked and you want to send to a friend, you can't just copy the url because its simply:
domain.com/script.php
Is there someway I can send SQL statements in the URL so the user can send to their friend something like
domain.com/script.php=select * where username = me
something like that, where the user can send to a friend exactly what he/she is looking at.
That way I dont have to create HTML pages for each data entry, like domain.com/entry1.htm
Any advice is appreciated,
Rob.
So I have a fully functional site that inputs/outputs to a DB. Say you found something in the DB that you liked and you want to send to a friend, you can't just copy the url because its simply:
domain.com/script.php
Is there someway I can send SQL statements in the URL so the user can send to their friend something like
domain.com/script.php=select * where username = me
something like that, where the user can send to a friend exactly what he/she is looking at.
That way I dont have to create HTML pages for each data entry, like domain.com/entry1.htm
Any advice is appreciated,
Rob.