CARVIEW |
Topics: php
Feed Subscription
Email Subscription

Please sign in or register to post.

Please sign in or register to post.
-
How to Use UTF-8 with PHP
By simonstl: 10 November 2009 - 05:12 PM
Unicode Transformation Format 8-bit (UTF-8) is in standard use by the majority of web application developers. The following excerpt from Cal Henderson's Building Scalable Web Sites explains how to use...
-
What are the "Bad Parts" of PHP?
Asked by juliesteele : 09 November 2009 - 12:13 PM
Answered by ChrisBloom7: Nov 09 2009 03:58 PM
In a security sense, the "Bad Parts" of PHP are simply bad habits that formed around conveniences included in PHP 4 and earlier. Many hosting companies still run PHP 4 or run insecure versio... full answer >
-
How to remove duplicate lines with regular expressions
By StevenLevithan: 30 October 2009 - 08:35 AM
There is a variety of software (including the Unix command-line utility uniq and Windows PowerShell cmdlet Get-Unique) that can help you remove duplicate lines in a file or ...
-
How to Add and Delete users to a Web Database using PHP and MySql
By MikeH: 02 October 2009 - 11:50 AM
So if you want to learn how to add and delete users to a Web Database using PHP and Mysql, consider reading this chapter out of: Learning PHP, MySQL, and Javascript, 1st Edition I would no...
-
How to create regular expression objects
By Jan Goyvaerts: 18 September 2009 - 10:51 AM
If you want to instantiate a regular expression object or otherwise compile a regular expression so you can use it efficiently throughout your application, try one of t...
-
How to search line by line with a regular expression
By Jan Goyvaerts: 18 September 2009 - 10:22 AM
Traditional grep tools apply your regular expression to one line of text at a time, and display the lines matched (or not matched) by the regular expression. If you hav...
-
How to replace all matches in a regular expression
By Jan Goyvaerts: 18 September 2009 - 09:56 AM
If you want to replace all matches of the regular expression before with the replacement text after, try one of the following examples:C#You can use the static call when you process on...
-
How to find a match within another match in a regular expression
By Jan Goyvaerts: 17 September 2009 - 04:46 PM
Suppose you have an HTML file in which various passages are marked as bold with <b> tags. You want to find all numbers marked as bold. If some bold text contains multiple numbers, you want to ma...
-
How to determine whether a statement produced a result set in MySQL
By pauldubois: 11 September 2009 - 05:27 PM
If you just executed an SQL statement, but you’re not sure whether it produced a result set, check the column count in the metadata. If the count is zero, there is no result ...
-
How to obtain result set metadata in MySQL
By pauldubois: 11 September 2009 - 04:24 PM
If you want to know things about the result set, such as the column names and data types, or how many rows and columns there are, use the appropriate capabilities provided by your API.For sta...
![]() ©2009, O'Reilly Media, Inc. (707) 827-7000 / (800) 998-9938 All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. |
About O'Reilly Academic Solutions Authors Contacts Customer Service Jobs Newsletters O'Reilly Labs Press Room Privacy Policy RSS Feeds Terms of Service User Groups Writing for O'Reilly |
Content Archive Business Technology Computer Technology Microsoft Mobile Network Operating System Digital Photography Programming Software Web Web Design |
More O'Reilly Sites O'Reilly Radar Ignite Tools of Change for Publishing Digital Media Inside iPhone makezine.com craftzine.com hackszine.com perl.com xml.com Partner Sites InsideRIA java.net O'Reilly Insights on Forbes.com |