嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300
本次赞助数额为: 2 元微信扫码支付:2 元
请留下您的邮箱,我们将在2小时内将文件发到您的邮箱
php实现简单的食物网站
刚做完的一个简单的食物网站,php写的。数据库就4张表。
.
├── foods
│ ├── AddFeedback.php
│ ├── AddRecipe.php
│ ├── AddRestaurant.php
│ ├── AddVideo.php
│ ├── GetRecipes.php
│ ├── GetRestaurants.php
│ ├── GetVideos.php
│ ├── Index.html
│ ├── ListFeedbacks.php
│ ├── SearchRecipe.php
│ ├── SearchRestaurant.php
│ ├── SearchVideos.php
│ ├── Templates
│ │ ├── _notes
│ │ │ └── tpl.dwt.mno
│ │ └── tpl.dwt
│ ├── _notes
│ │ ├── AddFeedback.php.mno
│ │ ├── AddRecipe.html.mno
│ │ ├── AddRecipe.php.mno
│ │ ├── AddRestaurant.html.mno
│ │ ├── AddRestaurant.php.mno
│ │ ├── AddVideo.html.mno
│ │ ├── AddVideo.php.mno
│ │ ├── GetVideos.html.mno
│ │ ├── GetVideos.php.mno
│ │ ├── Index.html.mno
│ │ ├── ListFeedbacks.php.mno
│ │ ├── SearchRecipe.html.mno
│ │ ├── SearchRecipe.php.mno
│ │ ├── SearchRestaurant.html.mno
│ │ ├── SearchRestaurant.php.mno
│ │ ├── SearchVideos.html.mno
│ │ ├── SearchVideos.php.mno
│ │ └── test.html.mno
│ ├── conn.php
│ ├── getTime.php
│ ├── head.php
│ ├── images
│ │ ├── Asian-style lamb racks.png
│ │ ├── Baked tomato meatballs.png
│ │ ├── Fish and capsicum curry.png
│ │ ├── Lamb and cashew curry.png
│ │ ├── Mango chicken.png
│ │ ├── Parmigiana allai melanzane - eggplant bake.png
│ │ ├── Spinach and fetta parcels.png
│ │ ├── Tiramisu.png
│ │ ├── Tuna and corn cakes with tomato salsa.png
│ │ ├── YouTube.png
│ │ ├── googlemap.png
│ │ ├── grill.jpg
│ │ ├── headerinside.gif
│ │ ├── headerinside.jpg
│ │ ├── headerinside.psd
│ │ ├── icecream.jpg
│ │ ├── ninemsnrecipes.png
│ │ ├── recipefinder.png
│ │ ├── restaurant.jpg
│ │ └── serch_icon.gif
│ ├── style
│ │ └── style.css
│ └── untitled.html
└── php实现简单的食物网站.zip
6 directories, 58 files