![]() |
php help please
im very new to php. can anyone please help. im trying to create a search feature for my application which im using php and mysql. can you please give me the code for a simple search feature.
thank you |
Re: php help please
can you descripbe the search features
if you clearly know the app, you can base your search on the DB itself, and dynamically generate the required links ex: you search for "best article" you have a page named best artcle in your DB you make link with the article ID hope you got it :D |
Re: php help please
You need first to create a HTML form for the search
HTML Code:
<form action="search.php">PHP Code:
|
| All times are GMT +5.5. The time now is 10:53. |