All Projects → RobinNixon → lpmj6

RobinNixon / lpmj6

Licence: other
Examples from Learning PHP, MySQL & JavaScript Ed 6 by Robin Nixon (plus all examples from previous editions)

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to lpmj6

Nukeviet
NukeViet CMS is multi Content Management System. NukeViet CMS is the 1st open source content management system in Vietnam. NukeViet was awarded the Vietnam Talent 2011, the Ministry of Education and Training Vietnam officially encouraged to use.
Stars: ✭ 113 (-39.25%)
Mutual labels:  pdo, ajax
tododjangoccb
A todo application with django web framework with class based views and ajax modal crud
Stars: ✭ 32 (-82.8%)
Mutual labels:  ajax
teaching-web-technologies-spring-2019-2020
Core PHP web project
Stars: ✭ 10 (-94.62%)
Mutual labels:  ajax
lightings
A lightweight Ajax Library
Stars: ✭ 20 (-89.25%)
Mutual labels:  ajax
larashop55
Shopping cart website in Laravel 5.5 with Ajax
Stars: ✭ 51 (-72.58%)
Mutual labels:  ajax
sekoliko
Sekoliko | MySchool | MonEcole : School management Software.
Stars: ✭ 39 (-79.03%)
Mutual labels:  ajax
crud-mvc-php
Projeto de aplicação simples em php utilizando autoload e PDO.
Stars: ✭ 12 (-93.55%)
Mutual labels:  pdo
stefano-tree
Framework agnostic Nested Set (MPTT) implementation for PHP
Stars: ✭ 24 (-87.1%)
Mutual labels:  pdo
cpms-php
使用thinkPHP5.0开发的后台简洁管理系统脚手架,cpms-php是采用TP5.0开发的一个简单的后台脚手架管理系统(包括前台展示和后台管理部分)。主要模块有:用户登入验证、后台管理员增删改查、文章发布、RBAC权限管理、socketIO在线即时聊天
Stars: ✭ 20 (-89.25%)
Mutual labels:  ajax
database
Database abstraction layer
Stars: ✭ 90 (-51.61%)
Mutual labels:  pdo
pdo-dbal
A simple database abstraction layer using PHP and PDO
Stars: ✭ 14 (-92.47%)
Mutual labels:  pdo
AMS
Attendance management system made my me, which I use for taking attendance.
Stars: ✭ 13 (-93.01%)
Mutual labels:  ajax
jaxon-core
The Jaxon core library
Stars: ✭ 53 (-71.51%)
Mutual labels:  ajax
nova-select-plus
A Laravel Nova Select Field
Stars: ✭ 67 (-63.98%)
Mutual labels:  ajax
react-sync
A declarative approach to fetching data via a React higher order component
Stars: ✭ 18 (-90.32%)
Mutual labels:  ajax
sms
🏫 🎓 一个未使用框架的学生信息管理系统 : 项目概述全面,代码注释详细,逻辑结构清晰,非常适合作为初学 Java web 的同学的第一个练手项目啦 ~
Stars: ✭ 91 (-51.08%)
Mutual labels:  ajax
Willow
The Web Interaction Library that eases the burden of creating AJAX-based web applications
Stars: ✭ 41 (-77.96%)
Mutual labels:  ajax
AjaxHandler
ASimple PHP Class to help handling Ajax Requests easily
Stars: ✭ 30 (-83.87%)
Mutual labels:  ajax
front-end-notes
前端课程学习笔记汇总
Stars: ✭ 57 (-69.35%)
Mutual labels:  ajax
mihdan-disable-aggressive-updates
Плагин под WordPress для ускорения админки путём отключения агрессивных проверок обновлений
Stars: ✭ 21 (-88.71%)
Mutual labels:  ajax

Learning PHP, MySQL & JavaScript (with PHP 8, MySQL 8, PDO, and React) 6th Edition

Thanks for downloading these examples

🔴 The examples for earlier editions are in lpmj1examples.zip through lpmj5examples.zip 🔴

IMPORTANT INFORMATION

As of 2022 I no-longer recommend the AMPPS web server stack. Firstly, version 4.0 on Windows is supposed to be stable but I have found numerous issues on a number of different PCs and believe it is still not ready for full release. Furthermore, although the installer is reduced in size, you now have to install all the features you need yourself, and this can be a confusing matter. Also, I have been unable to make AMPPS work on recent MacOS computers.

Therefore I now recommend MAMP for both Windows and MacOS. It is quick and easy to install and works well. You should be able to set it up without too much trouble, and future editions of the book will include a walk-through to make it even easier.

Using the Example Files

All the files are in the folders named 03 through 29 of this archive, according to the chapters from which they are taken. You will need a web server installed (such as MAMP) to run many of the examples - Chapter 2 details how to install Ampps, but see above as this is now considered out of date.

Please note that Mac and Linux users should scroll a little down the Download page at the AMPPS website to find the Old Versions section for your download files.

As well as being saved in their chapter number folder, the Robin's Nest example files are also in the folder robinsnest, so that you can copy the folder to a web server to try for yourself. Please read the final chapter for details on setting up the database etc. All the other information you need to run, understand and modify these examples can be found in the book.

For the latest news on this book, including any errata that have been discovered since its publication (and any updates to these files), please visit the O'Reilly page.

To read the examples as you work through the book you can view them here in a folder structure matching the chapters in the book.

Once you have a web server set up, copy the entire structure of folders and subfolders into your document root directory by downloading and extracting lpmj6examples.zip from this repo, and you'll easily be able to navigate through all the examples by typing localhost into your web browser.

Note: The robinsnest folder link will issue errors when clicked unless you have previously created both a MySQL user and database called robinsnest, and run the setup.php program in this folder, as outlined in Chapter 29.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].