すべての検索結果:51件
検索条件:タイトルと本文+更新順
新しく簡単なプログラミング言語のトピック
-type: text/html\n\n"; print <<"HTML"; ユー HTMLファイルをブラウザで表示するサンプルプログラム
超初心者向けCGI講座のトピック
) print "Content-type: text/html\n\n"; find(\&print_file, $dir); sub
超初心者向けCGI講座のトピック
$!; print "Content-type: text/html\n\n"; print ""; my $line = ; my
超初心者向けCGI講座のトピック
( fatalsToBrowser); #print "Content-Type: text/html\n\n"; print "Content-type : text/html;charset=utf-8\n\n"; my $str; my $i; my $j; &main
"Content-type: text/html;\n\n"; print "Hello world\n"; .cgi #!C:/xampp /perl/bin/perl print "Content-type: text/plain\n\n"; print "Hello Perl
初心者PHP講座のトピック
.= 'Content-type: text/plain; charset="iso-2022-jp"'; $header2 = $header : ".$tomail."\n"; $header .= "MIME-Version: 1.0"; $header .= 'Content-type
Perlのトピック
= makeImage(); # 画像出力 print "Content-type: image/jpeg\n\n"; binmode STDOUT たい事 htmlからcgiを呼び出して、cgiにて画像取得、画像書き込み、htmlに画像を出力する流れです。 エラーの内容 htmlの画
超初心者向けCGI講座のトピック
で教えていただきたいのですが、 print "Content-Type: text/html\n\n"; にて出力したいhtml文を記述した後に print が取得したい変数を呼び出している ショッピングカートのサブルーチンは、 print "Content-Type: text/html\n\n"; で出
超初心者向けCGI講座のトピック
ープンできません。"); print "Content-Type: text/html\n\n"; print "\n"; print "\n"; print << "END_OF_HTML"; Content-Type: text/html $Title 登録
Java質問&情報提供サイトのトピック
); // メールの形式を指定 message.setHeader("Content-Type","text/html; charset=iso っとお手上げ状態です 以下、ソースを記述します。 <メール本文入力部分> <%@ page contentType="text/html
Javaの課題丸投げのトピック
); // メールの形式を指定 message.setHeader("Content-Type","text/html; charset=iso っとお手上げ状態です 以下、ソースを記述します。 <メール本文入力部分> <%@ page contentType="text/html
Java質問&情報提供サイトのトピック
;"); out.println("<meta http-equiv=\"Content-Type\" content=\"text/html;charset コード指定 response.setContentType("text/html; charset=Shift_JIS"); PrintWriter out
超初心者向けCGI講座のトピック
/perl print "Content-Type: text/html\n\n"; print "\n"; print "\n くと #!C:/usr/bin/perl print "Content-Type: text/html\n\n"; print "\n"; print
超初心者向けCGI講座のトピック
"; Content-type: text/html END_OF_HTML という風にボクはやってます(いつ 言うと、 print << "END_OF_HTML"; Content-type: text/html のよ
新潟コンサルタント横田秀珠のトピック
Connection: Keep-Alive Transfer-Encoding: chunked Content-Type: text/html Content-Type: text/html
Let's PHPのトピック
Content-Type: text/html; charset=UTF-8 -Control: private Content-Type: text/html; charset=Shift_JIS(<===ここ
超初心者向けCGI講座のトピック
$count_dat = open (cgi, "count.cgi"); print "Content-type: text/html
超初心者向けCGI講座のトピック
たか詳しい方、よろしくお願いします。 #!/usr/bin/ruby print "Content-Type: text/html\n\n
超初心者向けCGI講座のトピック
= $form{'kankei'}; $jyusyo = $form{'jyusyo'}; print "Content-type: text くは指定アドレスまで送信させる方法のアドバイスをいただければと思います。 *** サンプルHTMLソース *** 個人情報登録 個人情報登録 名前: 性別: 男 女 メガ
パソコンで分からない事がある人のトピック
-equiv="Content-Type" content="text/html; charset=Shift_JIS" meta name ="ROBOTS" content="ALL" meta name="keywords" content="キーワード,キーワード,," meta
自宅サーバ for Linuxのトピック
"Content-type: text/html\n\n"; print qq(\n); print qq(\n); print qq(test\n (Accept => 'text/html'); $url = new URI::URL("http://www.google.co.jp
超初心者向けCGI講座のトピック
() {print} ; close(IN); } else { print "Content-type: text/html\n\n "; if (-e $file) { print "Content-Type : application/x-shockwave-flash\n
ド素人でも問題ないPHPサークルのトピック
print "Content-Type: text/html\n\n"; print "\n"; print "\n"; print /bin/perl print "Content-Type: text/html\n\n"; print "\n"; print "\n
企画倒れのトピック
) #配列[data]に配列[lines]のデータを追加 } close(FILE); print "Content-type : text/html\n\n"; print << ".TOP"; テーブル .TOP print <
パソコンで分からない事がある人のトピック
"content-type: text/html\n (); } sub tableRows { my ( $table ) = @_; print "Content of Table $table
手作りネットプロトコル工房のトピック
-Alive Content-Type: text/html リクエスト String version = "HTTP : timeout=15, max=100 Connection: Keep-Alive Content-Type: text/html
超初心者向けCGI講座のトピック
/sample/public_html/cgi-bin/link"); print "Content-type: text/html;OK!!\n ://sb.xrea.com/archive/index.php/t-437.html 例えば、消したいURLが http://sample.s1
デジハリ7月生火金デザのトピック
; と <meta http-equiv="Content-Type" content="text/html; charset うタグが生成されます。 例) <link href="○○.css" rel="stylesheet" type="text/css">
超初心者向けCGI講座のトピック
]; print "Content-type: text/html\n\n"; print "\n\n"; print "おみくじ\n ""; ----------------------------------------------------- CGIはHTMLとは違い、何かのバグがあると動かなくなります。 このファイルを動かすにはいくつかの注意点があります。 1.最初の1行目
ヤフオク ラブのトピック
;200506050905.j5595S924696@KiKi.gordesign> Content-Type: text/html いかにも海外のサイトで日本語を打ったような文字を使ってヤフーそっくりのフォームにて(htmlメール)こんなのが届きました。日本
さくらインターネットのトピック
作を確認しました。 ・test.cgi #!/usr/bin/perl print "Content-type: text/html\n\nHello, World.\n
LiveMotionのトピック
"Content-Type: text/plain?n?n"; print "abc=$abc"; exit ------- 最初 力して保存します。 残るはアップロード html、swfは普通にアップ、count.cgiのパーミッションは755(rwx,rx,rx)count.txtは
スパムメール処刑場のトピック
-Type: text/plain;charset="EUC" > Reply-To: aew_wrwey@hotmail.co.jp 6: AM Subject: ◆◇行き場のない30代・・・過去をふりかえろぉ◇◆ > To: > Content
スパムメール処刑場のトピック
-Version: 1.0 Reply-To: Content-Type: text/html; charset="ISO-2022-JP 者名からして信用しろというほうが無理がある!ちなみにhtmlで色・大文字使いまくり、ウラ感を出すために背景色は黒。文章はこんな。 From: sex To: Sent
初心者PHP講座のトピック
合はちょっと特殊でヘッダー情報を加えないと表示されない。 だから「header("Content-type: text/x-hdml;charset=Shift_JIS");」こんな記述を 加え できる容量が決められてるから いやでもPC用のサイトと分別しなきゃならん。 んで、EZだったらもっと複雑でHTMLじゃなくてHDMLを使わないと 表示
Movable Typeのトピック
; }; if ($@) { print "Content-Type: text/html\n\n"; print "An