ورود به حساب

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

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

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

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

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

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


09117307688
09117179751

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

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

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

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

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

پشتیبانی

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

دانلود کتاب PHP & MySQL: The Missing Manual

دانلود کتاب PHP & MySQL: کتابچه راهنمای کاربر گمشده

PHP & MySQL: The Missing Manual

مشخصات کتاب

PHP & MySQL: The Missing Manual

ویرایش:  
نویسندگان:   
سری:  
ISBN (شابک) : 9780596515867 
ناشر: O'Reilly Media 
سال نشر: 2011 
تعداد صفحات: 498 
زبان: English 
فرمت فایل : PDF (درصورت درخواست کاربر به PDF، EPUB یا AZW3 تبدیل می شود) 
حجم فایل: 29 Mb 

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



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

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


در صورت تبدیل فایل کتاب PHP & MySQL: The Missing Manual به فرمت های PDF، EPUB، AZW3، MOBI و یا DJVU می توانید به پشتیبان اطلاع دهید تا فایل مورد نظر را تبدیل نمایند.

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


توضیحاتی در مورد کتاب PHP & MySQL: کتابچه راهنمای کاربر گمشده

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


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

If you can build websites with CSS and JavaScript, this book takes you to the next level-creating dynamic, database-driven websites with PHP and MySQL. Learn how to build a database, manage your content, and interact with users through queries and web forms. With step-by-step tutorials, real-world examples, and jargon-free explanations, you’ll soon discover the power of server-side programming.



فهرست مطالب

The Missing Credits......Page 9
Introduction......Page 13
Part One: PHP and MySQL Basics......Page 21
Gathering Your Tools......Page 23
Writing Your First Program......Page 34
Running Your First Program......Page 36
Writing Your Second Program......Page 37
Upload Your HTML, CSS, and PHP......Page 40
Running Your Second Program......Page 41
Get Information from a Web Form......Page 45
Working with Text in PHP......Page 52
The $_REQUEST Variable......Page 66
What Do You Do with User Information?......Page 73
What Is a Database?......Page 75
Installing MySQL......Page 79
SQL Is a Language for Talking to Databases......Page 96
Part Two: Dynamic Web Pages......Page 109
Writing a Simple PHP Connection Script......Page 111
Cleaning Up Your Code with Multiple Files......Page 123
Building a Basic SQL Query Runner......Page 129
Chapter 5: Better Searching with Regular Expressions......Page 147
String Matching, Double-Time......Page 148
Revisiting a User’s Information......Page 163
Planning Your Database Tables......Page 165
Saving a User’s Information......Page 171
Show Me the User......Page 179
Redirection and Revisitation of Creating Users......Page 196
Part Three: From Web Pages to Web Applications......Page 209
Chapter 7: When Things Go Wrong (and They Will)......Page 211
Planning Your Error Pages......Page 212
Finding a Middle Ground for Error Pages with PHP......Page 219
Add Debugging to Your Application......Page 227
Redirecting on Error......Page 236
Chapter 8: Handling Images and Complexity......Page 247
Images Are Just Files......Page 248
Images Are For Viewing......Page 269
And Now for Something Completely Different......Page 278
Chapter 9: Binary Objects and Image Loading......Page 279
Storing Different Objects in Different Tables......Page 280
Inserting a Raw Image into a Table......Page 282
Your Binary Data Isn’t Safe to Insert...Yet......Page 286
Connecting Users and Images......Page 293
Show Me the Image......Page 303
Embedding an Image Is Just Viewing an Image......Page 313
So Which Approach is Best?......Page 318
Chapter 10: Listing, Iterating, and Administrating......Page 321
Some Things Never Change......Page 322
Listing All Your Users......Page 325
Deleting a User......Page 333
Talking Back To Your Users......Page 341
Standardizing on Messaging......Page 351
Integrating Utilities, Views, and Messages......Page 358
Part Four: Security and the Real World......Page 371
Chapter 11: Authentication and Authorization......Page 373
Start with Basic Authentication......Page 374
Abstracting What’s the Same......Page 384
Passwords Don’t Belong in PHP Scripts......Page 387
Passwords Create Security, But Should Be Secure......Page 402
Chapter 12: Cookies, Sign-ins, and Ditching Crummy Pop-ups......Page 409
Going Beyond Basic Authentication......Page 410
Logging In with Cookies......Page 416
Adding Context-Specific Menus......Page 433
Chapter 13: Authorization and Sessions......Page 447
Modeling Groups in Your Database......Page 448
Checking for Group Membership......Page 454
Group-Specific Menus......Page 463
Entering Browser Sessions......Page 467
Memory Lane: Remember that Phishing Problem?......Page 479
So Why Ever Use Cookies?......Page 483
Index......Page 485




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