Sponsored by NuSphere - PHP Software for PHP Application Developers - On Sale This Week for $100



Go Back   PHP-Editors > General > PHP Games

PHP Games Like Games?, Like PHP?...

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 2006-10-09, 03:50 PM
Junior Member
 
Join Date: Oct 2006
Posts: 1
skitzo is on a distinguished road
Default Need your opinions / help

Hey all,

I'm a high school teacher who has just been shunted into the computer science department at my school (grade 11 & 12). For something like the past decade, the students have been working with Visual Basic. I would like to change this. So, I asked around and apparently php MySQL is the way to go.

However, I don't know php - I'm learning right now - but I need some ideas (and a course) for teaching. I think the students would really like to make a game. Can anyone point me in the right direction to learn how to do this? Is there a special editor I need? We don't have php on the network so I rented server space for a year. If this doesn't fly, they have to go back to VB (which I don't want)

Has anyone taken a course and can tell me what they liked and didn't like? What I should keep for grade 12's? Perhaps anything I should cover? The board provides NOTHING!!!!
Reply With Quote
  #2 (permalink)  
Old 2006-10-19, 08:46 PM
Junior Member
 
Join Date: Sep 2006
Location: Ore City, TX. USA
Posts: 12
coreymanshack is on a distinguished road
Default

php is really not hard at all to install on a server... I think you wasted your money paying for one ... but i taught myself how to program in php with the book entitled...

Sams Teach Yourself PHP, Mysql and Apache.

It's a must for anyone learning php. As far as making a game, I'm sure my website http://www.php-gamers.com/ can help your students out by them joining the forums. It's a newly created website and this is just the type of thing I had in mind for a userbase .


There is no special editor you need, I started out using Notepad within the accessories tab in windows. Here is a hello world using php(will not work if php is not installed on your server)

<?php
echo"Hello World";
?>

save the file as .php and it's ready.

Although recently I have switched editors to a program called Notepad++ it is very powerful+lightweight and highlights the code for you where it is easier to use.

The program can be found here..
http://notepad-plus.sourceforge.net/uk/site.htm

I hope to see you around at my forums

.... ADMIN@php-gamers.com



NOTE: Before you jump into php, you first need to know html, wich can be done in one six week period, leaving the rest of the year for php.
__________________
http://www.php-gamers.com/

Last edited by coreymanshack; 2006-10-19 at 08:52 PM.
Reply With Quote
Must read Review for Serious PHP Developers


NuSphere PhpED 5.5 : The Staff of php-editors.com recently spent a few days working with NuSphere PhpED 5.5 (a popular PHP IDE) and NuCoder 2.0 (a PHP Encoding Utility), read up on all the details.

Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT -5. The time now is 01:11 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.1.0
© Copyright 2003-2008 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.