PHP Programmers Resources

Below you will find 4 categories and 26 links related to PHP Programmers Resources.

Categories:

Links:

PHP : Books

Beginning PHP4 Databases

Visit Beginning PHP4 Databases

A large majority of PHP projects rely on a database back-end. As more and more aplications integrate large databases with web interfaces, we seek to provide the novice database programmer with a solid foundation in the art and science of developing advanced data-driven web applications with PHP. This book is a tutorial, a resource, and a reference for PHP programmers who now want to use databases in their applications. No knowledge of database management systems is assumed. After reading the book, developers will be fluent in database systems and how to take advantage of them in PHP applications. They will have gained extensive exposure (more than most current professional PHP coders) tp post-relational and Native XML databases. and be able to decide when to use which type of database system. PHP refresher with emphasis on Object Oriented Programming Fundamentals of database Systems Fundamentals of Relational Database Systems.

  • Cost: $27.99
  • Pages: 500
  • Edition: paperback
  • ISBN: 1861007825

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

PHP 4 Bible

Visit PHP 4 Bible

The PHP 4 Bible is a comprehensive tutorial and reference to PHP. The Bible provides a clear, coherent description of PHP and how to use it whether you are a web developer, someone with ASP experience, or a C programmer. The book covers why users need PHP, how to get started, how to add PHP to HTML, and how to connect HTML web pages to databases. The authors take advantage of their own extensive experience using PHP to provides case studies of how and where to use PHP, along with advanced topics such as HTTP, cookies, redirection, building graphics, and sessions. Comprehensive tutorial for PHP4: covers all the basics of PHP 4, and how to use PHP to connect HTML- and XML-based web pages to databases. Essential reference for programmers: provides extensive PHP case studies, and appendices that get you up and running quickly if you have a experience with JavaScript, ASP, Perl and C/C++. Covers the key features and improvements in PHP 4.

  • Cost: $19.00
  • Pages: 689
  • Edition: 1st edition
  • ISBN: 076454716X

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 Developer's Dictionary

Visit Php Developer's Dictionary

PHP Developer's Dictionary is a well-organized, comprehensive reference for PHP programmers. In addition to providing a complete syntax reference for all core PHP functions and all module functions, the PHP Developer's Dictionary also provides a complete collection of compilation, installation, and configuration options. The resulting book provides an indispensable reference for any PHP programmer or administrator overseeing a PHP installation. This dictionary focuses on the PHP language, which is an open source HTML-embedded scripting language, bringing together virtues of Perl, C++, and other languages to create dynamically generated Web pages. Written by two managers and an engineer at a private consulting firm, the book details the evolution of the PHP language and the enhancements that PHP brings to the programmer, and shows how to install the application, generate HTML, and access databases. Every function and property is covered.

  • Cost: $2.80
  • Pages: 672
  • Edition: 1st edition
  • ISBN: 0672320290

PHP Programming for Windows

Visit PHP Programming for Windows

PHP Programming for Windows the authoritative guide to developing web applications with PHP on the Microsoft Windows platform. It is the first book of its kind to offer a Windows centric stance on PHP with the intermediate to advanced audience in mind. This book covers PHP from the ground up and benefits both those new to PHP to PHP experts. The book covers new ground like using PHP with Windows databases such as Access and SQL Server plus other topics such as the Microsoft SOAP SDK and using PHP with the Active Directory. Written by a long-time working programmer for the Windows platform, this book focuses on integrating Windows technologies and PHP for web developers and programmers working on the Windows platform. Offering real-world code and examples, the book walks readers through tasks such as installing PHP, covers PHP programming basics, and discusses how to pair PHP's capabilities with core Windows MSXML, ODBC, ADO, Microsoft SQL Server.

  • Cost: $39.99
  • Pages: 360
  • Edition: 1st edition
  • ISBN: 0735711690

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

PHP3

Visit PHP3

