php blog website development example tutorial
This chapter introduces a simple text-based BLOG system. Of course, we can use the development of this blog system to have a good understanding of the principles of PHP website development. In fact, website development is easier than blogging. Let’s take a look at the functional modules.
Related recommendations: PHP website development example tutorial
This chapter introduces a simple text-based blog system, of course we can use this After developing a blog system, I have a good understanding of the principles of PHP website development. In fact, website development is easier than opening a blog. Let’s take a look at the functional modules.
post.php PHP program that reads files and displays log content.
page.html Displays the html document of the log article.
style.css tutorial css code for page display effect.
add.php PHP program to add blog articles.
config/auth.php username and password configuration file.
index.php Blog home page program.
edit.php A program for editing blog articles.
delete.php Program to delete blog posts.
archives.php Archives program for displaying blog posts.
logout.php Logout program.
*/
//post.php PHP program that reads files and displays log content.
<?php if(!isset($_get['entry'])) { echo '请求参数错误'; exit; } $post_data = array(); $path = substr($_get['entry'],0,6); //日志存储目录 $entry = substr($_get['entry'],7,9); //日志文件名称 $file_name = 'contents/'.$path.'/'.$entry.'.txt'; if(file_exists($file_name)) { $fp = @($file_name, 'r'); if($fp) { flock($fp, lock_sh); $result = fread($fp, filesize($file_name)*100); } flock($fp, lock_un); fclose($fp); } $content_array = explode('|', $result); $post_data['subject'] = $content_array[0]; $post_data['date'] = date('y-m-d h:i:s',$content_array[1]); $post_data['content'] = $content_array[2]; //print_r($post_data); ?> <!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html> <head> <title>基于文本的简易blog</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div id="container"> <div id="header"> <h1 id="我的blog">我的blog</h1> </div> <div id="title"> ----i have dream.... </div> <div id="left"> <div id="blog_entry"> <div id="blog_title"><? echo $post_data['subject'];?></div> <div id="blog_body"> <div id="blog_date"><? echo $post_data['date'];?></div> <? echo $post_data['content'];?> </div><!--blog_body--> </div><!--blog_entry--> </div> <div id="right"> <div id="sidebar"> <div id="menu_title">关于我</div> <div id="menu_body">www.111cn.net</div> </div> </div> <div id="footer"> copyright 2007 </div> </div> <body> </html>
//page.html Displays the html document of the log article.
The code is as follows
<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd"> <html> <head> <title>blog</title> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body> <div id="container"> <div id="header"> <h1 id="我的blog">我的blog</h1> </div> <div id="title"> ----i have a dream.... </div> <div id="left"> <div id="blog_entry"> <div id="blog_title">日志文章标题</div> <div id="blog_body"> <div id="blog_date">2007-12-01</div> 日志文章内容 </div> </div> </div> <div id="right"> <div id="sidebar"> <div id="menu_title">关于我</div> <div id="menu_body">www.php.cn</div> </div> </div> <div id="footer"> copyright 2007 </div> </div> <body> </html>

php把负数转为正整数的方法:1、使用abs()函数将负数转为正数,使用intval()函数对正数取整,转为正整数,语法“intval(abs($number))”;2、利用“~”位运算符将负数取反加一,语法“~$number + 1”。

实现方法:1、使用“sleep(延迟秒数)”语句,可延迟执行函数若干秒;2、使用“time_nanosleep(延迟秒数,延迟纳秒数)”语句,可延迟执行函数若干秒和纳秒;3、使用“time_sleep_until(time()+7)”语句。

php除以100保留两位小数的方法:1、利用“/”运算符进行除法运算,语法“数值 / 100”;2、使用“number_format(除法结果, 2)”或“sprintf("%.2f",除法结果)”语句进行四舍五入的处理值,并保留两位小数。

php字符串有下标。在PHP中,下标不仅可以应用于数组和对象,还可应用于字符串,利用字符串的下标和中括号“[]”可以访问指定索引位置的字符,并对该字符进行读写,语法“字符串名[下标值]”;字符串的下标值(索引值)只能是整数类型,起始值为0。

判断方法:1、使用“strtotime("年-月-日")”语句将给定的年月日转换为时间戳格式;2、用“date("z",时间戳)+1”语句计算指定时间戳是一年的第几天。date()返回的天数是从0开始计算的,因此真实天数需要在此基础上加1。

在php中,可以使用substr()函数来读取字符串后几个字符,只需要将该函数的第二个参数设置为负值,第三个参数省略即可;语法为“substr(字符串,-n)”,表示读取从字符串结尾处向前数第n个字符开始,直到字符串结尾的全部字符。

方法:1、用“str_replace(" ","其他字符",$str)”语句,可将nbsp符替换为其他字符;2、用“preg_replace("/(\s|\ \;||\xc2\xa0)/","其他字符",$str)”语句。

php判断有没有小数点的方法:1、使用“strpos(数字字符串,'.')”语法,如果返回小数点在字符串中第一次出现的位置,则有小数点;2、使用“strrpos(数字字符串,'.')”语句,如果返回小数点在字符串中最后一次出现的位置,则有。


Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

PhpStorm Mac version
The latest (2018.2.1) professional PHP integrated development tool

DVWA
Damn Vulnerable Web App (DVWA) is a PHP/MySQL web application that is very vulnerable. Its main goals are to be an aid for security professionals to test their skills and tools in a legal environment, to help web developers better understand the process of securing web applications, and to help teachers/students teach/learn in a classroom environment Web application security. The goal of DVWA is to practice some of the most common web vulnerabilities through a simple and straightforward interface, with varying degrees of difficulty. Please note that this software

Zend Studio 13.0.1
Powerful PHP integrated development environment

EditPlus Chinese cracked version
Small size, syntax highlighting, does not support code prompt function
