Forum Topic: PHP: Beginners tutorial

(3,522 views • 45 replies)

This topic is 2 pages long. [ 1 | 2 ]

<< < > >>
None

RPGBandit

Reply To Post Reply & Quote

Posted at: 4/2/07 06:00 PM

RPGBandit EVIL LEVEL 10

Sign-Up: 11/23/06

Posts: 626

by FAR one of my favorite tutorials, so easy to understand for beginners! Excellent DFox :D


None

eWhabs

Reply To Post Reply & Quote

Posted at: 4/2/07 07:11 PM

eWhabs DARK LEVEL 13

Sign-Up: 05/04/06

Posts: 987

At 4/2/07 05:53 PM, Thomas wrote: I have 3 Strings and I'm wondering if there's a way to echo them if a form button is pushed...

If you want it to be done without reloading the page, you have to use Javascript.

yo... yeah.

BBS Signature

Happy

Dark-Cloud

Reply To Post Reply & Quote

Posted at: 4/2/07 11:14 PM

Dark-Cloud DARK LEVEL 06

Sign-Up: 03/30/07

Posts: 3

Thankyou this is the first thing i have looked at on using php and i now understand the basics, i am very grateful for this tutorial and also you are a great teacher.


None

edit-undo

Reply To Post Reply & Quote

Posted at: 4/24/07 04:39 PM

edit-undo LIGHT LEVEL 18

Sign-Up: 01/17/06

Posts: 1,759

Nice tutorial, it got me understanding the basics of php. I'm just wondering, is it possible to test my php code on my computer without uploading to the internet? I typed it in Wordpad and saved it as learning.php, but when I try to open it, nothing happens... thanks to whoever responds!

lolsigtrend
i just wanna fit in :'(

BBS Signature

None

thecoshman

Reply To Post Reply & Quote

Posted at: 4/24/07 05:18 PM

thecoshman DARK LEVEL 11

Sign-Up: 06/11/06

Posts: 812

I do belive that if you read through this thread you would of seen this answeared befor.

as PHP is a server side srcipt, it needs to be run on a server inorder for it be interprated.

you can do this on your own computer, but you need to downlaod a server application. a program that will make you computer run as a web server.

for testing php on your own computer, i would get easyPHP this is a simple one hit install that gets a nice simple slim line server running on your computer. just do not erven think about using it as a proper web server, due to the fact that set up to be used as a test server. it has more or less no security for use as a proper web server.


None

DragonFruit-Rock

Reply To Post Reply & Quote

Posted at: 6/27/07 02:46 PM

DragonFruit-Rock NEUTRAL LEVEL 13

Sign-Up: 12/31/05

Posts: 1,245

hey im just starting out in PHP and this helps cuz i didnt even know how php worked, so now i can start learning!

If a man that always tells the truth comes up to you and says that another man always tells lies, and the man who always lies come up to you and says "I'm lying", then is he?

BBS Signature

None

Momo-the-Monkey

Reply To Post Reply & Quote

Posted at: 6/27/07 03:06 PM

Momo-the-Monkey EVIL LEVEL 30

Sign-Up: 10/15/05

Posts: 3,096

At 6/27/07 02:46 PM, DragonFruit-Rock wrote: hey im just starting out in PHP and this helps cuz i didnt even know how php worked, so now i can start learning!

Hey! I'm glad you searched around before asking questions like "HI! Ima n3ws tuh php!1! D0 u no where i culd find sum gud tuts??11"

So thanks!

You should see Gir's Soundboard...
{ PHP: Main | | Java: Main }
Every Villian Is Lemons

BBS Signature

None

misha-val

Reply To Post Reply & Quote

Posted at: 6/27/07 05:11 PM

misha-val EVIL LEVEL 08

Sign-Up: 06/29/06

Posts: 72

