Jump to content

Live search Help


gianluca

Recommended Posts

Hello sir,

 

I request an help for the live search..

Here are the 2 pages

 

<html>
       <form action='?p=search'>
         <font face='sans-serif' size='5'>
		 <center>
		         Search By the CID.<br>
				 <input type='text' size='50' name='search'> 
				 <input type='submit' name'submit' value='Search'>
		</center>		 
		</font>
</html>

 

<?php

//get data
$button = $_GET['submit'];
$search = $_GET['search'];

if (!$button)
   echo "You Have to insert a Valid CID.";
else
[
   if (strlen($search)<=2)
        echo "Search term too short.The CID contain 6 number"; 
else
	[
	echo"You searcher for <b>&search</b><hr size='1'>"
}
}		


?>

 

Now i want the live search by the name of the profile...

Can someone help me?

Link to comment
https://forums.phpfreaks.com/topic/229992-live-search-help/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.