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.

0 Endorsements
Ranked #107.40K
~338 People Reached
Favorite Forums
Favorite Tags
php x 1
Member Avatar for davy_yg

Hello, I am trying to create a search form in order to search articles title and contents. Here is my code: searchPDO.php <?php // PDO start here //This is only displayed if they have submitted the form $find = strip_tags(@$_POST['find']); $searching = strip_tags(@$_POST['searching']); if (isset($searching) && $searching==yes) { echo "<h2>Results</h2><p>"; …

Member Avatar for cereal
0
338