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.
PHP コードから r 処理環境に変数値を渡そうとしています。
例えば:
<?php $val=5; ?> <% print (val) %>
明らかにこれは機能しません。
それを行う正しい方法は何ですか?
タク、
よに。
アップデート
ラパッチを使用しています。
動作しますが、クライアントとの反応にphpを使用したいと思います。
あなたのオプションは
少なくともそれは私が思いついたものです。