Commit Graph

65 Commits (9f3e19657483aa8b7e50e7dd810ee4a47b0a4f8d)

Author SHA1 Message Date
Joe Erickson 0890dda962 Add content for PHP strings (#27489)
* Add content for PHP strings

* fix: resolved conflict
2019-02-28 16:37:12 -08:00
Zonqq 3f2b07ed71 Add information "String" (#26594) 2019-02-28 14:51:54 -08:00
Nguyen Viet 063257939b add php tag + update coding style (#26602)
should use all camel case for method
2019-02-24 09:41:44 -08:00
Gabriel Hoverman 9d2719e2e4 Added PHP Try Catch to Guide. (#33840)
* Added PHP Try Catch to Guide.

* fix: change tru to try
2019-02-20 20:52:08 -08:00
Gabriel Hoverman 9526a6ed03 Added PHP Substring Function to Guide. (#33826)
* Added PHP Substring Function to Guide.

* Added PHP Substring Function to Guide.

* Fixed typo
2019-02-20 08:40:18 -08:00
Daniele Pedone 4bd426500f Added info for stdClass (#31363)
* Update index.md

* fix: changed strClass to stdClass
2019-02-20 07:03:27 -08:00
Matt Christensen b0edf27c8a updated index by adding explode() function (#33621) 2019-02-20 06:40:01 -08:00
Tankica d6f8ddfdb3 Add strtolower function (#31351) 2019-02-19 10:40:21 -08:00
Shahbaz Ahmad Siddiqui 3fa796094b Definition added (#26304)
* Definition added

* Removed stub
2019-01-15 17:28:29 -05:00
Tankica 6bbf1c0c53 Add explanation about loops (#31343) 2018-12-29 13:52:01 -08:00
Atom a31507ecd0 fixed some grammatical errors (#27212) 2018-12-29 13:50:25 -08:00
raysr01 3ee06dd634 Added more info links (#31136)
* Added more info links

* fix: removed non-official php doc links
2018-12-29 21:24:53 +00:00
Jacob Hoard 80c60de887 Fixed grammar issues to help readability (#21144)
* Fixed grammar issues to help readability

* fix: changed rask for to a task
2018-12-29 21:24:19 +00:00
Adam Molnar ee5aeab2e8 Added a resource (#26404) 2018-12-26 20:26:46 -05:00
pirland 0e86226911 Added code block open and close around Mysqli example. (#26354)
* Update index.md

Added code block open and close around Mysqli example.

* Changed code block to use backticks.

* Removed php tags from code example

Removed php tags from code example.

* Added formatting, syntax highlighting
2018-12-26 18:13:14 -05:00
pirland f1a9cbf3f9 Changed MsSQL to MSSQL. (#26346)
* Update index.md

Changed MsSQL to MSSQL.

* Added space
2018-12-26 17:50:19 -05:00
Ashutosh Kumar 6816c92620 Added methods for Installing PHP and configuring Virtual Hosts in Apache (#26359)
* Added Basic Configuration Settings for apache

* Added More Methods of Installing PHP on Windows and Ubuntu
2018-12-18 10:35:17 -07:00
Tim Austin 28c02d4b24 updated php-install guide (#25497)
Updated installation instructions for contemporary package managers, bundles, libraries.
2018-12-18 09:59:13 -07:00
Rich 7fd2dce311 PHP array incorrect value (#32944)
* grammar update

* Incorrect array value
2018-12-17 09:14:14 -08:00
Tankica 15bfa694cd Add the count function (#31336) 2018-12-16 21:07:16 -08:00
Daniele Pedone 6d9f8593cb Update index.md to add a new item into php array (#31333) 2018-12-16 21:06:35 -08:00
exiam 68c5a2e4e8 Edit wording/examples on PHP array documentation (#29885) 2018-12-16 20:50:57 -08:00
Vlăduț Ilie 9e1be6b7eb Another example added (#27998)
* Another example added

Multiple datatypes added in Syntax section.

* Update index.md
2018-12-16 20:14:22 -08:00
tokesk 7913bf54cc Add php syntax highlighting (#25514) 2018-12-16 19:58:56 -08:00
NIKHIL BHANSI 4f4577ed15 Removed Duplicate more info (#32775)
Removed duplicate more info lines and Added in one section
2018-12-13 01:02:32 -08:00
Corey Abma 723fa03609 update: added additional note fields (#29551)
* fix: corrected placement of notes

Some "note" fields were preemptive in their placement; I corrected their placement to be in more appropriate locations.

* update: added additional note fields

Added some additional "note" fields to assist those who are reading through the PHP documentation.

* fix: formatting of escape sequence examples

The formatting was a bit jumbled, so I cleaned up the formatting of the escape sequence.

* update: improved examples

I added a new example to demonstrate the use of a "break" statement in a while loop, as well as numbered each example.

* update: add clarifying statement

I added a note at the end of the description, with the goal of being a bit more explicit in terms of what the "continue" statement does.
2018-12-13 00:51:39 -08:00
Vlăduț Ilie e545aceab8 Bug fixed in the Ternary Operators (#27984)
The initial syntax was wrong. See the changelog.
2018-12-13 00:40:56 -08:00
pirland f9e2fdb55f Update index.md (#26333)
Added and example of ternary syntax.
2018-12-13 00:31:49 -08:00
Parth c2de333137 Add ternary example (#24581) 2018-12-13 00:20:36 -08:00
Dhiraj Kanchan 022ffb21b2 Fix syntax to use equal to operator instead of assignment operator. (#24467)
Fix if statement to use Double equals (==)  instead of Single equal  (=) which would overwrite the value of $_GET['name'] variable.
2018-12-12 05:37:07 -05:00
P.RR 722c84ff2e Updating the statistic of PHP usage (#24476)
source: https://w3techs.com/technologies/details/pl-php/all/all
2018-12-11 19:58:17 -05:00
Simon Schindlatz d5adba3e23 Added section for assignment operators. (#24416)
* updated index.md

Added new paragraph for assigment operator. Edited "More Inofrmation" section by adding two links.

* Fixed formatting issues and assignment statement
2018-12-10 18:22:24 -05:00
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