Thursday, February 26, 2009

Woah, Long Time.

Woah, It has been some time since I've posted a new tutorial, or have even made a new post on this blog.
I blame School for all this D:

But I will continue when I haz free time.
~Braz

Thursday, November 27, 2008

Your first PHP Brick

First of all, to do your PHP Codes, you really need the private homeserver.
---------------------------
<html>
<head>
<title>This is SPARTA!</title>
</head>
<body>
<?php
echo 'This is SPARTA!';
echo 'This is SPARTA!';
echo '<br /><br />';
echo 'This is SPARTA!';
?>
</body>
</html>

--------------------------------
Display:
This is SPARTA!This is SPARTA!

This is SPARTA!
------------------------
See that '?>' is used to close the PHP code.
Notice that there is no gap between our first two text.
then we used the breaks to put a gap for the third text.
so PHP needs to be embed with HTML where text is concerned.

Next I will be explaining about Variables.
Until Then.. BAI

~Braz

Wednesday, November 26, 2008

Testing PHP and MySQL scripts on Your Computer!

Ok, now this is our first tutorial, I will be telling you the way to get a home server.

Note: This is only your home server, meaning that it wont be shown to the world wide web.

Now first of all, lets get a package. A Package that includes the Apache WebServer, PHP, MySQL and PHPMyAdmin!

As far as I know, I know only 4 WebServer Packages are there:

LAMP ( Linux-Apache-Mysql-PHP): Which can be used if your using Linux.
Installation Guide by Leenox :3  http://wiki.leenox.in/index.php/Setup_LAMP_system

XAMPP (X????-Apache-Mysql-PHP-PHPMyAdmin): There is not much I can say about it, but its really great and it works crossplatform meaning you can use it whether your on Linux or Windows, Mac or Unix.. anything lol.

WAMP (Windows-Apache-MySql-PHP): This package totally rocks! lol This is the package that I use! Its really easy to use and fun too ^^
Runs on Windows :P
Download it at: www.wampserver.com
Installation Guide: I dont think You'll be needing that? Would You?

MAMP (Mac-Apache-MySQL-PHP): ^^;; Lol I dont know about this but..
Wikipedia: In general use, MAMP refers to a packaging of these technologies for development use by webEdition. This is a development environment, and not intended for general production use as a webserver. webEdition recommends using Mac OS X Server with the provided Apache software or aLinux server, although it should be noted that all the MAMP technologies run on base Mac OS X outside of their sandbox.

Installation Guide: D: I dont use Mac, I dont know! DONT ASK ME! ='(

-----------------------

However, Does'nt matter which ever server you get (WAMP FTW!) It only matters that you should be running with your localhost.  ^^

Thats all I got for now :)
~Braz

Welcome to my Blog =)

Hai Guys!
Welcome to my Blog, I know its like a bit empty here ^^
but I hope to fill this space up soon!

However, I will be filling this whole blog with programming stuff xD
so like lol if your willing to learn, SUBZKRIBE!

Bye :D

~Braz