Free Games Forum
Free Games Games Forums Music Forums TV Forums

  Free Games Forum Home FORUM
HOME
Search Posts SEARCH
POSTS
Who's Online WHO'S
ONLINE
Log in LOG
IN
Rules & FAQ RULES / FAQ
REPORT SPAM

Free Games Forum: Game Technology: PHP Forum:
PHP

 

 


ihavedragmed
Senior Member


Jan 24, 2005, 12:52 AM

Post #1 of 6 (717 views)
Shortcut
PHP Can't Post

What is PHP?

i'm the first one to post here by the way.



I have gone away, but I will never forget...



JaVa CoDe
Senior Member


Jan 24, 2005, 3:45 AM

Post #2 of 6 (714 views)
Shortcut
Re: [ihavedragmed] PHP [In reply to] Can't Post

I know u can use it for forum making things.



My train of thought has been delayed.


Cruel__Machine
Senior Member


Jan 30, 2005, 8:08 AM

Post #3 of 6 (697 views)
Shortcut
Re: [ihavedragmed] PHP [In reply to] Can't Post

PHP is similar to an actual programming language (like c++) but for web development. It's server-side code, meaning that (assuming the web server functions correctly) no one visibly see the code, like HTML.

It is, like you said, very commonly used in forum-type features because it can easily be used with databases, especially MySQL. It actually isn't a very hard language to learn, if you already know other languages. I'm actually making a site right now that will distribute tutorial videos demonstrating various computer info, one topic being PHP. I'm not sure of the domain right now... I'm thinking about ordering videonubs.com :). The site should be up within the month, then I can release the link.


EOP
___________________________
"If evolution were true, I'd have a self-lubricating hand."

Programmers: http://Cruels.net


JaVa CoDe
Senior Member


Jan 30, 2005, 10:23 AM

Post #4 of 6 (693 views)
Shortcut
Re: [Cruel__Machine] PHP [In reply to] Can't Post

Yup couldnt have said it better i was just lazyTongue



My train of thought has been delayed.


bolter99
Newbie

Jun 11, 2005, 1:47 PM

Post #5 of 6 (591 views)
Shortcut
Re: [Java Code] PHP [In reply to] Can't Post

Its a server side scripting language. It makes the page you view on a server if its got PHP.

<?php

echo "Hiya";

?>

Thats PHP ^


[


Jackel
Newbie

Aug 31, 2005, 9:35 AM

Post #6 of 6 (520 views)
Shortcut
Re: [bolter99] PHP [In reply to] Can't Post

PHP-Hypertext Preprocessor Language.
Everyone here has told you what it is but didn't really tell you the name ;)

Small example

Code
<php? 
echo "This is just what it says but it is much simpler to just use html for basic text output";

//This is a comment wich will have no effect on the output

$Var="Variable";
//this is a Variable that i have created you can simply echo $var wich will output the text "Variable" (variables are very common in the phplanguage)
?>

That is 2 simple basic things you will learn when starting php.


www.nsirc.com
Enter Noob,Leave Pro


 
 
 


Search for (options) Web Design by Web Ideas - Page loaded in: 0.13 s on (CGI/1.1)