Hiển thị các bài đăng có nhãn PHP. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn PHP. Hiển thị tất cả bài đăng

3/10/12

Free Book "Joomla! 3 in 10 easy steps"

Nội dung:
  1. What is Joomla?
  2. Download and Install Joomla
  3. Joomla in your language
  4. Design, Layout, Colors
  5. It’s all about users, permissions, modules and articles
  6. Create Content
  7. Display Content
  8. Extensions
  9. Social Media and Cloud Computing
  10. Common tasks


Tải về: tại đây

9/11/11

PHP Variables

Biến trong PHP




Biến dùng để lưu thông tin.

Biến trong PHP

Biến được dùng để lưu thông tin, như chuỗi, số hoặc mảng.
Tất cả các biến phải được bắt đầu bằng dấu $.
Ví dụ:
$var_name = value;

Ví dụ:
<?php
$txt="Hello World!";
$x=16;
?>


PHP is a Loosely Typed Language

In PHP, a variable does not need to be declared before adding a value to it.
In the example above, you see that you do not have to tell PHP which data type the variable is.
PHP automatically converts the variable to the correct data type, depending on its value.
In a strongly typed programming language, you have to declare (define) the type and name of the variable before using it.
In PHP, the variable is declared automatically when you use it.

Naming Rules for Variables

  • A variable name must start with a letter or an underscore "_"
  • A variable name can only contain alpha-numeric characters and underscores (a-z, A-Z, 0-9, and _ )
  • A variable name should not contain spaces. If a variable name is more than one word, it should be separated with an underscore ($my_string), or with capitalization ($myString)

PHP Syntax

Cú pháp PHP


Cú pháp PHP cơ bản

Một khối script PHP luôn bắt đầu với <?php và kết thúc bằng ?>. Một khối script PHP có thể đặt bất kỳ dòng nào trong khối HTML.

Ngoài ra, người ta có thể dùng thẻ rút gọn như: bắt đầu với <? và kết thúc bằng ?>.

<?php
?>

Một ví dụ cơ bản về chèn PHP vào HTML:
<html>
<body>

<?php
echo "Hello World";
?>

</body>
</html>
Kết thúc dòng PHP phải có dấu chấm phẩy (;). 


Ghi chú trong PHP

Trong PHP, chúng ta dùng // để tạo dòng ghi chú đơn lẻ hoặc /* và */ để tạo một khối ghi chú.
Ví dụ:
<html>
<body>

<?php
//This is a comment

/*
This is
a comment
block
*/
?>

</body>
</html>

PHP Introduction

GIỚI THIỆU NGÔN NGỮ PHP




PHP là một ngôn ngữ kịch bản từ phía máy chủ.

Yêu cầu

Trước khi học PHP, bạn cần có kiến thức về:
  • HTML/XHTML
  • JavaScript
Nếu bạn chưa học 02 ngôn ngữ trên, vui lòng click vào Home page.

PHP là gì?

  • PHP là từ viết tắt của: Hypertext Preprocessor
  • PHP là một kịch bản ngôn ngữ từ máy chủ
  • PHP hỗ trợ nhiều cơ sở dữ liệu (MySQL, Informix, Oracle, Sybase, Solid, PostgreSQL, Generic ODBC, etc.)
  • PHP là một mã nguồn mở
  • PHP là miễn phí

Thế nào là một tập tin PHP?

  • Tập tin PHP có thể chứa chữ, thẻ HTML và các thẻ khác như javascript...
  • Tập tin PHP hiển thị trên trình duyệt web dưới dạng HTML 
  • Tập tin PHP có các dạng đuôi sau ".php", ".php3", hoặc ".phtml"

MySQL là gì?

  • MySQL là một cơ sở dữ liệu tại máy chủ
  • MySQL được dùng cho các ứng dụng vừa và nhỏ
  • MySQL hỗ trợ chuẩn SQL
  • MySQL là miễn phí

PHP + MySQL

  • PHP kết hợp với MySQL để xây dựng các ứng dụng web.

Tại sao là PHP?

  • PHP chạy trên nhiều nền tảng (Windows, Linux, Unix, ...)
  • PHP tương thích với hầu hết máy chủ ngày nay (Apache, IIS, etc.)
  • PHP là miễn phí, tải về tại: www.php.net
  • PHP thì dễ để tìm hiểu

Bắt đầu như thế nào?

Để chạy PHP + MySQL, bạn cần:
  • Cài đặt Apache (or IIS) trên server, cài đặt PHP, và MySQL
  • Hoặc tìm kiếm các host có sẵn.
  • Để đơn giản, hãy cài đặt Wampserver ( trên nền windows)

30/9/10

Lynda.com - Dreamweaver CS5 with PHP and MySQL

Join David Gassner in Dreamweaver CS5 with PHP and MySQL as he explains how to add dynamic data to a PHP-enabled web site in Dreamweaver CS5. This course shows how to plan and create a MySQL database, define a PHP-enabled site in Dreamweaver CS5, connect the site to the database, and manage and present dynamic data. Dreamweaver CS5 features are demonstrated throughout the video series, including PHP custom class introspection and site-specific code hinting. Exercise files are included with the course.