This tutorial inspired me to start learning php. Very well done and very easy. The only thing you should of included was how to run the php files. I have seen numerous posts that say "ITS NOT WORKING!!!1!!1 HOW DO I RUN THE FILEE HELPP PLZ PLZ PLZZZ" ok maybe that exagerating a bit but there are comments like that. Most people don't have the patience to read through the post and find the answer. Anyways extremely good tutorial for beginners like me!

Misha


None

EviLDoG

Reply To Post Reply & Quote

Posted at: 6/28/07 04:36 PM

EviLDoG FAB LEVEL 12

Sign-Up: 10/18/00

Posts: 4,325

Not a bad tutorial.. pretty much says everything you need to know as a beginner, some other beginners tutorials can either get too detailed, or not enough detailed. I think you got the right level here :)


None

DFox

Reply To Post Reply & Quote

Posted at: 6/28/07 06:55 PM

DFox LIGHT LEVEL 30

Sign-Up: 08/09/03

Posts: 9,270

At 6/27/07 05:11 PM, misha-val wrote: This tutorial inspired me to start learning php. Very well done and very easy.

Thanks a ton for the good feedback. I'm glad I was able to help you.


None

EBPM

Reply To Post Reply & Quote

Posted at: 6/28/07 07:41 PM

EBPM NEUTRAL LEVEL 02

Sign-Up: 03/23/07

Posts: 5

Thanks a lot for this I'm a beginner at flash and programming stuff so thanks a lot


Elated

Vorlek

Reply To Post Reply & Quote

Posted at: 4/13/08 02:56 PM

Vorlek LIGHT LEVEL 17

Sign-Up: 12/26/05

Posts: 287

wow, awsome tut. Explained it really well.

. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .

BBS Signature

None

FallingTears

Reply To Post Reply & Quote

Posted at: 4/15/08 11:06 AM

FallingTears LIGHT LEVEL 11

Sign-Up: 11/13/03

Posts: 238

At 4/24/07 05:18 PM, thecoshman wrote: I do belive that if you read through this thread you would of seen this answeared befor.

as PHP is a server side srcipt, it needs to be run on a server inorder for it be interprated.

you can do this on your own computer, but you need to downlaod a server application. a program that will make you computer run as a web server.

For the sake of conversation,

I'm running Apache 2.2 on my computer with PHP (with MySQL support), Ruby, Python, and Perl. Right now, I'm focusing on PHP. As soon as I get good enough with PHP, I'm going to work with Ruby. It's simple to set up Apache on your computer to run as a server.

There are plenty of tutorials online of how to fix the config file for Apache, if you don't understand how to do that.

FallingTears

Every town has it's ups and downs. Sometimes ups out-numbers the downds, but not in Nottingham.
My Website | PHP: Main | FallenSword RPG - Play online now free!

BBS Signature

None

BillysProgrammer

Reply To Post Reply & Quote

Posted at: 10/16/08 11:27 PM

BillysProgrammer EVIL LEVEL 05

Sign-Up: 09/17/08

Posts: 506

How do u run a PHP code?


None

blah569

Reply To Post Reply & Quote

Posted at: 10/16/08 11:34 PM

blah569 DARK LEVEL 16

Sign-Up: 01/18/05

Posts: 2,198

At 10/16/08 11:27 PM, BillysProgrammer wrote: How do u run a PHP code?

I recommend a web server; it's much more conventional then running off of your machine through the PHP interepeter. Firstly:

http://www.wampserver.com/en (Local) If you're using Winblows. Oops, I mean Windows.

Free:
http://www.freehostia.com
http://www.awardspace.com

Better Hosting (Paid):
http://www.godaddy.com (Good for Domains; Decent Hosting)
http://www.dreamhost.com (Good for everything)


None

BillysProgrammer

Reply To Post Reply & Quote

Posted at: 10/16/08 11:37 PM

BillysProgrammer EVIL LEVEL 05

Sign-Up: 09/17/08

Posts: 506

lol good windows joke

Anways, thanks


All times are Eastern Standard Time (GMT -5) | Current Time: 11:49 AM

<< Back

This topic is 2 pages long. [ 1 | 2 ]

<< < > >>
You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!