On CBSNews.com: Sarah PALIN Exclusive
1 Resources for

pear archive_tar

  • Subscribe to this listing via:
  • RSS
  • Email

TechRepublic Resources

Create and edit TAR archives dynamically with PHP and PEAR
This article is also available as a TechRepublic download, which includes all of the code in a more manageable text file format.Ifyou've ever downloaded a widget for your UNIX system, you've already met TAR,the Tape ARchive format that iscommonly used in UNIX for packaging multiple files together for easydistribution. This...
Tags: Contributor Melonfire, Creating TAR, disk location, PEAR Archive_Tar, PHP, Software engineering/development
Technical articles 2007-02-22

Additional Resources

Implement PEAR's DB package on your PHP system
Use Pear::MDB insteadPear::MDB has better performance and provides more complete database abstraction than Pear::DB. The documentation for Pear::MDB isn't quite as good as that of Pear::DB, unfortunately. Even so, it's well worth one's time to learn how to use it.
Tags: bblackmoor@..., db, Implement PEAR, mdb, pear, PEAR::DB, php, programming, Use Pear::MDB
Discussion threads 2005-08-02
Simplify your PHP coding with 10 network programming PEAR classes
More PEARWhat other PEAR packages do you find most useful?
Tags: melonfire, application development, pear, programming, php, Mark W. Kaelin, network
Discussion threads 2006-11-10
Application Development: Install PEAR on a shared Web host
Code is wrong
Tags: stu@..., programming, application development, Web
Discussion threads 2007-02-12
Simplify your PHP coding with 10 network programming PEAR classes
The PHP Extension and Application Repository PEAR has a number of packages that can significantly simplify your network programming projects. This document lists 10 PEAR packages of specific interest to developers working in the network programming realm and explains how they should be used. A link to the documentation page...
Tags: Network, PHP, Programming, Network Programming, Development Tools, Software Development, Software/Web Development
Download resources 2006-11-10
Parse XML and implement Web services with these 10 PEAR classes
Other PEAR classeshttp://techrepublic.com.com/5138-3513-5869238.htmlWhat Web services play an integral part in your Web site design? What other PEAR classes should be included in this list?
Tags: application development, Mark W. Kaelin, Pear, PEAR class, php, programming, Web, Web service, web services, xml
Discussion threads 2005-09-16
DOWNLOAD: Declare your PHP database independence
http://techrepublic.com.com/5138-3513-5760706.htmlWere you familiar with the PEAR DB class before this download? [b]What other features of PHP and/or PEAR would you like to see in a download?[/b]whell why notyup, if you have read any of the docs, or built the sources you can't not know about pear.what to see in futurea...
Tags: database, databases, download, Mark W. Kaelin, pear, PEAR DB, PHP, programming
Discussion threads 2005-06-24
Create and edit TAR archives dynamically with PHP and PEAR
The Tape ARchive format that is commonly used in UNIX for packaging multiple files together for easy distribution. This format is popular not only because the tools to create it exist on all UNIX systems, but also because it's particularly good at preserving the directory structure, permissions, and user and...
Tags: PHP, Scripting Languages, UNIX, Operating Systems, Software/Web Development, Web Development, Software
Download resources 2007-02-22
Manipulate custom file formats with ease using these 10 PEAR classes
This document lists ten PEAR packages of specific interest to developers who need to work with custom file formats. One of the most basic functions of any program, especially when talking about scripting languages like PHP, is manipulating, parsing, and general interacting it must do with numerous...
Tags: TechRepublic Inc., PHP, Class, Scripting Languages, Software/Web Development, Web Development
Download resources 2005-10-28
Parse XML and implement Web services like a pro with these 10 PEAR classes
This document lists 10 PEAR packages of specific interest to developers working in the XML and Web services area. The general acceptance of XML as a standard protocol has moved the concept of Web services from the realm of the theoretical to that of the practical. It...
Tags: Web, Web Service, XML, Channel Management, Web Services, Software/Web Development, Web Development, Marketing, Enterprise Software, Software
Download resources 2005-09-16
Implement PEAR's DB package
This week's Web Development Zone newsletter provides an overview on how to implement PEAR's DB package on your PHP system.Do you use PHP and or PEAR in your development work? If not, will you implement PEAR on your system after reading this column? Share your thoughts on PEAR.If you aren't...
Tags: Implement PEAR, Newsletter Editor, PEAR, programming
Discussion threads 2004-10-04
Simplify your life and your Web development with these 10 PEAR classes
DOWNLOAD: Simplify your Web development with 10 PEAR classeshttp://techrepublic.com.com/5138-3513-5818797.htmlThe 10 PEAR classes listed in this download are really the tip of the iceberg when you talk about PEAR. [b]What other classes or groups of classes would you like to see examined in a TechRepublic download?[/b]New to itI'm new to the...
Tags: application development, download, Mark W. Kaelin, Pear, PEAR class, php, programming, web, Web development
Discussion threads 2005-08-04
DeployPHP Series, Part 4: Using the PEAR::MDB2 Database Abstraction Layer With Oracle
PEAR PHP Extension and Application Repository is a huge collection of high-quality PHP components. The repository contains PHP classes for almost any imaginable purpose, from database authentication, to networking, to images, to XML. This paper describes how to use MDB2, a high-level database abstraction layer that can be found in...
Tags: Repository, Database, Oracle Corp., PHP, Abstraction, Authentication, Scripting Languages, Storage, Software/Web Development, Web Development, Hardware
White papers
Simplify your Web page and form development with these 10 PEAR classes
These 10 PEAR packages provide a robust, well-tested code base that can save you the time and effort you would otherwise spend on producing your own code. One of the staples of Web site development is the manipulation of Web pages based on user interaction and the...
Tags: Web, TechRepublic Inc., Class, Web Page, Channel Management, Marketing
Download resources 2005-08-04
pear concepts
i need to study pear concepts . where can i get the documentations.any body know please help me
Tags: ashok_sivak@...
Discussion threads 2007-08-01
pear concepts
i need to study pear concepts . where can i get the documentations.any body know please help me
Tags: ashok_sivak@...
Discussion threads 2007-08-01
Application Development: Install PEAR on a shared Web host
Just what I needed!I ran a few Google searched and almost stopped...I found this on the next try. This is exactly what I needed to run some PEAR stuff in a shared hosting environment. Thanks for the post!--FrankX
Tags: application development, frank_x_rizzo@..., Install PEAR, PEAR, Web
Discussion threads 2004-11-02
Declare your PHP database independence with PEAR and this script
PHP comes with extensions for a variety of different databases: MySQL, SQLite, SQL Server, PostgreSQL, Oracle, Sybase and many more. However, each extension uses its own set of functions to communicate with the database server and perform SQL queries, making it well-nigh impossible to easily switch from one to another....
Tags: PHP, Storage, Scripting Languages, Databases, Hardware, Software/Web Development, Web Development, Enterprise Software, Software, Data Management
Download resources 2005-06-24
10 PEAR classes you need to know to code complex math in your PHP applications
The PHP Extension and Application Repository PEAR has a number of ready-made packages for working with complex mathematical units. These packages provide a robust, well-tested code base for application developers, and also save you the time and effort you would otherwise spend in "rolling your own" math algorithms. This document...
Tags: Math, PHP, Scripting Languages, Software/Web Development, Web Development
Download resources 2007-02-16
10 PEAR classes that facilitate the manipulation of custom file formats
Inyour PHP development, it's quite likely that you will encounterfiles in different formatsĀ—CSV data, password files, XML-encoded content, anddifferent forms of binary data. Often, your PHP script will need to interactwith these files, reading and writing data to and from them.Youcan obtain assistance in dealing with these different file formats...
Tags: Contributor Melonfire, Pear, PHP, TAR, Tar Archive
Technical articles 2005-10-28
  • << Previous
  • page 1 of 1
  • Next >>


Help Desk Trouble Ticket Form
The Help Desk Trouble Ticket is an important document for the technical support professional. This form contains all the essential fields for maintain ...
Buy Now
Windows XP vs. Mac OS X
This presentation, entitled Standardizing on Windows XP Instead of MAC OS X, provides a pre-packaged option for defending Windows XP against MAC OS X. ...
Buy Now