Topics include:* Understanding dynamic versus static content
* Installing WAMP and MAMP servers
* Adding PHP commands to web pages
* Setting and outputting variables
* Using server-side includes
* Creating PHP custom classes
* Adding the Zend Framework to a PHP installation
* Creating a MySQL database
* Adding data in phpMyAdmin
* Building recordsets
* Formatting dynamic data
* Building data entry forms
* Authenticating users
* Deploying a dynamic site

Download Links: 4 files

http://hotfile.com/list/874514/3675b69

12/10/09

Zend Studio Professionalb7.0 FULL



Zend Studio 7.0 is the next generation of our professional-grade PHP application development environment. It has been designed to maximize developer productivity by enabling you to develop and maintain code faster, solve application problems quickly and improve team collaboration.

Tải về:
Cách 1: Vào trang chủ của Zend và tải về đúng phiên bản, sau đó tải bản crack sau:
http://www.mediafire.com/?3znmkmmzwtn

Cách 2: download full
http://rapidshare.com/files/273490149/Zend_Studio_Professional_7.0.rar.001
http://rapidshare.com/files/273491648/Zend_Studio_Professional_7.0.rar.002
http://rapidshare.com/files/273490386/Zend_Studio_Professional_7.0.rar.003
http://rapidshare.com/files/273516296/Zend_Studio_Professional_7.0.rar.004
http://rapidshare.com/files/273516636/Zend_Studio_Professional_7.0.rar.005


Nguồn: http://softvnn.com/forum/showthread.php?t=171660

24/9/09

Zend Studio 7.0 For Windows, Linux and MacOSX


Zend Studio 7.0 is the next generation of our professional-grade PHP application development environment. It has been designed to maximize developer productivity by enabling you to develop and maintain code faster, solve application problems quickly and improve team collaboration.

Tải về:
http://rapidshare.com/files/268663923/How.To.Repair.Winrar.rar

Hoặc
http://www.mediafire.com/?sharekey=456901f95b847227a0f2f20c509059d9385041c9c7a320cad8c7c6998cb4ca21

Hoặc
http://rapidshare.com/files/283629348/heo8.Zend.Studio_SPVN.part1.rar
http://rapidshare.com/files/283629508/heo8.Zend.Studio_SPVN.part2.rar
http://rapidshare.com/files/283629472/heo8.Zend.Studio_SPVN.part3.rar
http://rapidshare.com/files/283630108/heo8.Zend.Studio_SPVN.part4.rar
http://rapidshare.com/files/283630201/heo8.Zend.Studio_SPVN.part5.rar
http://rapidshare.com/files/283629699/heo8.Zend.Studio_SPVN.part6.rar
http://rapidshare.com/files/283629831/heo8.Zend.Studio_SPVN.part7.rar
http://rapidshare.com/files/283630860/heo8.Zend.Studio_SPVN.part8.rar


nguồn: http://softprovn.net/forum/showthread.php?t=19693

22/9/09

PHP Team Development



Given the nature of the business environment today, organizations that want to build value-added enterprise PHP applications need a team of PHP people rather than an individual. You’ve got a team! What next? Customizing such applications to meet with organizational objectives and maintaining these applications over time can be quite a tedious task for your team with so many people involved.

In this book, you will explore how you can break up complex PHP projects into simple sub-parts that multiple team members can work on. The book highlights the use of the MVC pattern for separating concerns in the application and agile principles to deliver code that works. You will learn to blend the simplicity and power of PHP with evolving software engineering principles and tools to easily develop code that is easy to maintain. With this book in hand, you know how to avoid getting muddled up while working in a team and achieve success on your project with effective team work.

Organizations choose PHP as the preferred language for complex web applications because it is battle tested, hardened over time, and proven to work. Thus, chances of the software project you are involved with being PHP-based, are very high. Soon, you will need to explore the technical as well as non-technical aspects that are important to achieve success in PHP team projects of this kind. This book starts by explaining the need for teams working on complex software projects. You learn how you can divide the complexity of PHP projects with the help of the MVC pattern and the use of frameworks. It then discusses the need for a process and how you can choose the right process. It teaches you how to use agile principles to deliver working software for customers, and how to make sure that the team collaborates effectively. Towards the end, the book emphasizes continuous improvement in process and product as well as the people involved. You learn how to ensure that your team is open to change and user feedback, and has the right mindset about quality and other project-related aspects.

What you will learn from this book?

* Reduce your development time by using MVC to break down complexity in PHP projects
* Effectively use PHP frameworks to achieve project success
* Master the concepts of effective collaboration, choosing the right process, and continuous long-term process improvement
* Apply agile methodologies and pick up the practices that best suit your project
* Catch and eliminate bugs early using source control and bug tracking tools

DOWNLOAD HERE
http://www.mediafire.com/?mzyz5znnnzw
http://www.4shared.com/file/134270344/27f155fc/PhTeDe_VnStudyNET.html

Nguồn: VNStudy

15/2/09

Creating a simple login script with php and mysql

Hướng dẫn tạo 1 trang đăng nhập đơn giản với php và mysql.

http://www.goodphptutorials.com/out/Creating_a_simple_login_script_with_php_and_mysql