The most comprehensive collection of PHP programming tools for creating dynamic Web pages available anywhere. As the essence of the Web resides more and more in databases, UNIX programmers need a complete set of tools that work well together, as well as a platform for building dynamic content. In this first-of-its-kind book/CD-ROM package, programmers are provided with an expansive set of support tools to develop state-of-the-art, dynamic Web applications and databases using. All open source software. Written in a clear and precise manner by well-known author David Medinets, this book will teach you how to use the power of award-winning PHP and SQL Web tools to program browser-based applications. Programming languages, an open source database engine, and the Red Hat Linux operating system are fully explored, giving you a clear understanding of this thriving, explosive technology.

  • Cost: $0.69
  • Pages: 448
  • Edition: Book and CD-ROM edition
  • ISBN: 0071353429

Professional Linux Programming

Visit Professional Linux Programming

Two prominent chapters take you on a tour of the essentials of other programming languages. There's PHP for Web development and an appealing, enthusiastic introduction to Python (which probably will turn you into a Python convert). Later chapters provide practical tips for testing and debugging applications, including how to profile your code. The book closes with a useful guide to creating Red Hat Package Manager (RPM) packages for deploying applications, as well as an overview of your options for internationalization. By covering so many APIs, languages, and tools effectively, Professional Linux Programming gives experienced C/C++ programmers all that they need to get started with Linux development. With its remarkably clear presentation style and abundance of practical tips, the book is an admirably useful blueprint for building custom software. Topics include: PHP for Web programming; XML basics (document structure, parsing, and libxml).

  • Cost: $136.18
  • Pages: 1200
  • Edition: 1st edition
  • ISBN: 1861003013

Professional PHP Web Services

Visit Professional PHP Web Services

Web Services is a new paradigm that has evolved with time. With successful demonstration of proof of concept, Web Services are gradually moving towards occupying an important space in enterprise computing. In this book, we will discuss the consumption, development and deployment, description, discovery and security of Web Services in conjunction with the PHP programming model for Web services. This book is developed keeping in mind two main audiences: The first and major audience consists of programmers that would like to learn how to consume and deploy Web Services using PHP, HTTP as a transport mechanism, and SOAP as the messaging format. The second audience consists of readers that want to learn how to integrate and interoperate PHP applications with existing and new applications written on other platforms. These platforms consist of .NET (MS .NET, Rotor and Mono), Perl, Python and Java. James Fuller James has been a commercial programmer.

  • Cost: $34.99
  • Pages: 550
  • Edition: 1st edition
  • ISBN: 1861008074

Professional PHP4

Visit Professional PHP4

Learning tool and reference combined-the only available coverage of the creation, modification and delivery of multimedia content using the most popular PHP4 extension libraries. We believe that giving programmers graphical tools more often results in programmers creating things that make designers cringe, rather than programmers acquiring design sense and hence this book. The book is split into three parts: the extensions, the case studies, and the function reference -- that way someone looking to just read case studies has a definite place to start, and people looking for the descriptions without large amounts of code can read the beginning and the one's who want to stick it by their side for reference, know exactly where to go. Devon Dell has been designing Internet applications from the time he grappled with writing Perl CGI sripts in 1996. He has since expanded to using PHP,C,Java,Tcl for Internet applications. Jan Rosa is a medical doctor.

  • Cost: $49.99
  • Pages: 550
  • Edition: paperback
  • ISBN: 1861007647

Professional PHP4 XML

Visit Professional PHP4 XML

This book covers the PHP language (and is up to date with the latest 4.2 release), the XML standard and the intersection between these widely used technologies. You will learn the "core" standards for XML processing such as Xpath,Dom,SAX and XSLT and how to use them from PHP. Satellite standards, vocabularies and other technical topics related to XML processing are also covered with examples, tips and suggestions from an experienced field of PHP programmers and XML experts. This book is a tutorial, a resource and a reference for PHP programmers who need to process XML data or interface different systems using XML. Non PHP programmers who need to construct a web based frontend for an application using XML can learn how to do it using PHP, since the book also covers the basic foundations of PHP programming. Advanced PHP programmers experienced in XML will obtain a reference as well as a very deep coverage on advanced topics.

  • Cost: $49.99
  • Pages: 850
  • Edition: 1st edition
  • ISBN: 1861007213

