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.
私はEclipse Indigoを使用してHTMLで簡単な登録フォームを書いています.しかし、サーバーApache Tomcat 6.0で一度実行した後、完全な出力が得られます.しかし、後でHTMLフォームの値を変更しようとすると、結果として更新されませんブラウザ出力
CodeIgniter のアンカー タグを使用してリンクを生成しています
私のビューで使用しているコードは次のとおりです。
<?=anchor('blog/post/'.$row->id,$row->title);?>
上記のコード