Custom Search
post Category: Information Technology post Comments (5) postMarch 16, 2008

There are one thing that I missed from current MySQL which is XML function. It’s kind of tricky to perform XML functions in there. A common trick is to store xml tags within a string/text field. Then you may do any XML stuff manually in your script.
PostgreSQL 8.3 has this XML integrated.. finally! There are [...]

post Category: Information Technology, PHP post Comments (7) postMarch 8, 2008

PHP MySQL Database Scripts - Generate Online by satya
History of PHP
PHP (it originally was abbreviation of for Personal Home Page) was first written by Rasmus Lerdorf . These were Perl scripts to track users of his Web pages. On communication and suggestions from other people he rewrote it as a scripting language and added [...]