Programmer's Introduction to PHP

Visit Programmer's Introduction to PHP

A Programmer's Introduction to PHP 4.0 addresses experienced programmers and Web developers--no matter what language they are familiar with. The book begins with a rapid introduction to PHP's syntax and basic functionality, allowing readers to easily gain a general understanding of the language. The book then moves onto advanced issues like PHP's role in database manipulation, sessions and user-interactivity. The book also examines how PHP can work with XML, Javascript and the Component Object Model (COM). Gilmore fills the book with practical examples in addition to several projects that can be immediately incorporated into any Web site. A Programmer's Introduction to PHP 4.0 shows how to make the most of PHP's mighty capabilities and is invaluable to professional Web developers, regardless of their current level of PHP knowledge. A unique feature of the text is that it reaches all Web developers, no matter what language they are familiar with.

  • Cost: $24.47
  • Pages: 450
  • Edition: 1st edition
  • ISBN: 1893115852

Wireless Web Development with PHP

Visit Wireless Web Development with PHP

The Wireless Web is quickly becoming an integral part of any successful organization's informational infrastructure, with the Wireless Application Protocol (WAP) in the forefront to be the leading wireless standard for years to come. PHP is a wildly popular scripting language used to create some of the World's most powerful Web-based applications. Wireless Web Development with PHP and WAP is derived from the author's years of experience in both wireless development and PHP programming, showing the reader how to make the most of both technologies to create truly dynamic, scaleable wireless applications. PHP programmers will her find the opportunity to use what they already know to create wireless applications, using concise, applicable examples that encourage readers to adapt the information discussed within the book to their own projects. Ray Rischpater is an accomplished veteran of the wireless platform industry.

  • Cost: $31.47
  • Pages: 504
  • Edition: Book and CD-ROM edition
  • ISBN: 1893115933
PHP : Development Software

DzSoft PHP Editor

Visit DzSoft PHP Editor

DzSoft PHP Editor is a handy and powerful tool for writing and testing PHP scripts and HTML/XML pages. Being designed specifically for PHP development, it has a friendly, but powerful interface that is comfortable both for beginners and experienced programmers. DzSoft PHP Editor is packed with essential features needed for easy and productive PHP development, such as convenient one-click preview in internal browser (with no web server required), quick insert features, code and files explorer bars, different kinds of quick code insertion features, and many other things. Now suports the Unicode (UTF-8) encoding.

  • Cost: $49.00
  • Version: 4.2.6.6
  • Platforms: Windows
PHP : Programmers

BoldScripts Custom Software

Visit BoldScripts Custom Software

BoldScripts brings webmasters and programmers together. If you are a webmaster in need of a custom site, or if you are a programmer in need of work, they can help. They have open projects ready for bidding and programmers waiting for work already. The site lists the project name, number of bids on the project, skills required to do the project, and when the bidding starts and ends. It's free to post, so why not post your project or bid on a project and see the results?

  • Cost: Varies

Chrisranjana Software Solutions

Visit Chrisranjana Software Solutions

Web development firm in India and custom programming and freelance web development. Excellent ecommerce and shopping carts; Credit card processing and cms systems; Online leads generating software; Programming in visual basic, Ms access; Real estate scripts, membership scripts, vacation portals all were done; Linux and Freebsd server maintenance; Hosting; Perl solutions include LWP ssleay for grabing SSL web pages; Spidering and complicated pattern matching; Geographical IP matching; Country and ZIP code matching; Simple to complex search.

  • Cost: $15.00/hr

Eurostudio Software Solutions

Visit Eurostudio Software Solutions

Eurostudio is a global IT company. It focuses not only on site design, development and support, but on creating desktop and client-server applications as well. Eurostudio's programmers are widely experienced in developing shopping carts, instant messengers, dating portals, real estate sites, e-commerce sites, content management web applications, dynamic Flash sites. Eurostudio's designers are also skilled in creating Flash presentations, animation movies, logo design, booklets, business kits, and other advertising production.

  • Cost: $20.00/hr

