- public class HelloWorld {
- public static void main(String[] args) {
- System.out.println("Hello World!");
- }
- }
- require_once 'HTML/CSS/Mobile.php';
- $src = $_GET["src"];
- $ua = $_SERVER['HTTP_USER_AGENT'];
ウェブサイト開発中の問題、トラブルを忘れないためにまとめてます。 あと、暇な時間に、CakePHPを使いCGIを開発中です。
public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } }
require_once 'HTML/CSS/Mobile.php'; $src = $_GET["src"]; $ua = $_SERVER['HTTP_USER_AGENT'];< や > を表示させたい場合には、それぞれ < と > に書き換えてください。