Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

4 Endorsements
Ranked #397
Ranked #55.0K
Ranked #4K
~845 People Reached
Interests
CRICKET, WEB DEVELOPMENT, WEB DESIGNING
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for opawix

You can do one thing use textbox to input letters. THen retrive textbox value and then put in the like clause of your select query Ex: "SELECT * FROM students where idnum = '$_GET[mysearch]' or fname = '$_GET[mysearch]' or lname = '$_GET[mysearch]' or midin = '$_GET[mysearch]' or gender = '$_GET[mysearch]' …

Member Avatar for opawix
0
159
Member Avatar for ainosilva

I think you should try with urlencode($your_response); This will work for sure...

Member Avatar for ainosilva
0
597
Member Avatar for <M/>

You can use class or id attribute of anchor tag! Ex: <a href="a.htm" id="red"> <a href="a.htm" id="blue"> And then use CSS. like: a.red{color:red} a.blue{color:blue}

Member Avatar for avinanuami
0
89

The End.