hi.
i want to create a search function to search thru my news in a mySQL database.. how can i make that??
i want to create a search function to search thru my news in a mySQL database.. how can i make that??
| Code: |
|
$query="SELECT * FROM news WHERE detailNews=%searchtem%"; |