Tagged Questions
0
votes
0answers
34 views
Values not passing to php with ajax
I have the following script :
<script type="text/javascript">
$('input[type="submit"]').live('click', function() {
var parent = $(this).parent('form');
var ...
1
vote
0answers
71 views
php + mysql + ajax and jquery in register form
I have created a register form that includes 3 drop lists, each one of those is related to the selection of the before one so I need to use the ajax but the result that I get is that the first drop ...
0
votes
1answer
62 views
Register form with php, mysql
In my register form all fields work fine, but the village field return a 0 in the database.
I used ajax and jquery to create a drop list for governorate and district and village.
The first 2 work ...
-3
votes
2answers
44 views
SQL update query not working [closed]
In the update page all fields work as it should but the village field does not take any value after submission can anyone help me?
The village is the name of the field in the database and is the name ...
-1
votes
1answer
27 views
php mysql + seperate between each type of search
i am creating a search form where user can select between three types of search by name or by specialization or by location but the problem is that the system only search by name
so how can i ...
0
votes
1answer
42 views
php mysql + separate between different select query
I am creating a search form using a drop down list to allow the user to select between three types of search:
by name
by specialization
by location
What is really happening is that the select ...
0
votes
2answers
30 views
php mysql retrive the uploaded photo from the database
i am trying to display as a result for the search of user list with the identical result retrieved from the database so but the system display the path and not the image itself
can anyone help ...
0
votes
1answer
41 views
search process using select query [closed]
i am creating a search form that will allow the user to choose between 3 types of search that are :
by name
by specialization
by location
but i get three errors
Notice undefined index : ...
0
votes
2answers
67 views
populate dynamic drop list with php mysql ajax jquery [duplicate]
i need to create three dynamic drop list that the second is based on the selection of the first and the third is based on the selection of the second but i get a problem that the second and the third ...
-1
votes
3answers
46 views
Site speedy on localhost, slow on server [closed]
Hopefully this question will not be too broad/vague/overarching.
I have developed a site in WordPress that uses a fair amount of custom Ajax to load search results. This is not a question (I believe) ...
0
votes
0answers
85 views
php mysql using jquery and ajax to populate droplist without refreshing the page
three dynamic drop list that the second i based on the selection of the first drop list
and the third is based on the selection of second drop list but it seems that the second and the third are ...
0
votes
0answers
22 views
error with dynamic drop list
i am creating a dynamic drop list that the second is based on the selection of the first and the third is based on the selection of the second using php mysql ajax jquery
but the problem is that ...
0
votes
1answer
59 views
php mysql 3 dynamic drop list with ajax jquery
i am creating dynamic drop list using php mysql + ajax jquery that the populate of second drop list is based on the selection of the first and third is based on the selection of the second but it ...
0
votes
3answers
192 views
PHP MYSQL like button
Hi i have made a like button for a commenting feed that i have but every time i click it it reloads the page i would like to make it so that it dose not reload the page. i cant find the answer to my ...
0
votes
2answers
89 views
php mysql + ajax and jquery to dpopulate dynamic drop list
i am creating 2 dynamic drop list that the second one is based on the selection of the first but the problem is that the second one do not populate and i do not know where is the error can anyone ...