• Skip to content
  • Skip to primary sidebar

The html blog

The web sandbox

You are here: Home / Archives for xml

xml

10 useful PHP PEAR packages

September 29, 2017 By thehtmlblog Leave a Comment

MDB2 PEAR MDB2 is a merge of the PEAR DB and Metabase php database abstraction layers. It provides a common API for all supported RDBMS. The main difference to most other DB abstraction packages is that MDB2 goes much further to ensure portability. MDB2 provides most of its many features optionally that can be used to […]

Filed Under: php Tagged With: archive, authentication, database, geo ip, internationalization, live user, mdb2, net, pear, PHP, tar.gz, tutorial, validation, xml, zip

10 code snippets for PHP developers

September 29, 2017 By thehtmlblog Leave a Comment

I’ve compiled a small list of some useful code snippets which might help you when writing your PHP scripts… Note: If you are using bluehost coupons guide, you can edit php.ini to reflect the changes below. Email address check Checks for a valid email address using the php-email-address-validationclass. Source and docs: http://code.google.com/p/php-email-address-validation/ include(‘EmailAddressValidator.php’); $validator = new EmailAddressValidator; […]

Filed Under: php Tagged With: email check, get ip address, list files directory, mdb2, mysql, password generator, PHP, programming, send mail, upload files, xml, xsl

Add RSS feeds to your website

September 29, 2017 By thehtmlblog Leave a Comment

Adding a RSS feed to your website has never been this easy with PHP, especially with MagpieRSS. About MagpieRSS MagpieRSS is an RSS and Atom parser for PHP which supports RSS 0.9, RSS 1.0, the various Userland RSS versions (0.9x and 2.0). Additionally it supports Atom 0.3, and many custom RSS namespaces. Features of MagpieRSS Easy to Use Parses […]

Filed Under: php Tagged With: magpie rss, news, parse, PHP, rss, slashdot, Tags feed, xml

HTML entities within XSL

September 29, 2017 By thehtmlblog Leave a Comment

You want to have in your XSL stylesheet but you’re getting an error, just put these few lines of code at the top, before the tag : <!DOCTYPE xsl:stylesheet [ <!ENTITY nbsp “&#160;”> <!ENTITY AElig “&#198;”> <!ENTITY AMP “&amp;#38;”> <!ENTITY Aacute “&#193;”> <!ENTITY Acirc “&#194;”> <!ENTITY Agrave “&#192;”> <!ENTITY Alpha “&#913;”> <!ENTITY Aring “&#197;”> <!ENTITY […]

Filed Under: XML Tagged With: entities, html, stylesheet, xml, xsl

Primary Sidebar

Subscribe and never miss a post

Categories

  • Hosting
  • Javascript
  • php
  • Web
  • XML

Copyright © 2021 · htmlblog.net