AnyExample has submitted 7 links
PHP whois client function
in PHP added by AnyExample, on 19/9/2007 networking whois
This article contains PHP implementation of whois client (as a function ae_whois), which may be used to request domain information from specified whois servers.
comment save reportGd / FreeType text label generator
in PHP added by AnyExample, on 25/6/2007 advanced tutorials freetype gd ttf
This is an example of using Gd / FreeType to generate image text labels with TTF font. Provided script could be used as "text rasterization service" to generate arbitrarily text-images for a web site. MD5-based authorization is used to avoid image generation by unauthorized users.
comment save reportUploading files to Amazon S3 with REST API
in PHP added by AnyExample, on 31/5/2007 Amazon S3 advanced tutorials php upload
An example of command line non-interactive php script which uploads file to Amazon S3 (Simple Storage Service). Additional libraries like HMAC-SHA1 are not required.
comment save reportBar Chart HTML generator
in PHP added by AnyExample, on 8/5/2007 bar chart diagram general
This article contains PHP function ae_bar_html for generating HTML/CSS based one-column bar charts. It is suitable for simple diagrams and does not require libgd.
comment save reportMaking XML/XSLT driven site using PHP
in PHP added by AnyExample, on 23/4/2007 advanced tutorials php xml xsl xslt
This article contains an example of simple PHP-engine for XML/XSLT driven web-sites which implements simple caching techniques and Apache-based XML file processing.
comment save report5 useful PHP functions for MySQL Data Fetching
in PHP added by AnyExample, on 4/4/2007 database databases fetching data mysql
In this article we present 5 useful functions which greatly simplify majority of real-life MySQL operations: error-checked execution of SQL queries, getting single row from SQL table, getting value from SQL table cell, etc.
comment save reportAJAX web-counter for widgets
in PHP added by AnyExample, on 2/2/2007 AJAX advanced tutorials counter dashboard widget xml
In this article there is a source of trivial php web-counter which collects stats and outputs number of page views(hits) and visitors(in fact, unique hosts) since midnight as XML file. There is also our special AeCounter Dashboard Widget (and it's sources) which get these xml-statistics (with the help of XmlHttpRequest object) and displays numbers on a little nice panel.
comment save report