Mysql tabloya formdan transfred Veri yok (veri güncelleme olmuyor)

1 Cevap php

Bunun için tüm Merhaba ve şimdiden teşekkürler

Ben yorgun ve ben bir cevap arıyorum cevap bulamadı. benim sorunum ben formda enterd değerleri güncelleştirmek için kuramıyorum olmasıdır. Ben veri getirmek için MYSQL veritabanı kullanıyorum tüm dosyaları eklenmiş.

what happens is that i'm able to add and delete records from form using ajax and PHP scripts to MYSQL database, but i am not able to update data which was retrived from database. the file structure is as follows

index.php bunu tüm kayıtları görüntülemek için yük list.php çağrı (sayfa refrishing olmadan tüm kayıtların save.php dosya ve listesini kullanarak MYSQL görünümünü yeni veriler vardır eklemek için bir form görüntüleyen ajax fonksiyonları ile bir dosyadır index.php çalışıyor ve formdaki verileri kaydetmek save.php)

-> * Delete * MySQL veritabanı kaydını silmek için index.php çağrılan bir ajax fonksiyonu (function delete.php çağırarak çalışıyor)

-> Update mysql tabel belirli kaydını retriving tarafından güncelleştirme-form.php kullanarak veri güncellemek için index.php çağrılan bir ajax işlevi, (çalışıyor)

Problem lies in updating data from update-form.php to update.php (in which update query is wrriten for mysql)

i veriler sayfasını update.php veri aktarımı değildir jquery ajax fonksiyonu küçük bir sorun var update.php için güncelleme-form.php gelen transfred varlık olmadığını anladım sonunda birçok yönden denemişti.

can any one correct this ????? i will be greatfull to them..... please find the link below for all files

link to get my form files

1 Cevap

"Ben bir program yazdı ve bu çalışma değil"

The general answer to such a question is only one: debugging.
This term stands for a technique that allows a programmer to find an error in the code.
As a matter of fact, debugging take most of time spent to develop a program. Go figure.
Asking other people to debug your code for you is to ask them to do your job for you. For free.

If you aren't a programmer, consider to hire one.
If you wannabe-programmer, start to learn debugging as soon as possible
Here is an article to start: https://www.ibm.com/developerworks/library/os-debug/

AJAX uygulamaları ayıklamak zor olduğundan, ben, ilk AJAX olmadan app yazmak için tavsiye çalışma yapmak, ve ancak o zaman AJAX çan ve ıslık uygulamak istiyorum.