kaijim Posted September 28, 2005 Share Posted September 28, 2005 Before you ask a question in this forum, you should check out our PHP Tutorial.For our PHP Tutorial: W3Schools PHP Tutorial Link to comment Share on other sites More sharing options...
Cage Posted October 9, 2006 Share Posted October 9, 2006 Great tutorial!W3Schools is been helping me a lot!I learned HTML in 20 minutes :)Thank All of u guys!! Link to comment Share on other sites More sharing options...
shiva Posted October 18, 2006 Share Posted October 18, 2006 w3schools tutorial is help me to learn lot of things for me. Link to comment Share on other sites More sharing options...
laji1110 Posted November 4, 2006 Share Posted November 4, 2006 The lessons in w3schools.com are very basic. I think if you want to learn any progamming language, start at W3schools Link to comment Share on other sites More sharing options...
zachary Posted November 24, 2006 Share Posted November 24, 2006 You now html all tags tharowleyOk, lets analyze your mistakes.We started with:You now html all tags tharowley We fix the order and add 'the':You now all the html tags tharowley Fix spelling of 'thoroughly':You now all the html tags thoroughly Capitalize 'html':You now all the HTML tags thoroughly Add a question mark(?):You now all the HTML tags thoroughly? Grade:You - +5now - +5html - -2all - +5tags +5tharowley -5-10 For order-5 For punctuation-2/45 Link to comment Share on other sites More sharing options...
reportingsjr Posted December 13, 2006 Share Posted December 13, 2006 Wow Zachary, what was the point of that? I mean.. god. Well, I give you a 0/45 in that case. Because you tried to fix his and STILL mispelled a word. You figure it out.Maybe the php tutorial should have a gd image tutorial? 4 Link to comment Share on other sites More sharing options...
aspnetguy Posted December 13, 2006 Share Posted December 13, 2006 Wow Zachary, what was the point of that? I mean.. god. Well, I give you a 0/45 in that case. Because you tried to fix his and STILL mispelled a word. You figure it out.Maybe the php tutorial should have a gd image tutorial?Good point. Put this in the Suggestions forum. It is far more likely the admins will notice it there. Link to comment Share on other sites More sharing options...
Anders Moen Posted January 14, 2007 Share Posted January 14, 2007 Thank you people at W3Schools!I made my own CMS system thanks to your example codes under PHP Link to comment Share on other sites More sharing options...
george Posted January 24, 2007 Share Posted January 24, 2007 Wow Zachary, what was the point of that? I mean.. god. Well, I give you a 0/45 in that case. Because you tried to fix his and STILL mispelled a word. You figure it out.If only thoes who are perfect are authorized to point out the blunders of others, then none of us would ever out grow their blunders. Yes/No ? 1 Link to comment Share on other sites More sharing options...
HazMat Hosting Posted August 6, 2007 Share Posted August 6, 2007 Ok, lets analyze your mistakes.We started with:We fix the order and add 'the':Fix spelling of 'thoroughly':Capitalize 'html':Add a question mark(?):Grade:You - +5now - +5html - -2all - +5tags +5tharowley -5-10 For order-5 For punctuation-2/45LMAO that would be:Do you know all the HTML tags thoroughly? 1 Link to comment Share on other sites More sharing options...
Synook Posted August 15, 2007 Share Posted August 15, 2007 I don't think that post even exists any more and yes I think meaning is as important as punctuation... Link to comment Share on other sites More sharing options...
Skemcin Posted August 15, 2007 Share Posted August 15, 2007 Spelling is over rated:I cdnuolt blveiee taht I cluod aulaclty uesdnatnrd waht I was rdgnieg The phaonmneal pweor of the hmuan mnid. Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer inwaht oredr the ltteers in a wrod are, the olny iprmoatnt tihng is taht the frist and lsat ltteer be in the rghit pclae. The rset can be a taotl mses and you can sitll raed it wouthit a porbelm. Tihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe.Amzanig huh?yaeh and I awlyas thought slpeling was ipmorantt! 1 Link to comment Share on other sites More sharing options...
boen_robot Posted August 15, 2007 Share Posted August 15, 2007 Yeah.Tihs tnhig may aluctaly be ture. But I'm seurpsrid to see a cpoy of tihs itno a stie oenwd by Mfocosrit. Hvae you nteoicd taht the sotrehr the wrod, the lses mnfaodictiois you can mkae to it, mnkaig tihs a srot of a new lgaguane taht's esay to apadt to? 1 Link to comment Share on other sites More sharing options...
justsomeguy Posted August 15, 2007 Share Posted August 15, 2007 Capitalization is the difference between "I had to help my uncle Jack off a horse.." and "I had to help my uncle jack off a horse.."words of wisdom.. Link to comment Share on other sites More sharing options...
SpOrTsDuDe.Reese Posted December 5, 2007 Share Posted December 5, 2007 crap double post..erase plz Link to comment Share on other sites More sharing options...
SpOrTsDuDe.Reese Posted December 5, 2007 Share Posted December 5, 2007 PHP is very complicated for me to understand, I downloaded PHP and I have to read the manual that comes with it. And I still don't understand. Can you give me an example of how to do this in HTML form then PHP form: (I know how to do HTML form easy but PHP confuses me):Write somethingPut date on websiteCode a form field for sending feedbackWhen someone goes to the website start a session and when the exit the page, end the session(Please don't tell me to go to the tutorials, they only confuse me more. I need human help ;o Link to comment Share on other sites More sharing options...
justsomeguy Posted December 5, 2007 Share Posted December 5, 2007 You use echo to send HTML code to the browser.echo "<div>Hello world</div><hr>";PHP has several date and time functions to use. The date function lets you format the date however you want it.http://www.php.net/manual/en/function.date.phpPHP doesn't have anything to do with form fields. That's all HTML. PHP just uses the name attribute of the form field to get the value that the browser sent to the server. The values are either in $_POST or $_GET, depending on how the form was submitted.To start a session, you use the session_start function. You can use the session_destroy function if you want to completely erase session data, but people typically don't end the session themselves, it will automatically time out after a set period. Link to comment Share on other sites More sharing options...
Alexb Posted February 13, 2008 Share Posted February 13, 2008 PHP is very complicated for me to understand, I downloaded PHP and I have to read the manual that comes with it. And I still don't understand. Can you give me an example of how to do this in HTML form then PHP form: (I know how to do HTML form easy but PHP confuses me):When I read a php manual for the first time, I too didn't understand at all how php works.... have you a local web server (apache + php) running on your PC? I only understood something when I installed one into mine... and now - thanks to PAMPA software - my personal web server is not installed into my PC, but is into my drive pen! Link to comment Share on other sites More sharing options...
23.12.2012 Posted July 17, 2008 Share Posted July 17, 2008 Uhm... this may sound a little bit wierd, but what is the recommended age to start learning PHP at?!? Because I'm 13, and I can't understand everything that's inside the tutorial. oO Link to comment Share on other sites More sharing options...
Ingolme Posted July 17, 2008 Share Posted July 17, 2008 There's no exact age for learning any language. But you should find tutorials about the basics of programming first.Here's basically what you need to know:1. Commands:if()while()for()switch()...2. Data types:StringsNumbers/Integers/FloatsDates...3. Variables4. Operators:+ - * / .5. Logic:AND, OR, NOT Link to comment Share on other sites More sharing options...
23.12.2012 Posted July 17, 2008 Share Posted July 17, 2008 Someone here said something about the books published by O'Reilly Media. I'm thinking of buying some of those (and I say some because I'm interested in advanced PHP, C++ and XML), and I'd like to know if they are very well written, so that it will make my work a little bit easier (I had a book - not published by O'reilly Media - about PHP, but I realise that it was not that good, because there were some problems not mentioned in the book, which I learnt about later, so...). I read the Table of Content of three books (2 PHP's and one C), but I'm not that satisfyed (the things just look so unorganized...). Perhaps it's because of the content which is missing in the preview version, but I'd like to know if anyone here has one of these books, and can give me a feedback.Thanks in advance! 1 Link to comment Share on other sites More sharing options...
justsomeguy Posted July 17, 2008 Share Posted July 17, 2008 I have several of their books, I like them alot. But they are just a publisher, the different authors will have different writing styles. But find one that looks good and pick it up, if you like it and it fits the way you learn then try a couple more. You might even be able to find a local used bookstore that has them for sale for cheap. Link to comment Share on other sites More sharing options...
justsomeguy Posted September 18, 2008 Share Posted September 18, 2008 We all know that php.net is a great resource for PHP documentation. Each of us probably has a favorite reference for Javascript or HTML or CSS or ASP or any other language. These two sites look pretty handy, I guess these could be posted anywhere but I'll stick them here for now (if any mod wants to move, feel free).http://quickref.org/Great reference if you know the name of what you're looking for. Quick and easy to get the reference about how to use it. Works for C, C++, CSS, HTML, HTML DOM, Java, JavaScript, MySQL, Perl, PHP, Python, and Ruby.http://www.gotapi.com/Awesome site that aggregates information from other sites (including w3schools). It has tabs across the tops for the APIs you want to look up, and you can click any of the links in the middle to add another tab. As an example, click the link for PHP at php.net. On the left you'll see the function reference, and if you click any of the functions you'll see the familiar page from php.net load in the frame. Quick and easy way to get where you're looking. Also notice that there's a PHP Tutorials link with tutorials from 600 sources. The CSS, Javascript/DOM, and a few XML references come from w3schools. Link to comment Share on other sites More sharing options...
Sideffect Posted March 5, 2009 Share Posted March 5, 2009 good tutorial, just finished client scripting now starting server-side scripting,so a noob, but working on it :)any noob tips shoot Link to comment Share on other sites More sharing options...
norNerd Posted November 23, 2009 Share Posted November 23, 2009 Spelling is over rated:I cdnuolt blveiee taht I cluod aulaclty uesdnatnrd waht I was rdgnieg The phaonmneal pweor of the hmuan mnid. Aoccdrnig to a rscheearch at Cmabrigde Uinervtisy, it deosn't mttaer inwaht oredr the ltteers in a wrod are, the olny iprmoatnt tihng is taht the frist and lsat ltteer be in the rghit pclae. The rset can be a taotl mses and you can sitll raed it wouthit a porbelm. Tihs is bcuseae the huamn mnid deos not raed ervey lteter by istlef, but the wrod as a wlohe.Amzanig huh?yaeh and I awlyas thought slpeling was ipmorantt!Yeah really amazing, my first laugh today, damn! Link to comment Share on other sites More sharing options...
Recommended Posts