Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
JavaScript で PHP のエラー メッセージを警告するにはどうすればよいですか? これが私のコードです:
<?php echo showmessage($msg)?>
アラートにしたいのですが、どうすればいいですか?
?> <script type="text/javascript"> alert("The error is <?php echo $msg ?>"); history.back(); </script> <?php
または
echo '<script language="javascript">'; echo 'alert(Message here)'; echo '</script>';