Saf bir php sayfasında bir javascript işlevi kullanmak nasıl

0 Cevap php

Ben düz bir php sayfa ile bir. Js işlevi içeren bir yol arıyorum. Düz php tarafından ben dahil hiçbir html olduğu anlamına gelir.

Sürecin açıklama eğer olacaktır.

I have a page where employees must swipe their ID badge for access to a computer. The employee swipes the badge, the magnetic strip is read, and the data sting is sent to the db to get the access levels etc. This works great unless I get a bad card read. What I have is a .js file that pulls the ID and the issue date of the badge from the data string and validates it before going to the db. If it fails it errors. At the error point I will ask them to swipe the card again etc...

Böylece geri üstüne, ben bu kullanabilirsiniz. Js dosyasını bir php dosyası.

Eğer değilse, birisi ben js ve php için karşılaştırma değerleri bulabileceği bir kütüphane veya grafiğe beni işaret edebilir. (Js - var s = ""; |. Php $ s = "."; Vs ..)

0 Cevap