ورود به حساب

نام کاربری گذرواژه

گذرواژه را فراموش کردید؟ کلیک کنید

حساب کاربری ندارید؟ ساخت حساب

ساخت حساب کاربری

نام نام کاربری ایمیل شماره موبایل گذرواژه

برای ارتباط با ما می توانید از طریق شماره موبایل زیر از طریق تماس و پیامک با ما در ارتباط باشید


09117307688
09117179751

در صورت عدم پاسخ گویی از طریق پیامک با پشتیبان در ارتباط باشید

دسترسی نامحدود

برای کاربرانی که ثبت نام کرده اند

ضمانت بازگشت وجه

درصورت عدم همخوانی توضیحات با کتاب

پشتیبانی

از ساعت 7 صبح تا 10 شب

دانلود کتاب PHP and MySQL 24-Hour Trainer

دانلود کتاب مربی 24 ساعته PHP و MySQL

PHP and MySQL 24-Hour Trainer

مشخصات کتاب

PHP and MySQL 24-Hour Trainer

دسته بندی: برنامه نویسی: زبان های برنامه نویسی
ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9781118066881 
ناشر: Wrox 
سال نشر: 2011 
تعداد صفحات: 506 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 57 مگابایت 

قیمت کتاب (تومان) : 57,000



ثبت امتیاز به این کتاب

میانگین امتیاز به این کتاب :
       تعداد امتیاز دهندگان : 19


در صورت تبدیل فایل کتاب PHP and MySQL 24-Hour Trainer به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

توجه داشته باشید کتاب مربی 24 ساعته PHP و MySQL نسخه زبان اصلی می باشد و کتاب ترجمه شده به فارسی نمی باشد. وبسایت اینترنشنال لایبرری ارائه دهنده کتاب های زبان اصلی می باشد و هیچ گونه کتاب ترجمه شده یا نوشته شده به فارسی را ارائه نمی دهد.


توضیحاتی در مورد کتاب مربی 24 ساعته PHP و MySQL

با فرض عدم تجربه قبلی با PHP یا MySQL، این کتاب برای هر کسی که می‌خواهد فراتر از HTML / CSS برود تا پویاترین وب‌سایت‌های ممکن را به مشتریان ارائه دهد، خواندنی ایده‌آل است. لحن قابل دسترس اصول برنامه نویسی و PHP و MySQL را در درس های فردی که با نصب برنامه های لازم برای اجرای PHP شروع می شود، تجزیه می کند. شما با یک وب سایت استاتیک شروع می کنید و سپس تماشا می کنید و یاد می گیرید که عملکرد PHP در حین کار در درس ها اضافه می شود.


توضیحاتی درمورد کتاب به خارجی

Assuming no previous experience with PHP or MySQL, this book is ideal reading for anyone who wants to go beyond HTML / CSS in order to provide clients with the most dynamic web sites possible. The approachable tone breaks down the basics of programming and PHP and MySQL in individual lessons starting with the installation of the programs necessary to run PHP. You begin with a static web site and then watch and learn as PHP functionality is added as you work through the lessons.



فهرست مطالب

