crimec Posted April 27, 2013 Posted April 27, 2013 (edited) //Php tutorial part one /*so what is PHP? PHP stands for PHP: Hypertext Preprocessor Made by crimec PHP is a widely-used, open source scripting language PHP scripts are executed on the server PHP is free to download and use*/ //What is a PHP File? /*PHP files can contain text, HTML, JavaScript code, and PHP code PHP code are executed on the server, and the result is returned to the browser as plain HTML PHP files have a default file extension of ".php" */ //A php syntax //This is basically a php syntax <?php //This is the opening tag ?>//Closing tag //this is how you write a simple hello <?php//php opening tag echo "hello";//executes the text hello using and echo ?>//Closing tag /*so what have we learned today? well we learned that php stands for PHP: Hypertext Preprocessor we also learned that <?php is the php opening tag and <? is the closing tag.Also we learned that (echo) shows a text in this example we used hello.*/ //End of part one Edited April 27, 2013 by crimec Quote
count Posted April 27, 2013 Posted April 27, 2013 wow!!! this is suckish, because everyone basiclly already knows that Quote
Djkanna Posted April 27, 2013 Posted April 27, 2013 Wow, is this what this forum has resulted in? Every new post I see here, puts me closer and closer to leaving here. If it's not above the knowledge provided in something like: http://www.tizag.com/phpT/ Then it's really pointless trying to invent the wheel again and coming up with an oval, isn't it? Oval is better than pear-shaped. :o Quote
lightning Posted April 27, 2013 Posted April 27, 2013 wait so this is how I close it? ?>\\ <--- This is it? And what does echo mean? Can I only use this in an empty room or cave? ahahha lolll Quote
Razor42 Posted April 28, 2013 Posted April 28, 2013 Asif webdesign magazine just tweeted this on twitter -_- Quote
Djkanna Posted April 28, 2013 Posted April 28, 2013 asif webdesign magazine just tweeted this on twitter -_- link that man! -edit: Guess the forum doesn't like all caps, imagine the above in all caps. ;) Quote
KyleMassacre Posted April 29, 2013 Posted April 29, 2013 @crimec, You want a good tutorial try HERE Quote
peterisgb Posted April 30, 2013 Posted April 30, 2013 i just read this now i feel real dumb, whats php? Quote
dnenb Posted April 30, 2013 Posted April 30, 2013 I'm 12 what is this EDIT: seriously though, check out thenewboston and his php tutorials on youtube if you want to learn it Quote
Serin Posted April 30, 2013 Posted April 30, 2013 this is a super tutorial when is part 2? i cant wait for part 2 your such a good teacher.... teach me more!!!!! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.