Click here to Skip to main content
15,887,434 members
Home / Discussions / Linux, Apache, MySQL, PHP
   

Linux, Apache, MySQL, PHP

 
AnswerRe: mail()-function in PHP7 still available? Pin
ribluc30-May-16 20:37
ribluc30-May-16 20:37 
QuestionHow to learn sql in advanced level? Pin
qptopm27-Nov-15 20:22
qptopm27-Nov-15 20:22 
AnswerRe: How to learn sql in advanced level? Pin
Richard MacCutchan27-Nov-15 22:05
mveRichard MacCutchan27-Nov-15 22:05 
AnswerRe: How to learn sql in advanced level? Pin
scottgp30-Nov-15 0:55
professionalscottgp30-Nov-15 0:55 
AnswerRe: How to learn sql in advanced level? Pin
l a u r e n25-Dec-15 23:59
l a u r e n25-Dec-15 23:59 
QuestionTrying to find a simple script, a link redirecting script Pin
Davidson James17-Nov-15 9:34
Davidson James17-Nov-15 9:34 
AnswerRe: Trying to find a simple script, a link redirecting script Pin
codetrode19-Dec-15 5:41
codetrode19-Dec-15 5:41 
Questionajax live search box using php and mysql.the live search is not working. Pin
Member 1127090216-Nov-15 10:06
Member 1127090216-Nov-15 10:06 
please check the code and tell me if there is any problem.as far as i know there is some problem with the text data not being sent toh php file.

<html>
<head>
<title>Ajax Search Box using PHP and MySQL</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="typeahead.min.js"></script>
<script>
$(document).ready(function(){
$('input.typeahead').typeahead({
name: 'typeahead',
remote:'search.php?key=%QUERY',
limit : 10
});
});
</script>

.bs-example{
font-family: sans-serif;
position: relative;
margin: 50px;
}
.typeahead, .tt-query, .tt-hint {
border: 2px solid #CCCCCC;
border-radius: 8px;
font-size: 24px;
height: 30px;
line-height: 30px;
outline: medium none;
padding: 8px 12px;
width: 396px;
}
.typeahead {
background-color: #FFFFFF;
}
.typeahead:focus {
border: 2px solid #0097CF;
}
.tt-query {
box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
color: #999999;
}
.tt-dropdown-menu {
background-color: #FFFFFF;
border: 1px solid rgba(0, 0, 0, 0.2);
border-radius: 8px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
margin-top: 12px;
padding: 8px 0;
width: 422px;
}
.tt-suggestion {
font-size: 24px;
line-height: 24px;
padding: 3px 20px;
}
.tt-suggestion.tt-is-under-cursor {
background-color: #0097CF;
color: #FFFFFF;
}
.tt-suggestion p {
margin: 0;
}

</head>
<body>



Ajax Search Box using Node and MySQL Codeforgeek Tutorial


<button type="button" class="btn btn-primary btn-lg">Visit Tutorial</button>





<input type="text" name="typeahead" class="typeahead tt-query" autocomplete="off" spellcheck="false" placeholder="Type your Query">




</body>
</html>
AnswerRe: ajax live search box using php and mysql.the live search is not working. Pin
ZurdoDev17-Nov-15 9:48
professionalZurdoDev17-Nov-15 9:48 
Questionget response from aspx web form with Curl Pin
Member 121134434-Nov-15 5:04
Member 121134434-Nov-15 5:04 
QuestionPHP serialize/unserialize Pin
Michel PIERRE15-Sep-15 23:36
professionalMichel PIERRE15-Sep-15 23:36 
SuggestionRe: PHP serialize/unserialize Pin
Richard MacCutchan16-Sep-15 0:03
mveRichard MacCutchan16-Sep-15 0:03 
GeneralRe: PHP serialize/unserialize Pin
Michel PIERRE16-Sep-15 0:55
professionalMichel PIERRE16-Sep-15 0:55 
GeneralRe: PHP serialize/unserialize Pin
Michel PIERRE16-Sep-15 4:22
professionalMichel PIERRE16-Sep-15 4:22 
QuestionAjax and PHP Pin
Nostromo996-Aug-15 11:05
Nostromo996-Aug-15 11:05 
AnswerRe: Ajax and PHP Pin
Peter_in_27806-Aug-15 20:36
professionalPeter_in_27806-Aug-15 20:36 
GeneralWould appreciate some feedback for my new PHP package Pin
User 1184286230-Jul-15 22:41
User 1184286230-Jul-15 22:41 
GeneralRe: Would appreciate some feedback for my new PHP package Pin
Richard MacCutchan30-Jul-15 23:46
mveRichard MacCutchan30-Jul-15 23:46 
QuestionDefault View a chart by clicking a button in the same page. Pin
ibrahim199323-Jul-15 21:30
ibrahim199323-Jul-15 21:30 
SuggestionRe: Default View a chart by clicking a button in the same page. Pin
syhs8928-Jul-15 8:51
syhs8928-Jul-15 8:51 
QuestionCannot send session cache limiter - headers already sent Pin
Jassim Rahma15-May-15 11:16
Jassim Rahma15-May-15 11:16 
AnswerRe: Cannot send session cache limiter - headers already sent Pin
speda127-Sep-15 13:12
speda127-Sep-15 13:12 
AnswerRe: Cannot send session cache limiter - headers already sent Pin
ribluc30-May-16 20:43
ribluc30-May-16 20:43 
Questionsave image by PHP Pin
Member 836750210-May-15 5:16
Member 836750210-May-15 5:16 
General[REPOST] Pin
Sascha Lefèvre10-May-15 6:18
professionalSascha Lefèvre10-May-15 6:18 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.