在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → php 项目案例 php 实例

php 项目案例 php 实例

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:1.83M
  • 下载次数:4
  • 浏览次数:24
  • 发布时间:2023-11-18
  • 实例类别:PHP语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2
 相关标签: php php 实例 案例 项目

实例介绍

【实例简介】php 项目案例 php 实例
这是一个完整的php 的一个项目案例 php 实例

【实例截图】

from clipboard

from clipboard

【核心代码】

.
├── PHP网络编程技术详解
├── p_cms-beescms
│   ├── HiCode.cn.url
│   ├── beescms
│   │   ├── HiCode.cn.url
│   │   ├── admin
│   │   │   ├── admin.php
│   │   │   ├── admin_admin.php
│   │   │   ├── admin_ajax.php
│   │   │   ├── admin_ask.php
│   │   │   ├── admin_catagory.php
│   │   │   ├── admin_channel.php
│   │   │   ├── admin_code.php
│   │   │   ├── admin_content.php
│   │   │   ├── admin_content_add.php
│   │   │   ├── admin_content_alone.php
│   │   │   ├── admin_content_tag.php
│   │   │   ├── admin_file.php
│   │   │   ├── admin_form.php
│   │   │   ├── admin_htm.php
│   │   │   ├── admin_index.php
│   │   │   ├── admin_info.php
│   │   │   ├── admin_info_cache.php
│   │   │   ├── admin_lang.php
│   │   │   ├── admin_lang_manage.php
│   │   │   ├── admin_left.php
│   │   │   ├── admin_link.php
│   │   │   ├── admin_main.php
│   │   │   ├── admin_member.php
│   │   │   ├── admin_sys.php
│   │   │   ├── admin_template.php
│   │   │   ├── admin_top.php
│   │   │   ├── index.php
│   │   │   ├── init.php
│   │   │   ├── lang_html.php
│   │   │   ├── login.php
│   │   │   ├── template
│   │   │   │   ├── admin.css
│   │   │   │   ├── admin.html
│   │   │   │   ├── admin_admin.html
│   │   │   │   ├── admin_admin_add.html
│   │   │   │   ├── admin_admin_edit.html
│   │   │   │   ├── admin_admingroup.html
│   │   │   │   ├── admin_admingroup_ad.html
│   │   │   │   ├── admin_admingroup_edit.html
│   │   │   │   ├── admin_ask.html
│   │   │   │   ├── admin_ask_reply.html
│   │   │   │   ├── admin_catagory.html
│   │   │   │   ├── admin_catagory_add.html
│   │   │   │   ├── admin_category_child.html
│   │   │   │   ├── admin_category_move.html
│   │   │   │   ├── admin_category_xg.html
│   │   │   │   ├── admin_channel.html
│   │   │   │   ├── admin_channel_ad.html
│   │   │   │   ├── admin_channel_xg.html
│   │   │   │   ├── admin_content_add.html
│   │   │   │   ├── admin_content_alone.html
│   │   │   │   ├── admin_content_alone_edit.html
│   │   │   │   ├── admin_content_alone_list.html
│   │   │   │   ├── admin_content_edit.html
│   │   │   │   ├── admin_content_list.html
│   │   │   │   ├── admin_content_tag.html
│   │   │   │   ├── admin_content_tag_edit.html
│   │   │   │   ├── admin_content_tag_list.html
│   │   │   │   ├── admin_field.html
│   │   │   │   ├── admin_field_add.html
│   │   │   │   ├── admin_file.html
│   │   │   │   ├── admin_form.html
│   │   │   │   ├── admin_form_ad.html
│   │   │   │   ├── admin_form_field.html
│   │   │   │   ├── admin_form_field_add.html
│   │   │   │   ├── admin_form_field_xg.html
│   │   │   │   ├── admin_form_list.html
│   │   │   │   ├── admin_form_xg.html
│   │   │   │   ├── admin_htm_alone.html
│   │   │   │   ├── admin_htm_cate.html
│   │   │   │   ├── admin_htm_content.html
│   │   │   │   ├── admin_htm_index.html
│   │   │   │   ├── admin_image_info.html
│   │   │   │   ├── admin_index_info.html
│   │   │   │   ├── admin_info.html
│   │   │   │   ├── admin_lang.html
│   │   │   │   ├── admin_lang_add.html
│   │   │   │   ├── admin_lang_edit.html
│   │   │   │   ├── admin_lang_manage.html
│   │   │   │   ├── admin_left.html
│   │   │   │   ├── admin_link_add.html
│   │   │   │   ├── admin_link_edit.html
│   │   │   │   ├── admin_link_list.html
│   │   │   │   ├── admin_login.html
│   │   │   │   ├── admin_main.html
│   │   │   │   ├── admin_member.html
│   │   │   │   ├── admin_member_add.html
│   │   │   │   ├── admin_member_edit.html
│   │   │   │   ├── admin_member_show.html
│   │   │   │   ├── admin_membergroup.html
│   │   │   │   ├── admin_membergroup_add.html
│   │   │   │   ├── admin_membergroup_edit.html
│   │   │   │   ├── admin_show_form.html
│   │   │   │   ├── admin_sys.html
│   │   │   │   ├── admin_template.html
│   │   │   │   ├── admin_template_xg.html
│   │   │   │   ├── admin_top.html
│   │   │   │   ├── admin_xg_field.html
│   │   │   │   ├── images
│   │   │   │   │   ├── admin.js
│   │   │   │   │   ├── admin_mainbg.gif
│   │   │   │   │   ├── admin_nav_bg.gif
│   │   │   │   │   ├── admin_time_bg.gif
│   │   │   │   │   ├── admin_top.gif
│   │   │   │   │   ├── ajax1.gif
│   │   │   │   │   ├── caozuo_nav_hover.gif
│   │   │   │   │   ├── close.png
│   │   │   │   │   ├── explode.gif
│   │   │   │   │   ├── folder.png
│   │   │   │   │   ├── form.js
│   │   │   │   │   ├── help.png
│   │   │   │   │   ├── icon1.gif
│   │   │   │   │   ├── icon2.gif
│   │   │   │   │   ├── jquery.js
│   │   │   │   │   ├── login_bg.gif
│   │   │   │   │   ├── login_bottom.gif
│   │   │   │   │   ├── login_btn.gif
│   │   │   │   │   ├── login_icon.gif
│   │   │   │   │   ├── login_k2.gif
│   │   │   │   │   ├── login_k_bg1.gif
│   │   │   │   │   ├── login_k_bg2.gif
│   │   │   │   │   ├── login_left.gif
│   │   │   │   │   ├── login_right.gif
│   │   │   │   │   ├── login_title.gif
│   │   │   │   │   ├── login_top.gif
│   │   │   │   │   ├── logo.gif
│   │   │   │   │   ├── logo.png
│   │   │   │   │   ├── logo2.png
│   │   │   │   │   ├── no.png
│   │   │   │   │   ├── ok.png
│   │   │   │   │   ├── q.gif
│   │   │   │   │   ├── up.png
│   │   │   │   │   ├── yes.png
│   │   │   │   │   ├── 复件 admin_time_bg.gif
│   │   │   │   │   └── 复件 admin_top.gif
│   │   │   │   ├── index.html
│   │   │   │   ├── message.html
│   │   │   │   └── show_htm.html
│   │   │   ├── upload.php
│   │   │   ├── upload_more.php
│   │   │   └── version.php
│   │   ├── data
│   │   │   ├── cache
│   │   │   │   ├── cache_admin_group.php
│   │   │   │   ├── cache_member_group.php
│   │   │   │   └── lang_cache.php
│   │   │   ├── cache_arr
│   │   │   ├── cache_cate
│   │   │   ├── cache_channel
│   │   │   │   ├── cache_channel_all.php
│   │   │   │   └── cache_fields.php
│   │   │   ├── cache_form
│   │   │   ├── cache_tpl
│   │   │   ├── cn_info.php
│   │   │   ├── en_info.php
│   │   │   ├── font
│   │   │   │   └── arial.ttf
│   │   │   └── sys_info.php
│   │   ├── fckeditor
│   │   │   ├── editor
│   │   │   │   ├── css
│   │   │   │   │   ├── behaviors
│   │   │   │   │   │   ├── disablehandles.htc
│   │   │   │   │   │   └── showtableborders.htc
│   │   │   │   │   ├── fck_editorarea.css
│   │   │   │   │   ├── fck_internal.css
│   │   │   │   │   ├── fck_showtableborders_gecko.css
│   │   │   │   │   └── images
│   │   │   │   │       ├── block_address.png
│   │   │   │   │       ├── block_blockquote.png
│   │   │   │   │       ├── block_div.png
│   │   │   │   │       ├── block_h1.png
│   │   │   │   │       ├── block_h2.png
│   │   │   │   │       ├── block_h3.png
│   │   │   │   │       ├── block_h4.png
│   │   │   │   │       ├── block_h5.png
│   │   │   │   │       ├── block_h6.png
│   │   │   │   │       ├── block_p.png
│   │   │   │   │       ├── block_pre.png
│   │   │   │   │       ├── fck_anchor.gif
│   │   │   │   │       ├── fck_flashlogo.gif
│   │   │   │   │       ├── fck_hiddenfield.gif
│   │   │   │   │       ├── fck_pagebreak.gif
│   │   │   │   │       └── fck_plugin.gif
│   │   │   │   ├── dialog
│   │   │   │   │   ├── common
│   │   │   │   │   │   ├── fck_dialog_common.css
│   │   │   │   │   │   ├── fck_dialog_common.js
│   │   │   │   │   │   └── images
│   │   │   │   │   │       ├── locked.gif
│   │   │   │   │   │       ├── reset.gif
│   │   │   │   │   │       └── unlocked.gif
│   │   │   │   │   ├── fck_about
│   │   │   │   │   │   ├── logo_fckeditor.gif
│   │   │   │   │   │   ├── logo_fredck.gif
│   │   │   │   │   │   └── sponsors
│   │   │   │   │   │       └── spellchecker_net.gif
│   │   │   │   │   ├── fck_about.html
│   │   │   │   │   ├── fck_anchor.html
│   │   │   │   │   ├── fck_button.html
│   │   │   │   │   ├── fck_checkbox.html
│   │   │   │   │   ├── fck_colorselector.html
│   │   │   │   │   ├── fck_div.html
│   │   │   │   │   ├── fck_docprops
│   │   │   │   │   │   └── fck_document_preview.html
│   │   │   │   │   ├── fck_docprops.html
│   │   │   │   │   ├── fck_flash
│   │   │   │   │   │   ├── fck_flash.js
│   │   │   │   │   │   └── fck_flash_preview.html
│   │   │   │   │   ├── fck_flash.html
│   │   │   │   │   ├── fck_form.html
│   │   │   │   │   ├── fck_hiddenfield.html
│   │   │   │   │   ├── fck_image
│   │   │   │   │   │   ├── fck_image.js
│   │   │   │   │   │   └── fck_image_preview.html
│   │   │   │   │   ├── fck_image.html
│   │   │   │   │   ├── fck_link
│   │   │   │   │   │   └── fck_link.js
│   │   │   │   │   ├── fck_link.html
│   │   │   │   │   ├── fck_listprop.html
│   │   │   │   │   ├── fck_paste.html
│   │   │   │   │   ├── fck_radiobutton.html
│   │   │   │   │   ├── fck_replace.html
│   │   │   │   │   ├── fck_scayt
│   │   │   │   │   │   └── scayt_dialog.css
│   │   │   │   │   ├── fck_scayt.html
│   │   │   │   │   ├── fck_select
│   │   │   │   │   │   └── fck_select.js
│   │   │   │   │   ├── fck_select.html
│   │   │   │   │   ├── fck_smiley.html
│   │   │   │   │   ├── fck_source.html
│   │   │   │   │   ├── fck_specialchar.html
│   │   │   │   │   ├── fck_spellerpages
│   │   │   │   │   │   └── spellerpages
│   │   │   │   │   │       ├── blank.html
│   │   │   │   │   │       ├── controlWindow.js
│   │   │   │   │   │       ├── controls.html
│   │   │   │   │   │       ├── server-scripts
│   │   │   │   │   │       │   ├── spellchecker.cfm
│   │   │   │   │   │       │   ├── spellchecker.php
│   │   │   │   │   │       │   └── spellchecker.pl
│   │   │   │   │   │       ├── spellChecker.js
│   │   │   │   │   │       ├── spellchecker.html
│   │   │   │   │   │       ├── spellerStyle.css
│   │   │   │   │   │       └── wordWindow.js
│   │   │   │   │   ├── fck_spellerpages.html
│   │   │   │   │   ├── fck_table.html
│   │   │   │   │   ├── fck_tablecell.html
│   │   │   │   │   ├── fck_template
│   │   │   │   │   │   └── images
│   │   │   │   │   │       ├── template1.gif
│   │   │   │   │   │       ├── template2.gif
│   │   │   │   │   │       └── template3.gif
│   │   │   │   │   ├── fck_template.html
│   │   │   │   │   ├── fck_textarea.html
│   │   │   │   │   └── fck_textfield.html
│   │   │   │   ├── dtd
│   │   │   │   │   ├── fck_dtd_test.html
│   │   │   │   │   ├── fck_xhtml10strict.js
│   │   │   │   │   └── fck_xhtml10transitional.js
│   │   │   │   ├── fckdebug.html
│   │   │   │   ├── fckdialog.html
│   │   │   │   ├── fckeditor.html
│   │   │   │   ├── fckeditor.original.html
│   │   │   │   ├── filemanager
│   │   │   │   │   ├── browser
│   │   │   │   │   │   └── default
│   │   │   │   │   │       ├── browser.css
│   │   │   │   │   │       ├── browser.html
│   │   │   │   │   │       ├── frmactualfolder.html
│   │   │   │   │   │       ├── frmcreatefolder.html
│   │   │   │   │   │       ├── frmfolders.html
│   │   │   │   │   │       ├── frmresourceslist.html
│   │   │   │   │   │       ├── frmresourcetype.html
│   │   │   │   │   │       ├── frmupload.html
│   │   │   │   │   │       ├── images
│   │   │   │   │   │       │   ├── ButtonArrow.gif
│   │   │   │   │   │       │   ├── Folder.gif
│   │   │   │   │   │       │   ├── Folder32.gif
│   │   │   │   │   │       │   ├── FolderOpened.gif
│   │   │   │   │   │       │   ├── FolderOpened32.gif
│   │   │   │   │   │       │   ├── FolderUp.gif
│   │   │   │   │   │       │   ├── icons
│   │   │   │   │   │       │   │   ├── 32
│   │   │   │   │   │       │   │   │   ├── ai.gif
│   │   │   │   │   │       │   │   │   ├── avi.gif
│   │   │   │   │   │       │   │   │   ├── bmp.gif
│   │   │   │   │   │       │   │   │   ├── cs.gif
│   │   │   │   │   │       │   │   │   ├── default.icon.gif
│   │   │   │   │   │       │   │   │   ├── dll.gif
│   │   │   │   │   │       │   │   │   ├── doc.gif
│   │   │   │   │   │       │   │   │   ├── exe.gif
│   │   │   │   │   │       │   │   │   ├── fla.gif
│   │   │   │   │   │       │   │   │   ├── gif.gif
│   │   │   │   │   │       │   │   │   ├── htm.gif
│   │   │   │   │   │       │   │   │   ├── html.gif
│   │   │   │   │   │       │   │   │   ├── jpg.gif
│   │   │   │   │   │       │   │   │   ├── js.gif
│   │   │   │   │   │       │   │   │   ├── mdb.gif
│   │   │   │   │   │       │   │   │   ├── mp3.gif
│   │   │   │   │   │       │   │   │   ├── pdf.gif
│   │   │   │   │   │       │   │   │   ├── png.gif
│   │   │   │   │   │       │   │   │   ├── ppt.gif
│   │   │   │   │   │       │   │   │   ├── rdp.gif
│   │   │   │   │   │       │   │   │   ├── swf.gif
│   │   │   │   │   │       │   │   │   ├── swt.gif
│   │   │   │   │   │       │   │   │   ├── txt.gif
│   │   │   │   │   │       │   │   │   ├── vsd.gif
│   │   │   │   │   │       │   │   │   ├── xls.gif
│   │   │   │   │   │       │   │   │   ├── xml.gif
│   │   │   │   │   │       │   │   │   └── zip.gif
│   │   │   │   │   │       │   │   ├── ai.gif
│   │   │   │   │   │       │   │   ├── avi.gif
│   │   │   │   │   │       │   │   ├── bmp.gif
│   │   │   │   │   │       │   │   ├── cs.gif
│   │   │   │   │   │       │   │   ├── default.icon.gif
│   │   │   │   │   │       │   │   ├── dll.gif
│   │   │   │   │   │       │   │   ├── doc.gif
│   │   │   │   │   │       │   │   ├── exe.gif
│   │   │   │   │   │       │   │   ├── fla.gif
│   │   │   │   │   │       │   │   ├── gif.gif
│   │   │   │   │   │       │   │   ├── htm.gif
│   │   │   │   │   │       │   │   ├── html.gif
│   │   │   │   │   │       │   │   ├── jpg.gif
│   │   │   │   │   │       │   │   ├── js.gif
│   │   │   │   │   │       │   │   ├── mdb.gif
│   │   │   │   │   │       │   │   ├── mp3.gif
│   │   │   │   │   │       │   │   ├── pdf.gif
│   │   │   │   │   │       │   │   ├── png.gif
│   │   │   │   │   │       │   │   ├── ppt.gif
│   │   │   │   │   │       │   │   ├── rdp.gif
│   │   │   │   │   │       │   │   ├── swf.gif
│   │   │   │   │   │       │   │   ├── swt.gif
│   │   │   │   │   │       │   │   ├── txt.gif
│   │   │   │   │   │       │   │   ├── vsd.gif
│   │   │   │   │   │       │   │   ├── xls.gif
│   │   │   │   │   │       │   │   ├── xml.gif
│   │   │   │   │   │       │   │   └── zip.gif
│   │   │   │   │   │       │   └── spacer.gif
│   │   │   │   │   │       └── js
│   │   │   │   │   │           ├── common.js
│   │   │   │   │   │           └── fckxml.js
│   │   │   │   │   └── connectors
│   │   │   │   │       └── php
│   │   │   │   │           ├── CMS_PATH
│   │   │   │   │           │   └── upload
│   │   │   │   │           │       └── img
│   │   │   │   │           │           └── fck
│   │   │   │   │           │               └── index_2.jpg
│   │   │   │   │           ├── basexml.php
│   │   │   │   │           ├── commands.php
│   │   │   │   │           ├── config.php
│   │   │   │   │           ├── connector.php
│   │   │   │   │           ├── io.php
│   │   │   │   │           ├── phpcompat.php
│   │   │   │   │           ├── upload
│   │   │   │   │           │   └── img
│   │   │   │   │           │       └── fck
│   │   │   │   │           │           ├── fan(1).gif
│   │   │   │   │           │           ├── fan(2).gif
│   │   │   │   │           │           ├── fan.gif
│   │   │   │   │           │           ├── index1.jpg
│   │   │   │   │           │           └── index2.jpg
│   │   │   │   │           ├── upload.php
│   │   │   │   │           └── util.php
│   │   │   │   ├── images
│   │   │   │   │   ├── anchor.gif
│   │   │   │   │   ├── arrow_ltr.gif
│   │   │   │   │   ├── arrow_rtl.gif
│   │   │   │   │   ├── smiley
│   │   │   │   │   │   └── msn
│   │   │   │   │   │       ├── angel_smile.gif
│   │   │   │   │   │       ├── angry_smile.gif
│   │   │   │   │   │       ├── broken_heart.gif
│   │   │   │   │   │       ├── cake.gif
│   │   │   │   │   │       ├── confused_smile.gif
│   │   │   │   │   │       ├── cry_smile.gif
│   │   │   │   │   │       ├── devil_smile.gif
│   │   │   │   │   │       ├── embaressed_smile.gif
│   │   │   │   │   │       ├── envelope.gif
│   │   │   │   │   │       ├── heart.gif
│   │   │   │   │   │       ├── kiss.gif
│   │   │   │   │   │       ├── lightbulb.gif
│   │   │   │   │   │       ├── omg_smile.gif
│   │   │   │   │   │       ├── regular_smile.gif
│   │   │   │   │   │       ├── sad_smile.gif
│   │   │   │   │   │       ├── shades_smile.gif
│   │   │   │   │   │       ├── teeth_smile.gif
│   │   │   │   │   │       ├── thumbs_down.gif
│   │   │   │   │   │       ├── thumbs_up.gif
│   │   │   │   │   │       ├── tounge_smile.gif
│   │   │   │   │   │       ├── whatchutalkingabout_smile.gif
│   │   │   │   │   │       └── wink_smile.gif
│   │   │   │   │   └── spacer.gif
│   │   │   │   ├── js
│   │   │   │   │   ├── fckadobeair.js
│   │   │   │   │   ├── fckeditorcode_gecko.js
│   │   │   │   │   └── fckeditorcode_ie.js
│   │   │   │   ├── lang
│   │   │   │   │   ├── en.js
│   │   │   │   │   ├── zh-cn.js
│   │   │   │   │   └── zh.js
│   │   │   │   └── skins
│   │   │   │       ├── _fckviewstrips.html
│   │   │   │       └── default
│   │   │   │           ├── fck_dialog.css
│   │   │   │           ├── fck_dialog_ie6.js
│   │   │   │           ├── fck_editor.css
│   │   │   │           ├── fck_strip.gif
│   │   │   │           ├── images
│   │   │   │           │   ├── dialog.sides.gif
│   │   │   │           │   ├── dialog.sides.png
│   │   │   │           │   ├── dialog.sides.rtl.png
│   │   │   │           │   ├── sprites.gif
│   │   │   │           │   ├── sprites.png
│   │   │   │           │   ├── toolbar.arrowright.gif
│   │   │   │           │   ├── toolbar.buttonarrow.gif
│   │   │   │           │   ├── toolbar.collapse.gif
│   │   │   │           │   ├── toolbar.end.gif
│   │   │   │           │   ├── toolbar.expand.gif
│   │   │   │           │   ├── toolbar.separator.gif
│   │   │   │           │   └── toolbar.start.gif
│   │   │   │           └── 复件 fck_strip.gif
│   │   │   ├── fckconfig.js
│   │   │   ├── fckeditor.js
│   │   │   ├── fckeditor.php
│   │   │   ├── fckeditor_php4.php
│   │   │   ├── fckeditor_php5.php
│   │   │   ├── fckpackager.xml
│   │   │   ├── fckstyles.xml
│   │   │   └── fcktemplates.xml
│   │   ├── htm
│   │   ├── includes
│   │   │   ├── cache.class.php
│   │   │   ├── code.class.php
│   │   │   ├── fun.php
│   │   │   ├── hits.php
│   │   │   ├── image.class.php
│   │   │   ├── init.php
│   │   │   ├── jquery.js
│   │   │   ├── lib.php
│   │   │   ├── mysql.class.php
│   │   │   └── tpl.class.php
│   │   ├── index.php
│   │   ├── install
│   │   │   ├── data
│   │   │   │   └── data.php
│   │   │   ├── image
│   │   │   │   ├── css.css
│   │   │   │   ├── jquery.js
│   │   │   │   └── logo.png
│   │   │   ├── index.php
│   │   │   ├── init.php
│   │   │   └── template
│   │   │       ├── check.html
│   │   │       ├── confing.html
│   │   │       ├── install.htm
│   │   │       ├── license.htm
│   │   │       └── wel.html
│   │   ├── languages
│   │   │   ├── lang_base.php
│   │   │   ├── lang_cn.php
│   │   │   └── lang_en.php
│   │   ├── member
│   │   │   ├── code.php
│   │   │   ├── images
│   │   │   │   ├── admin.css
│   │   │   │   ├── admin_mainbg.gif
│   │   │   │   ├── admin_nav_bg.gif
│   │   │   │   ├── admin_time_bg.gif
│   │   │   │   ├── admin_top.gif
│   │   │   │   ├── caozuo_nav_hover.gif
│   │   │   │   ├── logo.gif
│   │   │   │   └── mb_logo.gif
│   │   │   ├── index.php
│   │   │   ├── login.php
│   │   │   ├── member.php
│   │   │   ├── member_ask.php
│   │   │   ├── member_info.php
│   │   │   ├── member_left.php
│   │   │   ├── member_main.php
│   │   │   ├── member_password.php
│   │   │   ├── member_top.php
│   │   │   ├── reg.php
│   │   │   └── template
│   │   │       ├── login.html
│   │   │       ├── member.html
│   │   │       ├── member_ask.html
│   │   │       ├── member_ask_add.html
│   │   │       ├── member_ask_show.html
│   │   │       ├── member_ask_xg.html
│   │   │       ├── member_info.html
│   │   │       ├── member_left.html
│   │   │       ├── member_main.html
│   │   │       ├── member_password.html
│   │   │       ├── member_top.html
│   │   │       └── reg.html
│   │   ├── plus
│   │   │   ├── form.php
│   │   │   └── jquery.js
│   │   ├── show_content.php
│   │   ├── show_list.php
│   │   ├── template
│   │   │   ├── default
│   │   │   │   ├── article_content.html
│   │   │   │   ├── down_content.html
│   │   │   │   ├── images
│   │   │   │   │   ├── MagicZoom.css
│   │   │   │   │   ├── bcastr.swf
│   │   │   │   │   ├── body_bg.gif
│   │   │   │   │   ├── bt_left.gif
│   │   │   │   │   ├── bt_right.gif
│   │   │   │   │   ├── icon.gif
│   │   │   │   │   ├── icon5.gif
│   │   │   │   │   ├── icon_j.gif
│   │   │   │   │   ├── left_lang_bg.gif
│   │   │   │   │   ├── logo.gif
│   │   │   │   │   ├── mz-packed.js
│   │   │   │   │   ├── nav_center.gif
│   │   │   │   │   ├── nav_fen.gif
│   │   │   │   │   ├── nav_hot.gif
│   │   │   │   │   ├── nav_left.gif
│   │   │   │   │   ├── nav_right.gif
│   │   │   │   │   ├── pr_bottom.gif
│   │   │   │   │   ├── pr_center.gif
│   │   │   │   │   ├── pr_list_btn.gif
│   │   │   │   │   ├── pr_list_center.gif
│   │   │   │   │   ├── pr_list_top.gif
│   │   │   │   │   ├── pr_top.gif
│   │   │   │   │   ├── small_nav_bg.gif
│   │   │   │   │   ├── small_nav_hv.gif
│   │   │   │   │   ├── style.css
│   │   │   │   │   ├── title_icon1.gif
│   │   │   │   │   └── title_icon2.gif
│   │   │   │   ├── index.html
│   │   │   │   ├── job_content.html
│   │   │   │   ├── list_alone.html
│   │   │   │   ├── list_article.html
│   │   │   │   ├── list_down.html
│   │   │   │   ├── list_job.html
│   │   │   │   ├── list_product.html
│   │   │   │   └── product_content.html
│   │   │   └── default_en
│   │   │       ├── article_content.html
│   │   │       ├── down_content.html
│   │   │       ├── images
│   │   │       │   ├── MagicZoom.css
│   │   │       │   ├── bcastr.swf
│   │   │       │   ├── body_bg.gif
│   │   │       │   ├── bt_left.gif
│   │   │       │   ├── bt_right.gif
│   │   │       │   ├── icon.gif
│   │   │       │   ├── icon5.gif
│   │   │       │   ├── icon_j.gif
│   │   │       │   ├── left_lang_bg.gif
│   │   │       │   ├── logo.gif
│   │   │       │   ├── mz-packed.js
│   │   │       │   ├── nav_center.gif
│   │   │       │   ├── nav_fen.gif
│   │   │       │   ├── nav_hot.gif
│   │   │       │   ├── nav_left.gif
│   │   │       │   ├── nav_right.gif
│   │   │       │   ├── pr_bottom.gif
│   │   │       │   ├── pr_center.gif
│   │   │       │   ├── pr_list_btn.gif
│   │   │       │   ├── pr_list_center.gif
│   │   │       │   ├── pr_list_top.gif
│   │   │       │   ├── pr_top.gif
│   │   │       │   ├── small_nav_bg.gif
│   │   │       │   ├── small_nav_hv.gif
│   │   │       │   ├── style.css
│   │   │       │   ├── title_icon1.gif
│   │   │       │   └── title_icon2.gif
│   │   │       ├── index.html
│   │   │       ├── job_content.html
│   │   │       ├── list_alone.html
│   │   │       ├── list_article.html
│   │   │       ├── list_down.html
│   │   │       ├── list_job.html
│   │   │       ├── list_product.html
│   │   │       └── product_content.html
│   │   ├── upload
│   │   │   ├── fck
│   │   │   ├── file
│   │   │   └── img
│   │   ├── 新建 文本文档.txt
│   │   └── 请先读我.htm
│   └── 请先读我.htm
└── php 项目案例 php 实例.rar

80 directories, 515 files


标签: php php 实例 案例 项目

实例下载地址

php 项目案例 php 实例

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警