Simple blog system, publishing, editing, deleting, database exercises ~ Security is not considered for the moment. first look at the GIF animation: simple blog system, publishing, editing, deletion, database exercises ~ Security is not considered for the moment. first look at the GIF animation:
Index. php:
IndexAdd blog
"; Echo" hits = {$ hits}
"; Echo" title = {$ title}
";?> TitleLink: ">
";?>
"; Echo" contents ={$ contents}
"; Echo" contents = ". iconv_substr ($ contents )."...
"; // Iconv_substr-part of the truncated string?> Edit: "> edit
";?> Delete: "> delete
"; Echo "--------------------------------------------------
";}
Add. php:
IndexAdd blog
View. php:
IndexAdd blog
"; Echo" hits = {$ hits}
"; Echo" title = {$ title}
";?> TitleLink: ">
";?>
"; Echo" contents ={$ contents}
"; Echo" contents = ". iconv_substr ($ contents )."...
"; // Iconv_substr-part of the truncated string?> Edit: "> edit
";?> Delete: "> delete
";}Edit. php:
IndexAdd blog
Del. php:
IndexAdd blog
The above is the content of PHP Development (28)-Simple blog system-PhpStorm for Android programmers. For more information, see PHP Chinese website (www.php1.cn )!