Web Database Applications With Php And Mysql (2nd Edition) [Electronic resources] نسخه متنی

اینجــــا یک کتابخانه دیجیتالی است

با بیش از 100000 منبع الکترونیکی رایگان به زبان فارسی ، عربی و انگلیسی

Web Database Applications With Php And Mysql (2nd Edition) [Electronic resources] - نسخه متنی

David Lane, Hugh E. Williams

| نمايش فراداده ، افزودن یک نقد و بررسی
افزودن به کتابخانه شخصی
ارسال به دوستان
جستجو در متن کتاب
بیشتر
تنظیمات قلم

فونت

اندازه قلم

+ - پیش فرض

حالت نمایش

روز نیمروز شب
جستجو در لغت نامه
بیشتر
لیست موضوعات
توضیحات
افزودن یادداشت جدید








Chapter 2. The PHP Scripting Language



This
chapter is the first of three that focus on the PHP scripting
language. This chapter describes the PHP language basics. Chapter 3 describes PHP's support
for arrays, strings, and other data types, and Chapter 4 introduces object-oriented programming in
PHP.

If you're familiar with any programming language,
PHP should be easy to learn. If you have done no programming before,
the pace of this chapter may be brisk but should still be manageable.
PHP has a syntax similar to JavaScript, which many web designers have
learned; both languages hark back to the classic C and Perl languages
in syntax.

The topics covered in this chapter include:

PHP basics, including script structure, variables, supported types,
constants, expressions, and type conversions

Condition and branch statements supported by PHP, including
if, if...else, and the
switch statements

Looping statements

User-defined functions


We conclude the chapter with a short example that puts many of the
basic PHP concepts together.


/ 176