Help Required on PHP
I am trying to retrieve the data from MySQL Database using WHERE function, but here i want to check WHERE='123' as input. To say clearly (i.e) WHERE=%INPUT%
thereby i can enter some input on dialog box and by clicking a button, the input given is used to retrieve the data via WHERE function.
Any Examples ??
or should i go ahead with JS ?