Just_DO_it
New member
suppose I have table is called users and has ID,name,fristname,lastname,city,country and age .
and in my form when I select country as USA and $_post(submit)
will give all IDs under USA(ID number only) as title hyber link
so when I press any ID will take me to his/her all data (profile)
will show me
ID,name,fristname,lastname,city,country and age .
when I press in ID in address bar will show something like this
profile.php?id=20
how to do that
and in my form when I select country as USA and $_post(submit)
will give all IDs under USA(ID number only) as title hyber link
so when I press any ID will take me to his/her all data (profile)
will show me
ID,name,fristname,lastname,city,country and age .
when I press in ID in address bar will show something like this
profile.php?id=20
how to do that