For the sake of it with things progressing further toward open-source, I've made the entire Insert Coin PHP source code (as of June 24, 2008) available for download.

http://www.4shared.com/file/52584333/d1386c3d/insert_coin_2008_6_24.html

In my relative hurry to get the site up and running, the commenting is sorely lacking, but that will progress with time and future updates made available.

I use two different freely available PHP utilities, on top of my own code:
-HTML Purifier
-phpThumb

And two freely available JavaScript utilities
-Prototype.js
-tinyMCE



Posted by Ellyoda Tue, 24 Jun 2008 19:32:00 (comments: 11)
next >>
 
Tue, 24 Jun 2008 21:11:42
If I knew what any of that meant, I would say something meaningful Nyaa PHP is.... CSS?
 
Tue, 24 Jun 2008 21:46:26
PHP tells the server what HTML to output.

Very simple example:
<?php
$x = true;
if($x == true)
  echo "<b>TRUE</b>";
else
  echo "<i>FALSE</i>";
?>

The source actually includes PHP files, CSS files, JavaScript files, an SQL file and images.
 
Tue, 24 Jun 2008 22:15:17
Simple..... example? Erk. LOL
 
Tue, 24 Jun 2008 22:34:13
Whoa! This page definately isn't for me! LOL
 
Wed, 25 Jun 2008 00:20:58
My head hurts...
 
Wed, 25 Jun 2008 00:56:15
Unlike everyone else here I know what you mean and know what you are doing. I just don't know how to code what and what effect it does.
 
Wed, 25 Jun 2008 02:51:02
My butt hurts.
 
Wed, 25 Jun 2008 03:37:23
I didn't know yoda spoke strange alien languages, one day he needs to teach us... Nyaa
 
Wed, 25 Jun 2008 05:09:37
GG:
yes.
 
Wed, 25 Jun 2008 19:48:20
Well, there are two points to understand:
1 - PHP (amd other server-side languages) allows you to reuse code, such as menus and headers, across multiple pages while only writing it once in one file.  Though technically I could pull this off with JavaScript.

2 - It allows interaction with a database.  This is the most important since it means you can add and edit content without editing a single file.  This comment, for example, just inserts into a database table.
next >>
Log in or Register for free to comment
Recently Spotted:
travo (5m)
Login @ The VG Press
Username:
Password:
Remember me?