我嘗試在Javascript中使用PHP代碼。不幸的是,有些事情不對。在PHP回聲在PHP - 不工作
試試localhost,wampserver。
這是jQuery驗證的一部分:
"onlyNumber":{
"regex":"/^[0-9\ ]+$/",
"alertText":"<?php echo 'This is the message' ?>"},
知道爲什麼這給我空白的消息窗口?
謝謝
文件擴展名是PHP。 Js文件包含在我的PHP(之前)結束。
<script type="text/javascript" src="js/all.js"></script>
試圖關閉echo命令;
什麼是您的文件的擴展名 - html,php,phtml? – enenen
JS在客戶端執行,PHP需要服務器端執行。它永遠不會工作。 –
@BhashitParikh如果腳本在發送到客戶端之前在服務器上呈現,它將起作用。 – Yoshi