PHP String Functions Resources

Below you will find 0 categories and 10 links related to PHP String Functions Resources.

Links:

PHP : Books

Beginning PHP4

Visit Beginning PHP4

PHP is a server-side scripting language. It is an open source, cross platform technology (NT, Linux, UNIX), rapidly gaining popularity as a scripting language for people running dynamic websites. Using practical examples and a step by step approach, this book explains how to develop web applications using PHP. Topics include: Introduction to PHP 4; Downloading and installing PHP; Basics of HTTP and Web pages; PHP as a scripting language; PHP data types; Constants and conversions; HTML primer; Form variables; Decision making in PHP; Loops and arrays; PHP functions; Error handling in PHP; Tips on writing more maintainable code; Debugging hints; Preserving state with hidden form variables; Query strings; Cookies and PHP4 native sessions; Using PHP objects; File and directory functions; PHP database programming; Installing and using MySQL; Tutorial for SQL syntax; Querying and updating records; XML "quickstart" for PHP users; ODBC tutorial.

  • Cost: $39.99
  • Pages: 800
  • Edition: 1st edition
  • ISBN: 1861003730

Core PHP Programming

Visit Core PHP Programming

A book/CD-ROM guide to PHP 4 for Web developers, covering essentials for building Web applications and deploying them on leading Web servers, including Apache and Microsoft Internet Information Server. Covers PHP syntax, PHP scripts, and I/O, data, and math functions, and time, date, configuration, database, graphics, and network functions. Presents PHP at work in sample code that demonstrates sorting, searching, parsing, and string evaluation. Also gives insights into PHP 4 program design and debugging. The CD-ROM contains source code and code examples. Topics include: History and introduction to PHP; Installing PHP on Apache/Unix and IIS/NT; PHP script basics; PHP language tutorial (including data types, variables, and operators); Flow control statements; PHP functions (arguments, recursion, and dynamic function calls); I/O functions (including files and compressed files, session handling, network I/O, and FTP); Image functions.

  • Cost: $31.49
  • Pages: 769
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0130893986

Creating Your Web Site with PHP

Visit Creating Your Web Site with PHP

Intended to get programmers up and running quickly, this tutorial looks at Web programming technology using the most recent version of the PHP language to write Web scripts, create Web pages, and design entire sites. Basic information accompanies simple examples in PHP and C with extensive commentary on each. Key features of creating a site with PHP are addressed, including CGIs, PHP syntax, choosing development tools, configuring the Apache Web server, and working with MySQL databases and the SQL language. Other features covered are working with simple functions, object-oriented programming in PHP using interface ideology, and manipulations with strings and arrays. Dmitriy Koterov is head programmer and hosting provider at the RealDesign Internet studio and teaches courses in PHP4. Creating Your Web Site with PHP is an excellent resource for the beginning PHP programmer to start using PHP with websites today.

  • Cost: $24.47
  • Pages: 500
  • Edition: 1st edition
  • ISBN: 1931769044

Foundation PHP for Flash

Visit Foundation PHP for Flash

PHP is a powerful, easy-to-learn scripting language, used in around 7,000,000 domains. Multi-platform and open source, when partnered with Flash it can be used to create beautiful, engaging and reactive web experiences. Topics include: Overview of PHP 4 and scripting essentials, loading external data in Flash (a registration script), PHP language fundamentals (including variables, data types, arrays), using functions (calling conventions), string handling in PHP, in-depth tutorial on PHP regular expressions, using cookies, file I/O tutorial, introduction to the MySQL database platform, basic SQL syntax tutorial, using PHP and MySQL together (a simple content management system), case study for a user poll (including administration modules), event planner scheduler application, case study for a threaded discussion Web application, reference for installing PHP and MySQL, object-oriented programming essentials in PHP, and resources for PHP.

  • Cost: $27.90
  • Pages: 500
  • Edition: 1st edition
  • ISBN: 1903450160

PHP 4 Beginner's Guide

Visit PHP 4 Beginner's Guide

Use this book to learn the basics of working PHP 4, one of today's most popular, cross-platform open-source scripting languages. You'll start out by creating basic PHP programs and move toward more advanced topics such as writing conditional statements, using strings, creating functions, inputting arrays, and more. Follow along with sample programs as they progress in complexity, so you won't miss a step along the way. In no time, you'll be able to use PHP as a Web development tool for e-commerce and intranet applications or for handling other tasks including network management and database administration. Informative and remarkably easy-to-follow, this instructive guide will help you master this powerful and reliable scripting language. Designed to get PHP beginners up and running quickly. PHP's real strength is as a Web development tool and can be used to create e-commerce features, intranet applications and communication programs.

  • Cost: $20.99
  • Pages: 544
  • Edition: paperback
  • ISBN: 0072133716