Php and Mysql® - 24-Hour Trainer......Page 5
Credits......Page 8
About the Author......Page 9
Acknowledgments......Page 10
Contents......Page 11
Introduction......Page 19
Section I: Getting Started with Php......Page 25
Installing XAMPP......Page 27
Installing XAMPP on a Windows PC......Page 28
Installing XAMPP on Mac OS X......Page 30
Troubleshooting Your XAMPP Installation......Page 32
Confi guring XAMPP......Page 33
Installing Your Editor......Page 35
Preparing a Place to Put Your Files......Page 36
Using Eclipse for the First Time......Page 38
Try It......Page 42
Step-by-Step......Page 43
Writing Your First PHP Page......Page 47
Introducing the Case Study......Page 49
Using echo and include......Page 51
Lesson Requirements......Page 53
Step-by-Step......Page 54
Picking a Formatting Style......Page 57
Learning PHP Syntax......Page 59
Entering Comments......Page 63
Try It......Page 64
Step-by-Step......Page 65
Introduction to Variables......Page 69
Working with Text......Page 70
Working with String Functions......Page 72
Working with Numbers......Page 74
Try It......Page 76
Step-by-Step......Page 77
Display Errors while Developing......Page 81
Common Issues......Page 83
Seeing What’s What......Page 84
Using Xdebug......Page 85
Configuring Xdebug......Page 86
Using Xdebug......Page 90
Try It......Page 91
Step-by-Step......Page 92
Working with Arrays......Page 95
Working with Logical Variables......Page 97
Time Zone Functions......Page 98
Date/Time Functions......Page 99
$_GET......Page 104
$_POST......Page 105
Cookies......Page 106
filter_var()......Page 108
Step-by-Step......Page 110
Section II: Working with Php Controls, Functions, and Forms......Page 113
Basic If Statements......Page 115
Comparison Operators for If/Else Statements......Page 118
If/Else with Ternary Operator......Page 120
Logical Operators......Page 121
Switch Statements......Page 124
Alternative Syntax......Page 126
Step-by-Step......Page 127
While Loops......Page 131
Do/While Loops......Page 133
For Loops......Page 134
Foreach Loops......Page 136
Continue/Break......Page 138
Hints......Page 139
Step-by-Step......Page 140
Learning about Local Variables......Page 143
Learning about Global Variables......Page 144
Step-by-Step......Page 146
Lesson 10: Reusing Code with Functions......Page 149
Defining Functions......Page 150
Passing Parameters......Page 151
Getting Values from Functions......Page 155
Using Functions......Page 156
Lesson Requirements......Page 161
Step-by-Step......Page 162
Setting Up Forms......Page 165
Processing Forms......Page 170
Redirecting with Headers......Page 177
Step-by-Step......Page 178
Section III: Objects and Classes......Page 183
Understanding the Reasons for Using OOP......Page 185
Objects and Classes......Page 186
Learning Variations in Diff erent PHP Releases......Page 187
Step-by-Step......Page 188
Lesson 13: Defining Classes......Page 191
Defining Class Variables (Properties)......Page 192
Defining Class Functions (Methods)......Page 193
Lesson Requirements......Page 197
Step-by-Step......Page 198
Instantiating the Class......Page 201
Using Objects......Page 202
Try It......Page 205
Step-by-Step......Page 206
Initializing the Class......Page 211
Properties......Page 212
Methods......Page 215
Understanding Inheritance......Page 216
Understanding Static Methods and Properties......Page 221
Step-by-Step......Page 223
Section IV: Preventing Problems......Page 227
Testing for Errors......Page 229
Using Try/Catch......Page 234
Lesson Requirements......Page 235
Step-by-Step......Page 236
Understanding Common Threats......Page 241
Using Proper Coding Techniques......Page 242
Step-by-Step......Page 245
Section V: Using a Database......Page 249
What Is a Database?......Page 251
Gathering Information to Defi ne Your Database......Page 252
Setting up Relationships between Tables......Page 253
Instituting the Business Rules......Page 254
Normalizing the Tables......Page 255
Lesson Requirements......Page 256
Step-by-Step......Page 257
Using phpMyAdmin......Page 263
Creating Databases......Page 265
Defining Tables and Columns......Page 268
Entering Data......Page 272
Backing Up and Restoring......Page 274
Literal Values......Page 277
Identifiers......Page 278
Hints......Page 279
Step-by-Step......Page 280
Connecting with mysql/mysqli......Page 287
Connecting with PDO......Page 293
Creating the Database......Page 294
Lesson Requirements......Page 295
Step-by-Step......Page 296
Strings......Page 299
Numeric......Page 301
Date and Time......Page 302
Using AUTO_INCREMENT......Page 303
Understanding Defaults......Page 304
Creating Tables in phpMyAdmin......Page 305
Using .sql Script Files......Page 307
Adding MySQL Tables to PHP......Page 311
Lesson Requirements......Page 312
Step-by-Step......Page 313
Understanding the INSERT Command......Page 319
Executing MySQL Commands in PHP......Page 321
Processing Data Entry Forms in PHP......Page 326
Hints......Page 329
Step-by-Step......Page 330
Lesson 23: Selecting Data......Page 337
Using the SELECT Command......Page 338
Using WHERE......Page 341
Selecting Data in PHP......Page 343
Try It......Page 345
Step-by-Step......Page 346
Lesson 24: Using Multiple Tables......Page 355
Using the JOIN Clause......Page 356
Using Subqueries......Page 359
Lesson Requirements......Page 360
Step-by-Step......Page 361
Lesson 25: Changing Data......Page 367
Using the UPDATE Command......Page 368
Updating Data in PHP......Page 369
Using Prepared Statements......Page 371
MYSQLI......Page 372
PHP Data Objects (PDO)......Page 374
Hints......Page 376
Step-by-Step......Page 377
Using the DELETE Command......Page 385
Deleting Data in PHP......Page 388
Lesson Requirements......Page 389
Step-by-Step......Page 390
Understanding Security Issues......Page 411
Using Best Practices......Page 413
Filtering Data......Page 415
Step-by-Step......Page 417
Section VI: Putting it all Together......Page 421
Understanding Access Control......Page 423
Protecting Passwords......Page 424
Using Cookies and Sessions......Page 426
Putting Logins to Work......Page 427
Try It......Page 428
Step-by-Step......Page 429
Designing and Creating the Table......Page 443
Methods......Page 444
Creating the Display Page......Page 446
Step-by-Step......Page 449
Setting up the Menu Table......Page 467
Adding the Menu to the Website......Page 468
Try It......Page 469
Step-by-Step......Page 470
Lesson 31: Next Steps......Page 485
Appendix : What’S on the Dvd?......Page 487
Index......Page 491
Advertisement......Page 506




نظرات کاربران