search db using ajax

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
tsalaki
Forum Newbie
Posts: 19
Joined: Sun Jan 23, 2011 11:54 am

search db using ajax

Post by tsalaki »

Hi all,

I would like to make a search by surname in my database. I want the results of my search to be displayed in a table under the search option. Except from the results I would like to add an extra delete option to user. I have made a search in the internet and I have found a script which makes what I want. But the problem is that for some reason the search is not executed. I can post my code in order to see if I have made any mistake due to the fact that I don't know ajax so much :?
I also want to ask if the fact that the names of the users in my database are stored in Greek may have an impact in my problem.
KCAstroTech
Forum Commoner
Posts: 33
Joined: Sat Aug 27, 2011 11:16 pm

Re: search db using ajax

Post by KCAstroTech »

I had a similar situation that I resolved last year. If you would post your code I'd be happy to share what I learned.
Post Reply