PHP Cookbook

Visit PHP Cookbook

The PHP Cookbook is a collection of problems, solutions, and practical examples for PHP programmers. The book contains a unique and extensive collection of best practices for everyday PHP programming dilemmas. For every problem addressed in the book, there's a worked-out solution or "recipe" -- short, focused pieces of code that you can insert directly into your applications. But this book offers more than cut-and-paste code. You also get explanations of how and why the code works, so you can learn to adapt the problem-solving techniques to similar situations. The recipes in the PHP Cookbook range from simple tasks, such as sending a database query and fetching URLs, to entire programs that demonstrate complex tasks, such as printing HTML tables and generating bar charts. This book contains over 250 recipes on the following topics: Working with basic data types, including strings, numbers, dates and times, and arrays; variables, functions.

  • Cost: $27.97
  • Pages: 624
  • Edition: paperback
  • ISBN: 1565926811

Php String Handling Handbook

Visit Php String Handling Handbook

This book will cover all the most important tasks related to dealing with text/strings in PHP. The core of the book will look at PHP's built in string functions and the two flavours of Regular Expressions that PHP supports. String handling functions and Regular expressions basically solve many of the problems but in a very different way. This book won't just look at how to use them but when and where each is appropriate and what affect that choice has on performance. What this book covers: Regular expressions; String functions in PHP; How PHP internally handles strings; Performance of the various string handling options in PHP; Character sets (ASCII, Unicode); String Searches. This book is aimed at PHP developers who have to deal with and manipulate strings. PHP is a web development language pure and simple, a large portion of Web programming requires strings to be handled and generated, so this skill is extremely important for PHP programmers.

  • Cost: $27.99
  • Pages: 300
  • Edition: 1st edition
  • ISBN: 186100835X

Programming PHP

Visit Programming PHP

Programming PHP is a comprehensive guide to PHP, a simple yet powerful language for creating dynamic web content. The book is co-authored by the creator of PHP, Rasmus Lerdorf, so you'll learn not only how to program in PHP, but how to do it well. This authoritative book explains the language syntax and programming techniques of PHP 4, the latest version of the language, in a clear and concise manner. Programming PHP goes into detail on fundamental topics such as functions, strings, arrays, and objects, with numerous examples that illustrate both correct usage and good PHP style. Programming PHP also presents application development techniques for building modern web sites. You'll learn how to process web forms, handle session data, interact with relational databases such as MySQL, and create dynamic images and PDF files. The book also covers advanced topics like security, manipulating XML data, and writing your own C-language extensions to PHP.

  • Cost: $27.97
  • Pages: 524
  • Edition: 1st edition
  • ISBN: 1565926102

Web Application Development

Visit Web Application Development

As Web sites and intranets become larger and more complex, static HTML files hit their limits. In the first part of Web Application Development with PHP the authors explain PHP's advanced syntax like classes, recursive functions and variables. They present software development methodologies and coding conventions which are a must-know for industry quality products as well as to help making develop faster and more productive. This part covers also many standard algorithms for tree-structures, string sorting and searching. Part Two focuses on the concept of Web Applications (as opposed to single scripts) and gives much insight into user and session management, e-commerce systems, XML applications and WDDX. Explores advanced aspects of developing for the Web. Discusses how to build applications that provide real value to customers, using XML and other technologies to create effective e-commerce systems, and making large Web sites easy to manage.

  • Cost: $27.99
  • Pages: 384
  • Edition: Book and CD-ROM edition
  • ISBN: 0735709971
PHP : Tutorials

PHP Regular Expressions

Visit PHP Regular Expressions

Web development always requires you to manipulate a lot of text. PHP string functions give you the ability to manipulate text but sometimes some manipulations get very complicated. Regular expressions (regex) give you more power and control than the normal string functions. This tutorial is a review to the use of PCRE's or Perl Compatible Regular Expression. It covers the use of pregmatch(), preg_match_all(), and preg_replace(). Also cover topics such as character types and character classes.

  • Cost: Free