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.
~845 People Reached
- Interests
- CRICKET, WEB DEVELOPMENT, WEB DESIGNING
Favorite Forums
Web Development x 2
UI / UX Design x 1
Favorite Tags
3 Posted Topics
Re: 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]' … | |
Re: I think you should try with urlencode($your_response); This will work for sure... | |
Re: 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} |
The End.