Ben bir sayfa içine adlandırılan bir işlev yazıyorum, ama ben bunları kullanmak için fonksiyon içine bilgi formu veritabanı aramak için nasıl emin değilim. Temelde ben bunları yapmak için bilgi formu veritabanına ihtiyaç fonksiyonu bazı hesaplama yapıyorum.
Bunun ot nasıl bir ipucu verebilir kimse var mı? Çok teşekkürler F
From a comment...
What I am trying to do is this: I have a page in php which retieves some info from database and all works fine. I am writing a function that needs to make some calculation based on some fields in the database. What I cannot solve is how to get this information form the database into my function. I have tired this: function CalculateCost () { $low_season = $row_rsbooking['cost']; etc. etc. then making some calculations but I am getting nowhere. I am not sure if the function is getting the information form database in order to make calculation.