Richard 
							
						 
					 
					
						
						
							
						
						ba242ccf1e 
					 
					
						
						
							
							Short description and code example of Exceptions ( #23406 )  
						
						... 
						
						
						
						* Short description and code example of Exceptions
* Fixed typos and formatting 
						
						
					 
					
						2018-11-23 21:01:08 -05:00 
						 
				 
			
				
					
						
							
							
								Tomas Luque Gonzalez 
							
						 
					 
					
						
						
							
						
						ffc8c1b091 
					 
					
						
						
							
							Keywords explanation ( #22407 )  
						
						... 
						
						
						
						* Keywords explanation
* format better...
add more info title + move link to it
make a list of info under note 
						
						
					 
					
						2018-11-21 14:50:18 -07:00 
						 
				 
			
				
					
						
							
							
								Bearz314 
							
						 
					 
					
						
						
							
						
						aae77a7890 
					 
					
						
						
							
							Added explanation on the -- ( #22343 )  
						
						... 
						
						
						
						Added explanations on using `--` in SQL to comment out unwanted trailing characters.
Payload should not have a `'` as numbers should not be wrapped by quotes (source: https://www.w3schools.com/sql/sql_where.asp  ) The previous payload would have an extra closing quote in the SQL query. 
						
						
					 
					
						2018-11-21 14:31:47 -07:00 
						 
				 
			
				
					
						
							
							
								Rajesh Chittampally 
							
						 
					 
					
						
						
							
						
						6ff8d96efc 
					 
					
						
						
							
							Added a php framework, installation steps ( #22401 )  
						
						... 
						
						
						
						* Added a php framework, installation steps
Added a PHP framework, installation steps and added other minor texts
* Fixed small typo issues
* fixed small typo issues in links 
						
						
					 
					
						2018-11-21 09:15:52 -06:00 
						 
				 
			
				
					
						
							
							
								Tomas Luque Gonzalez 
							
						 
					 
					
						
						
							
						
						a1505794e9 
					 
					
						
						
							
							Popular Frameworks list update ( #22387 )  
						
						
						
						
					 
					
						2018-11-19 16:41:49 -05:00 
						 
				 
			
				
					
						
							
							
								Thyago Clemente 
							
						 
					 
					
						
						
							
						
						6a97a4bb93 
					 
					
						
						
							
							Changed definition of "double" line comment ( #22203 )  
						
						... 
						
						
						
						The correct is "multiple" line comment 
						
						
					 
					
						2018-11-19 16:35:16 -05:00 
						 
				 
			
				
					
						
							
							
								Šimun Gogić 
							
						 
					 
					
						
						
							
						
						fd42737b1d 
					 
					
						
						
							
							Added description of class sections ( #22306 )  
						
						... 
						
						
						
						Added description for class definition, instance variables, setter and getter functions, creation of instance and calling a function on it 
						
						
					 
					
						2018-11-19 07:56:38 -06:00 
						 
				 
			
				
					
						
							
							
								Chris Bassey 
							
						 
					 
					
						
						
							
						
						6e790259e5 
					 
					
						
						
							
							Corrected usage percentage ( #22275 )  
						
						... 
						
						
						
						Updated the PHP usage statistic for the percentage of websites whose server-side programming language we know. 
						
						
					 
					
						2018-11-18 07:33:00 -06:00 
						 
				 
			
				
					
						
							
							
								Alin Migea 
							
						 
					 
					
						
						
							
						
						fe1b98d71a 
					 
					
						
						
							
							Minor syntax change ( #22094 )  
						
						
						
						
					 
					
						2018-11-17 22:31:26 -06:00 
						 
				 
			
				
					
						
							
							
								Jacob Hoard 
							
						 
					 
					
						
						
							
						
						96e2a2f621 
					 
					
						
						
							
							Added basic information about forms ( #21593 )  
						
						... 
						
						
						
						* Added basic information about forms
* Removed stub and fixed grammar 
						
						
					 
					
						2018-11-17 16:40:57 -05:00 
						 
				 
			
				
					
						
							
							
								Jacob Hoard 
							
						 
					 
					
						
						
							
						
						42818b2271 
					 
					
						
						
							
							Added information/examples about input checking ( #21615 )  
						
						... 
						
						
						
						* Added information/examples about input checking
* removed boilerplate 
						
						
					 
					
						2018-11-17 09:43:56 -07:00 
						 
				 
			
				
					
						
							
							
								Dhiraj Kanchan 
							
						 
					 
					
						
						
							
						
						a4f87125d3 
					 
					
						
						
							
							Correct output text to "Hello World!" ( #24449 )  
						
						... 
						
						
						
						Correct the output text to read "Hello World!" instead of "This is my first PHP script!". 
						
						
					 
					
						2018-11-17 10:35:04 +05:30 
						 
				 
			
				
					
						
							
							
								George-Cristian Tudoran 
							
						 
					 
					
						
						
							
						
						68d00ec899 
					 
					
						
						
							
							Added do-while loop statement ( #21611 )  
						
						... 
						
						
						
						* Added do-while loop statement
* moved links to bottom, changed to markdown style links 
						
						
					 
					
						2018-11-15 07:23:11 -06:00 
						 
				 
			
				
					
						
							
							
								Chris Gaines 
							
						 
					 
					
						
						
							
						
						79b1563de5 
					 
					
						
						
							
							Update index.md ( #34076 )  
						
						
						
						
					 
					
						2018-11-13 12:51:06 +05:30 
						 
				 
			
				
					
						
							
							
								George-Cristian Tudoran 
							
						 
					 
					
						
						
							
						
						458b861380 
					 
					
						
						
							
							Added class constants ( #21662 )  
						
						... 
						
						
						
						* Added class constants
* fix(guide): typos 
						
						
					 
					
						2018-11-12 10:55:12 +00:00 
						 
				 
			
				
					
						
							
							
								Vincent 
							
						 
					 
					
						
						
							
						
						104d717756 
					 
					
						
						
							
							Explanation/example of how to get the file to display in browser ( #22554 )  
						
						... 
						
						
						
						* More detailed explanation/example
A little extra explanation about how to get the example file to display in the browser.
* Used 'note' for changes 
						
						
					 
					
						2018-11-09 04:10:51 -05:00 
						 
				 
			
				
					
						
							
							
								Phil Whisenhunt 
							
						 
					 
					
						
						
							
						
						3de7319e68 
					 
					
						
						
							
							Minor spelling adjustments and clarity additions ( #20670 )  
						
						... 
						
						
						
						Changed a few dashes to colons for clarify. Also fixed spelling in a few places and added an article 
						
						
					 
					
						2018-11-01 07:02:24 +07:00 
						 
				 
			
				
					
						
							
							
								Rich 
							
						 
					 
					
						
						
							
						
						085b99faeb 
					 
					
						
						
							
							PHP spaceship operator ( #32991 )  
						
						
						
						
					 
					
						2018-10-31 18:20:20 -05:00 
						 
				 
			
				
					
						
							
							
								Andonov Florijan 
							
						 
					 
					
						
						
							
						
						6f05fd928c 
					 
					
						
						
							
							Started writing the Super Globals ( #32995 )  
						
						... 
						
						
						
						I started creating the super globals file. I have mentioned $_GET and $_POST I will continue with the others 
						
						
					 
					
						2018-10-31 18:18:53 -05:00 
						 
				 
			
				
					
						
							
							
								Andonov Florijan 
							
						 
					 
					
						
						
							
						
						d13b8bf6a0 
					 
					
						
						
							
							Added Multidimensional Array ( #32986 )  
						
						... 
						
						
						
						Added Multidimensional Array as part of arrays 
						
						
					 
					
						2018-10-31 16:53:42 -05:00 
						 
				 
			
				
					
						
							
							
								Aman Shah 
							
						 
					 
					
						
						
							
						
						b762331f0e 
					 
					
						
						
							
							Update index.md ( #24537 )  
						
						
						
						
					 
					
						2018-10-29 16:02:30 -07:00 
						 
				 
			
				
					
						
							
							
								Isuru Ranawaka 
							
						 
					 
					
						
						
							
						
						0ba3c48ee4 
					 
					
						
						
							
							Updated to include require, update and remove ( #20269 )  
						
						... 
						
						
						
						Updated the file with composer commands and descriptions of require, update and remove. 
						
						
					 
					
						2018-10-28 15:51:14 -07:00 
						 
				 
			
				
					
						
							
							
								zendmaster 
							
						 
					 
					
						
						
							
						
						b2f90962ca 
					 
					
						
						
							
							Added command for install for Centos 6 or 7 ( #20177 )  
						
						
						
						
					 
					
						2018-10-28 09:37:53 -05:00 
						 
				 
			
				
					
						
							
							
								Stephan Grobler 
							
						 
					 
					
						
						
							
						
						c90ec7819d 
					 
					
						
						
							
							Remove irrelevant and duplicate guides from the php guide ( #19540 )  
						
						
						
						
					 
					
						2018-10-28 01:21:21 +09:00 
						 
				 
			
				
					
						
							
							
								Hajrudin 
							
						 
					 
					
						
						
							
						
						3cea4a5b3a 
					 
					
						
						
							
							Removed unnecessary repeated word ( #19995 )  
						
						
						
						
					 
					
						2018-10-26 23:56:38 +07:00 
						 
				 
			
				
					
						
							
							
								priteshpk 
							
						 
					 
					
						
						
							
						
						80918b962a 
					 
					
						
						
							
							Update index.md ( #24917 )  
						
						... 
						
						
						
						Added intro about strings 
						
						
					 
					
						2018-10-22 23:41:14 -07:00 
						 
				 
			
				
					
						
							
							
								chiffonsigh 
							
						 
					 
					
						
						
							
						
						57a063416c 
					 
					
						
						
							
							PHP variable & data type edits ( #19651 )  
						
						
						
						
					 
					
						2018-10-23 09:47:36 +09:00 
						 
				 
			
				
					
						
							
							
								Nguyen Viet 
							
						 
					 
					
						
						
							
						
						3e6feb7a38 
					 
					
						
						
							
							fix syntax ( #19789 )  
						
						... 
						
						
						
						add missing semicolon 
						
						
					 
					
						2018-10-22 11:07:34 -05:00 
						 
				 
			
				
					
						
							
							
								Nguyen Viet 
							
						 
					 
					
						
						
							
						
						b408b27b2d 
					 
					
						
						
							
							add <?php tag ( #19792 )  
						
						... 
						
						
						
						add <?php tag 
						
						
					 
					
						2018-10-21 11:20:09 -05:00 
						 
				 
			
				
					
						
							
							
								Nguyen Viet 
							
						 
					 
					
						
						
							
						
						da82fe835d 
					 
					
						
						
							
							add missing semicolon ( #19796 )  
						
						... 
						
						
						
						add missing semicolon 
						
						
					 
					
						2018-10-20 22:50:54 -05:00 
						 
				 
			
				
					
						
							
							
								Bouncey 
							
						 
					 
					
						
						
							
						
						b1a785c87d 
					 
					
						
						
							
							fix(guide): Fix directory structure  
						
						
						
						
					 
					
						2018-10-19 16:28:34 +01:00 
						 
				 
			
				
					
						
							
							
								Thomas Papapaschos 
							
						 
					 
					
						
						
							
						
						439f2662b4 
					 
					
						
						
							
							fix spelling error ( #19623 )  
						
						
						
						
					 
					
						2018-10-17 11:18:27 -07:00 
						 
				 
			
				
					
						
							
							
								Mrugesh Mohapatra 
							
						 
					 
					
						
						
							
						
						da0df12ab7 
					 
					
						
						
							
							fix(guide): simplify directory structure  
						
						
						
						
					 
					
						2018-10-16 21:32:40 +05:30