Kutuda aşağı açılan HTML, PHP veri yok

4 Cevap php

Hey, I am trying to figure out why a website's drop down box will not show any options. The data file for this drop down box comes from a microsoft access .mde file. The file is present and after the last update was working fine. Some changes happened to the site, i.e. text got added along with some photos. Im not saying this was when the drop down box went bad, but when it was discovered these were the only changes made. The data file seems fine as it is worked with everyday. Can anyone point me in the right direction as to where to begin looking for the bug?

Ben neden bahsettiğimi daha iyi bir fikir için, Site h ttp://yogaalliance.org/teacher_search.cfm kontrol ve bir ülkeyi seçerek deneyin.

Şimdiden teşekkürler

4 Cevap

<select name="srchCountry" tabindex="1" onchange="changeCountry(this.options[this.selectedIndex].value)">
<option value="none">Choose Country</option>
</select>

Komut değil, html ile ilgili bir sorun var gibi görünüyor gibi kod sonrası.

Ben, onun verileri alır açılan ve iz işler koduna bakmak Eğer html çıktı bakabilirsiniz böylece yol boyunca yorumlarla bazı baskı ifadeler koymak ve orada herhangi bir veri olup olmadığını görmek istiyorum

(Ben CFM uzantısı CF demektir varsayarak) ve bu ülkenin tablo alanları ona eklenen olmuştur ki, ve seçeneğini sıralı başvuruları kullanarak bir SQL sonuç kümesinden doldurulan bir Cold Fusion dosyada son derece düşüktür bir olasılık yerine alan adları dışında, örneğin, yerine rs ("Ülke") olarak rs (0). Yeni bir alan Ülke alanı önce tablosuna eklenen ise, rs (0) şimdi rs (1) olduğu, bunun yerine Ülke ilk alanını dönecekti.

Ben bu neden olduğunu, son derece düşüktür düşünürdüm - bu 1999 dönemi PHP kodu için geçerli olması daha muhtemel bir açıklama var!

The right direction can be only one and it is called "debugging".
As it can be thousands of reasons, you have to trace your application yourself, step by step, checking all critical variables values, trying to spot the place where the things goes bad.
Error messages are great help too

SHTTP :/ / www.ibm.com/developerworks/library/os-debug/: başlamak IBM'den iyi bir makale

Anlamak için ana şey kodu run gözden kaçan, sorun değil bulmak için olması gerekir.