Gamma Center

Visit Gamma Center

Gamma Group is a small team of experienced programmers specializing in web development. It offers unique tools for webmasters and also does custom script programming and provide various technical support. Solutions are well tested, documented and bug free. Six month support for every project. Gamma Group services include but are not limited to: Custom CGI/Perl, Python, PHP, and Zope programming, Legacy scripts modification, Unix server configuration and administration, Unix/Windows application programming, Design.

  • Cost: $20.00/hr

PHP MySQL Programming

Visit PHP MySQL Programming

A web development software company specializing in MySQL PHP Programming, script installing, modification, and PHP Script repairs. ProgrammingPub.com can be contacted via a toll free number, or by email. They are based in the U.S.A. and only use programmers in the U.S.A. Catering to both large and small companies, no matter how small or large your project is since 1996. Example custom scripts can include: custom shopping carts, auction scripts, affiliate program, payment gateway, and even complex MySQL Database driven websites.

  • Cost: By quote

Sypad.com

Visit Sypad.com

Sypad.com is the new way to outsource, manage, and deploy your online projects. Sypad.com makes it easy to find software developers, graphic designers, content writers. For online professionals, it's easy to bid on projects, sell packaged solutions, and even provide training online. Sypad.com offers: multiple payment methods, integrated bug reporting and wikis, hosted seller portfolios, articles, and an active discussion community. Check out sypad.com today to get your next project built, bid on new projects, or join the community.

  • Cost: Free
  • Platforms: All
PHP : Scripts and Programs : Auctions

Freelance Auctions

Visit Freelance Auctions

Every field of business uses freelancer talent and consultants, empowering business to connect with talent the world over. RadLance was designed to give you the tools needed to rapidly deploy a solution for any given field of business or all of them. Simple to deploy, easy to manage from the web-based application control panel (ACP), manage categories, users and every aspect of the system with a few clicks of the mouse, even manage the payment process between buyer and seller. Includes automatic email features, and accounting features.

  • Cost: $189.00
  • Version: 4
  • Platforms: Unix
PHP : Scripts and Programs : Content Management

WSCraft G-CMS

Visit WSCraft G-CMS

WSCraft is a development platform that enables you alone to rapidly and flexibly build, customize, and maintain powerful database-driven Websites. WSCraft is a content management system that enables you to dramatically reduce costs on building, customizing, and managing business Websites. Your knowledge of HTML and understanding of WSCraft essentials let you alone effectively perform tasks that earlier required a team of programmers. WSCraft is developed with designers' needs in mind so you can successfully handle day-to-day problems caused by specific needs of your clients. After Website development is finished, any non-technical user can create and publish any business information, switch between multiple views of the same content, manage access permissions to pages, track online sales, gather feedbacks from online customers, and perform much more tasks that earlier required a programmer.

  • Cost: $35.00 - $659.99
  • Version: 3.0
  • Platforms: Unix, Linux, Windows
PHP : Tutorials

PHP Manual

Visit PHP Manual

Comprehensive manual covering many areas of PHP for beginning to advanced PHP programmers. Major categories include: An introduction, a language reference, features, function reference, Zend API, PHP API, and Frequently Asked Questions (FAQ). A few of the more specific topics it covers are: basic syntax, types, variables, constants, expressions, operators, control structures, functions, classes and objects, HTTP authentication with PHP, cookies, handling file uploads, safe mode, connection handling, error handling, and logging functions.

  • Cost: Free

PHP Tutorial

Visit PHP Tutorial

Up until recently, scripting on the internet was something which very few people even attempted, let alone mastered. Recently though, more and more people have been building their own websites and scripting languages have become more important. Because of this, scripting languages are becomming easier to learn and PHP is one of the easiest and most powerful yet. This beginning tutorial on PHP covers: An introduction, displaying information and variables, if statements, loops and arrays, e-mail with php, and some final notes on PHP.

  • Cost: Free