-
Category:
Web Developer's Tutorials/PHP
<?php // connect to database at some point // In the SQL below, change these three things: // thing is the column name that you are making a tag cloud for // id is the primary key // my_table is the ...
Friday, 05 October 2007
-
Category:
Web Developer's Tutorials/PHP
... declare a variable as global $var you are in fact creating a reference to a global variable". For more examples, read all about references at http://www.zend.com/manual/language.references.php. ...
Sunday, 30 September 2007
-
Category:
Web Developer's Tutorials/PHP
... them all into HTML so that they look presentable on my Web site. We've already established that I'm lazy, so fuggedaboutme re-creating the recipes in HTML. Instead, I'll have PHP do the heavy lifting for ...
Sunday, 30 September 2007
-
Category:
Web Developer's Tutorials/PHP
... this news aggregator, you can plug into RSS news
feeds from all over the web, creating a newscast that reflects your needs and
interests for your website. The best part: it updates itself automatically ...
Sunday, 30 September 2007
-
Category:
Web Developer's Tutorials/PHP
... the data between them. The second, DOM or the Document
Object Model, involved creating a tree representation of the XML document in memory, and then
using tree-traversal methods to navigate it. Once ...
Sunday, 30 September 2007