分类: PHP

Zend PHP 5 Certification

  • Core Web Application Development with PHP and MySQL(英文版CHM)

    Core Web Application Development with PHP and MySQL(英文版CHM)

    OverView

    The programmers guide to building robust web applications with PHP and MySQL

    This is a comprehensive, practical guide for programmers who want to develop production-quality, database-enabled web applications with PHP and MySQL. Long-time developer Marc Wandschneider systematically addresses the entire process: not only coding, but also upfront application, user interface and database design, PLUS security, testing, and more.

    Youll walk through building three applications from start to finish: a calendaring system, a weblog engine, and an e-commerce store. Along the way, youll master essential strategies for creating robust web database applications and learn how to avoid the common pitfalls that trip up many developers moving to PHP and MySQL.

    (更多…)

  • 《PHP高級編程》中文版

    《PHP高級編程》(中文版)

    本書介紹PHP的基本知識與高級特性,指導讀者從入門到精通掌握PHP技術。內容包括PHP的變數、函數、語句、運算式,PHP對文件的處理,PHP的模組,如MySQL、XML、LDAP、GD,用PHP發送電子郵件,PHP的安全特性等。本書還介紹了五個範例應用程式,結合實際應用程式來講述編寫PHP代碼的特點。本書的附錄還介紹了關於PHP的問題解答、技巧和文章。本書的作譯者均具有豐富的實際應用經驗,賦予了本書極有價值的參考資訊。

    PHP.jpg

    中文名: PHP高級程式設計
    作者: Jesus Castagnetto
    譯者: 薛忠勝
    圖書分類: 電腦與網路
    資源格式: PDF
    版本: 中文版
    出版社: 機械工業出版社
    書號: 711108618X
    發行時間: 2001年
    地區: 大陸
    語言: 簡體中文,英文

    本書目錄:

    譯者序–作者介紹–前言
    第2章 安裝和配置PHP 6
    第3章 在Web環境下程式設計 42
    第4章 變數、常量和資料類型 63
    第6章 語句 84
    第8章 陣列 110
    第9章 物件導向的程式設計 125
    第10章 字串處理和正規運算式 136
    第11章 檔處理與資料存儲 155
    第12章 PHP與SQL資料庫 184
    第13章 PHP與LDAP 228
    第14章 XML 260
    第15章 圖像生成和處理 294
    第16章 網路連接 324
    第17章 發送和接收電子郵件 335
    第18章 cookie 349
    第19章 調試及錯誤處理 358
    第20章 安全問題 377
    第21章 字元的自動轉義 402
    第22章 範本 408
    第23章 案例1—購物車應用程式 418
    第24章 案例2—Phorum論壇程式 476
    第25章 案例3—電子郵件程式 503
    第26章 案例4—資料庫流覽器 513
    第27章 案例5—session應用程式

    附錄A PHP函數 559
    附錄B 關於PHP的10個常見問題 759
    附錄C 關於PHP的10個技巧 765
    附錄D 關於PHP的10篇文章 770

    下載地址: 《PHP高級編程》中文版

  • PHP and MySQL Everyday Apps For Dummies 電子書分享

    PHP MySQL Everyday Apps FOR DUMmIES.jpg

    PHP and MySQL Everyday Apps For Dummies is a one-stop reference providing all you need to build dynamic, real-world, ready-to-use apps with the popular PHP (a scripting language) and MySQL (a database system) software. The book is a hands-on, go-to-guide that

    Download Now! PHP and MySQL Everyday Apps For Dummies

  • [PDF]《About PHP 5 Advanced Visual QuickPro Guide, 2nd Edition》

    About PHP 5 Advanced Visual QuickPro Guide, 2nd Edition
    About PHP 5 Advanced Visual QuickPro Guide.jpg

    PHP is currently one of the most popular server-side, HTML-embedded scripting language on the Web. It’s specifically designed for Web site creation and is frequently being used to replace the functionality created by Perl to write CGI scripts. PHP’s popularity and easier-to-learn appeal has spawned a new breed of programmer, those who are only familiar with and only use PHP.

    Sharpen your PHP skills with the fully revised and updated, PHP 5 Advanced for the World Wide Web: Visual QuickPro Guide! Filled with fifteen chapters of step-by-step content and written by best-selling author and PHP programmer, Larry Ullman, this guide teaches specific topics in direct, focused segments, shows how PHP is used in real-world applications, features popular and most-asked-about scripts, and details those technologies that will be more important in the future. You’ll learn about object-oriented programming, PHP interactions with a server, XML, RSS, Networking with PHP, image and PDF generation, and more.

    點擊下載: 《About PHP 5 Advanced Visual QuickPro Guide, 2nd Edition》

  • Zend PHP 5 Certification Study Guide -心得筆記

    Zend’s new PHP 5 Certification Exam represents an excellent tool for professional PHP developers who want to distinguish themselves in their field.

    php|architect’s Zend PHP 5 Certification Study Guide, Exam 200-500. 2nd Edition, edited and produced by the publishers of php|architect, provides the most comprehensive and thorough preparation tool for developers who wish to take the exam.

    相關網頁

    讀書心得:Zend PHP 5 Certification Study Guide :
    http://bcl.robertchi.tw/2007/06/zce-zend-certificate-php-engineer-php.html

    Zend PHP 5 Certification Study Guide 筆記
    http://kevyu.blogspot.com/2010/10/zend-php-5-certification-study-guide.html

    點擊下載: 《Zend PHP 5 Certification Study Guide》

  • [分享]PHP環境安裝與設定

    STEP1:下載所需軟體

    Zend PHP 5 Certification

    Apache
     apache_2.2.11-win32-x86-no_ssl.msi
     (下載頁面)http://httpd.apache.org/download.cgi
     (下載連結)-

    PHP(網設沒用到this is optional,但資料庫管理可以用)
     PHP 5.2.8 zip package(這裡不用installer版,即不自動安裝)
     (下載頁面)http://www.php.net/downloads.php
     (下載連結)

    MySQL(網設沒用到this is optional,但資料庫管理可以用)
     Windows MSI Installer (x86)
     (下載頁面)http://dev.mysql.com/downloads/mysql/5.1.html#downloads
     (下載連結)點選Mirror

    ActivePerl (It is alternative!!)
     (下載頁面)http://www.softking.com.tw/soft/clickcount.asp?fid3=20578
     (下載連結) 
    (更多…)