This article is within the scope of WikiProject PHP, a collaborative effort to improve the coverage of PHP articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
This article is within the scope of WikiProject Computing, a collaborative effort to improve the coverage of computers, computing, and information technology on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
This article is within the scope of WikiProject Computer science, a collaborative effort to improve the coverage of Computer science related articles on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
This article is within the scope of WikiProject Internet, a collaborative effort to improve the coverage of the Internet on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
This article is within the scope of WikiProject Free Software, a collaborative effort to improve the coverage of free software on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
This article is within the scope of WikiProject Software, a collaborative effort to improve the coverage of software on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
This article is within the scope of WikiProject Spoken Wikipedia, a collaborative effort to improve the coverage of articles that are spoken on Wikipedia. If you would like to participate, please visit the project page, where you can join the discussion and see a list of open tasks.
The content of PHP Data Objects was merged into PHP. For the contribution history and old versions of the redirected page, please see its history; for the discussion at that location, see its talk page. (July 15, 2014)
I have just added archive links to one external link on PHP. Please take a moment to review my edit. You may add {{cbignore}} after the link to keep me from modifying it, if I keep adding bad data, but formatting bugs should be reported instead. Alternatively, you can add {{nobots|deny=InternetArchiveBot}} to keep me off the page altogether, but should be used as a last resort. I made the following changes:
When you have finished reviewing my changes, please set the checked parameter below to true or failed to let others know (documentation at {{Sourcecheck}}).
YAn editor has reviewed this edit and fixed any errors that were found.
If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
If you found an error with any archives or the URLs themselves, you can fix them with this tool.
If you are unable to use these tools, you may set |needhelp=<your help request> on this template to request help from an experienced user. Please include details about your problem, to help other editors.
Some years ago now I added the <?= 'Hello World'; to the syntax section. I think both this, and the "HTML" version should be removed. They're both unhelpful and misleading (the HTML one more so).
We should avoid focusing on PHP's use as a templating engine. While it was designed for exactly this, these days it's the last thing you should use it for.
Additionally, the part on PHP's delimiters is incorrect: there is no need to use ?> if there is nothing after the PHP, and it is recommended not to. — Preceding unsigned comment added by Gisleburt (talk • contribs) 21:44, 2 May 2016 (UTC)
Hm, I'm not sure that not using ?> is actually recommended? — Dsimic (talk | contribs) 02:31, 31 May 2016 (UTC)
It is: http://php.net/manual/en/language.basic-syntax.phptags.php "If a file is pure PHP code, it is preferable to omit the PHP closing tag at the end of the file. This prevents accidental whitespace or new lines being added after the PHP closing tag, which may cause unwanted effects because PHP will start output buffering when there is no intention from the programmer to send any output at that point in the script." — Preceding unsigned comment added by Bbio1092 (talk • contribs) 21:52, 14 July 2016 (UTC)
You are cordially invited to participate in WikiProject PHP, a project dedicated on improving Wikipedia's coverage and detail regarding the PHP programming language.
If you would like to participate, you can visit the project page, where you can join the project.