PHP: HYPERTEXT PREPROCESSOR
What is PHP? PHP, short for Hypertext Preprocessor, is a reflective programming language originally designed for producing dynamic web pages. PHP is used mainly in server-side scripting, but can be used from a command line interface or in standalone graphical applications. PHP generally runs on a web server, taking PHP code as its input and creating Web pages as output, however it can also be used for command-line scripting and client-side GUI applications. PHP can be deployed on most web servers and on almost every OS platform free of charge. The PHP Group also provides the complete source code for users to build, customize and extend for their own use.
RSS Feed
Interactive Web page with JavaScript: For this project I created a RSS feed of technology articles from the web site
“Topix.net”. Users of RSS content use programs called feed 'readers' or 'aggregators':
the user 'subscribes' to a feed by supplying to their reader a link to the feed; the reader can then check the user's subscribed feeds to
see if any of those feeds have new content since the last time it checked, and if so, retrieve that content and present it to the user.
...view this project