.josh Posted March 1, 2009 Share Posted March 1, 2009 "level system" is pretty ambiguous... care to be more specific? Quote Link to comment Share on other sites More sharing options...
Soulstealer Posted March 2, 2009 Share Posted March 2, 2009 when u attack player u get X amount of exp and u need X amount to lvl when u reach X amount it auto changed\s ur level to next lvl Quote Link to comment Share on other sites More sharing options...
jrws Posted April 17, 2009 Share Posted April 17, 2009 How about a tutorial on MYSQL sub-queries? You know explain with examples, that would help heaps -James- Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted April 17, 2009 Share Posted April 17, 2009 How about a tutorial on MYSQL sub-queries? You know explain with examples, that would help heaps -James- Â A sub query returns a result, like all queries do, and you can use that result as a variable in your query. That's it, essentially. Quote Link to comment Share on other sites More sharing options...
jrws Posted April 17, 2009 Share Posted April 17, 2009 Wow, didn't realize it was that simple. For myself, it is hard to get my head around on how to use. Well thanks for clearing that up, I will just try and google a good tutorial. -James- Quote Link to comment Share on other sites More sharing options...
fenway Posted April 17, 2009 Share Posted April 17, 2009 Well, a scalar subquery, that is. Quote Link to comment Share on other sites More sharing options...
snwburotn Posted May 20, 2009 Share Posted May 20, 2009 Hello, Â First off thanks, great website very informative. I have looked every where on the web and I can't find out how to make a simple news feed based off a MYSQL database, just as you have on your home page. Can you please do a tutorial for it? Â Thanks Quote Link to comment Share on other sites More sharing options...
soycharliente Posted May 26, 2009 Share Posted May 26, 2009 What do you think about doing a tutorial for doing .htaccess on a folder? And maybe linking it with a user database table? Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted May 26, 2009 Share Posted May 26, 2009 What do you mean with "doing .htaccess on a folder"? .htaccess files just contain Apache configuration directives. Not only does it have nothing to do with PHP whatsoever, but it can all be looked up in the Apache documentation. Quote Link to comment Share on other sites More sharing options...
poelinca Posted June 2, 2009 Share Posted June 2, 2009 unit test , test cases. Â i need to release a module on expressionEngine ( it's basicly a big class ) , and i realy realy need it to be bug free from all aspects . I found alot of tutorials and such , but they make ma confused on how they should work , like phpUnit that is realy big and i have hard times seting it up proprely . Don't get me wrong , i don't actualy need to use phpUnit , any other app would be great and higly apreciated , specialy if it comes from you guys ( i don't have problems understanding any of existing phpFreaks tutorials ) . Quote Link to comment Share on other sites More sharing options...
Maq Posted June 2, 2009 Share Posted June 2, 2009 Huh? Quote Link to comment Share on other sites More sharing options...
poelinca Posted June 2, 2009 Share Posted June 2, 2009 the purpose of this thread is to open tutorial topics to suggestion from some of the users of the forum. be precise about what you'd be interested in learning - any vague topics will be ignored. i would also urge new users to get in on this, letting us know what you find difficult to grasp being new to PHP, or what you struggled with most while learning through development.  that being said, have at it with your suggestions. keep in mind, i will be deleting unhelpful posts.  i'd like a tutorial on unit test , and test cases . makes sense now ? Quote Link to comment Share on other sites More sharing options...
Maq Posted June 2, 2009 Share Posted June 2, 2009 There is no generic tutorial you can write that fits everyones application. Frameworks/applications like PHPUnit are all different, besides, they have their own manual for this. Quote Link to comment Share on other sites More sharing options...
Daniel0 Posted June 2, 2009 Share Posted June 2, 2009 That doesn't necessarily mean you cannot write a TDD primer. Quote Link to comment Share on other sites More sharing options...
poelinca Posted June 2, 2009 Share Posted June 2, 2009 well , if it's too much trouble and you can't do a generic one , i understand , i was just searching for smth that will get me started without those phpUnit tutorials that don't seam to be well organised . Quote Link to comment Share on other sites More sharing options...
448191 Posted July 4, 2009 Share Posted July 4, 2009 I'll take that one. Â Expect a "Getting started with TDD" within a couple of weeks. The examples will be using PHPUnit though. Quote Link to comment Share on other sites More sharing options...
newbtophp Posted July 25, 2009 Share Posted July 25, 2009 What I'd really like to learn, is how to manage (edit/delete/submit) data via php (form) to a database (table).  This would be a greate tutorial, and would really help me, I believe it would also benefit others who are looking to manage sql info via php.  So for example the tutorial would consist of:  A form which can submit names to a database (Submit)  A form to delete names from the database. (Delete)  And a form which can edit the names in the database (Edit).  names = data  This just an example, i know their might better be ways. I've googled tutorials on this and their just for a specific function, ie. Delete. Theirs none that i know which teach how to do all in one.  Thanks Quote Link to comment Share on other sites More sharing options...
.josh Posted July 25, 2009 Share Posted July 25, 2009 http://www.phpfreaks.com/tutorial/php-basic-database-handling Quote Link to comment Share on other sites More sharing options...
ram4nd Posted June 11, 2010 Share Posted June 11, 2010 Maybe some tutorials about SEO. Maybe about clean uris if we want to stick to PHP. Quote Link to comment Share on other sites More sharing options...
Maq Posted June 11, 2010 Share Posted June 11, 2010 Maybe some tutorials about SEO. Maybe about clean uris if we want to stick to PHP. Â That would be Apache, not PHP. Quote Link to comment Share on other sites More sharing options...
umairmasood Posted September 24, 2010 Share Posted September 24, 2010 I would a tutorial on: Â 1) how setup facebook plugins for a website... 2) how to setup facebook apps using their PHP SDK Â This will be greatly appreciated. Â Quote Link to comment Share on other sites More sharing options...
JakeTheSnake3.0 Posted December 1, 2010 Share Posted December 1, 2010 How about automatic PHP script formatting in [ CODE ] blocks? Quote Link to comment Share on other sites More sharing options...
Mchl Posted December 1, 2010 Share Posted December 1, 2010 How about automatic PHP script formatting in [ CODE ] blocks? Â Here you go: highlight_string Quote Link to comment Share on other sites More sharing options...
JakeTheSnake3.0 Posted December 1, 2010 Share Posted December 1, 2010 I meant something along the lines of this website turning a submitted comment with a code block of: Â <?php echo('This is what I want');$var1 = 'bob';Â Â Â function testIt($asdf) { ... Â into this: Â <?php echo('This is what I want'); $var1 = 'bob'; function testIt($asdf) { ... Quote Link to comment Share on other sites More sharing options...
Mchl Posted December 2, 2010 Share Posted December 2, 2010 This is pretty much what BBCode tutorial would cover with the small addition that contents of tags should be passed to highlight_string() function Quote Link to comment Share on other sites More sharing options...
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.