Changes

Jump to: navigation, search

User:Rainulf

726 bytes removed, 23:01, 13 October 2010
no edit summary
<p>So why are most, if not all, of my personal projects are web-based? Because they're fun. I find it very enjoyable to see people lurk on my server. I feel good whenever they surf through the webapp I've developed. I feel proud whenever someone use the script I've coded for their websites (and let people crawl around it).</p>
<p>PHP is mostly used with mySQL because PHP has a lot built-in functions for mySQL - they work together well as if they're couples. What both does is pretty simple - input, process and output data into the database (SQL) simultaneously. But with enough knowledge of PHP+mySQL and a few xHTML and/or javascript, anyone can build sophisticated PHP scripts such as blog (WordPress, Blogger, etc), CMS (PHP-Nuke, Drupal, Joomla, etc), discussion boards (IPB, phpBB, vBulletin, Vanila, etc), clone Facebook, YouTube, etc or something even better than all of them combined.</p>
 
=== phpMyInput ===
<p>My very first PHP script; it is pretty much experimental - a very simple input/output PHP script where it stores and grabs data from the mySQL database.
<br />I no longer maintain this because I found something else better to develop. But if you are interested, see the following:</p>
* Demo: [http://rainulf.net/_php/phpmyinput_demo/ http://rainulf.net/_php/phpmyinput_demo/]
* Project info, downloads and source code: [http://code.google.com/p/phpmyinput/ http://code.google.com/p/phpmyinput/]
<p>The script started off as procedural. I slowly made a transition to object, but it was never released because it's incomplete. The script is open source and its source code is available for everyone.</p>
=== Custom CMS for rainulf.ca ===
9
edits

Navigation menu