|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
are there any functions or methods to detect that user not rewrite the address bar...
for example: page 1 go to page 2 -->blablabla.com/register.php?reg=1&user=a then a (curious) user write blablabla.com/register.php?reg=9&user=b in address bar.... any built in function that can detect what this curious user do? |
|
#2
|
|||
|
|||
|
No - but you design your application to help prevent faulty strings from doing any damage when executing.....
__________________
~ Joe Penn We work for free to help make this a valuable resource on the internet. Do you appreciate the help - did we provide help that will help you prosper and help that has contributed to sharpening your current skill set? Show your appreciation and purchase something from our Amazon Wishlist's - it's simple and a great way to say thank you. |
|
#3
|
|||
|
|||
|
thx
![]() |
|
#4
|
|||
|
|||
|
try using "post" instead of "get" for your form method, if you don't want the info to be visible in the address bar.
|
![]() |
| Viewing: Dev Articles Community Forums > Programming > General Programming Help > detecting user input |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|