¡@

Home 

php Programming Glossary: discussion

How foreach actually works

http://stackoverflow.com/questions/10057671/how-foreach-actually-works

this to be the end of the story. But I recently got into a discussion on the matter and after a little experimentation found that..

PHP & Hash / Fragment Portion of URL

http://stackoverflow.com/questions/1162008/php-hash-fragment-portion-of-url

as a PHP variable. http www.example.com #location However discussion at this link indicates that the fragment of a URL is only reachable..

Use global variables in a class

http://stackoverflow.com/questions/11923272/use-global-variables-in-a-class

Update Because the fact that from my answer sprung a discussion about why I would go the dependency injection route instead..

Can I try/catch a warning?

http://stackoverflow.com/questions/1241728/can-i-try-catch-a-warning

does this at several locations. BTW there's was some discussion lately on the PHP newsgroup about replacing PHP errors with..

How can an SQL query return data from multiple tables

http://stackoverflow.com/questions/12475850/how-can-an-sql-query-return-data-from-multiple-tables

it ` Typical we just get to an interesting section of our discussion and the boss wants more work. Rightyo so the first thing we..

PHP what is the best approach to using XML? Need to create and parse XML responses

http://stackoverflow.com/questions/2060346/php-what-is-the-best-approach-to-using-xml-need-to-create-and-parse-xml-respons

See this article about what's new with XML in PHP5 and a discussion of their pros and cons . You might also reconsider where you..

How should I ethically approach user password storage for later plaintext retrieval?

http://stackoverflow.com/questions/2283937/how-should-i-ethically-approach-user-password-storage-for-later-plaintext-retrie

hitting 100 up votes as a compliment and hope that this discussion has helped someone else with the same concern that I had. php..

What is the size limit of a post request?

http://stackoverflow.com/questions/2364840/what-is-the-size-limit-of-a-post-request

says no http www.netlobo.com ie_form_submit.html This discussion says yes http bytes.com topic php answers 538226 what maximum..

Best practices to test protected methods with PHPUnit [closed]

http://stackoverflow.com/questions/249664/best-practices-to-test-protected-methods-with-phpunit

to test protected methods with PHPUnit closed I found the discussion on Do you test private method informative. I have decided that..

PHP emitting 500 on errors - where is this documented?

http://stackoverflow.com/questions/3075355/php-emitting-500-on-errors-where-is-this-documented

on PHP errors. Dmitry Andrei Nigmatulin There is also this discussion on the internals list that might be related PHP DEV FW php fastcgi..

Understanding MVC: Whats the concept of “Fat” on models, “Skinny” on controllers?

http://stackoverflow.com/questions/3109715/understanding-mvc-whats-the-concept-of-fat-on-models-skinny-on-controllers

I have the following example this is taken from a freenode discussion Q On MVC paradigm its said Fat models skinny controllers. I'm.. act between them thats the paradigm FINAL NOTE The discussion ended saying that I'm wrong wish is ok i'm learning . But so..

Many hash iterations: append salt every time?

http://stackoverflow.com/questions/3559437/many-hash-iterations-append-salt-every-time

collisions the only source I could find so far is this discussion ... And some more discussion on the topic HEKS Proposal SecurityFocus.. I could find so far is this discussion ... And some more discussion on the topic HEKS Proposal SecurityFocus blog on hashing A paper..

Fastest Way to Serve a File Using PHP

http://stackoverflow.com/questions/3697748/fastest-way-to-serve-a-file-using-php

a summary of the solutions from it and from others in the discussion. The solutions are ordered from best solution to worst but also..

Secure hash and salt for PHP passwords

http://stackoverflow.com/questions/401656/secure-hash-and-salt-for-php-passwords

a password and make it harder to crack. There's a longer discussion of password entropy on the Crypto StackExchange site. A good..

PHP: “Notice: Undefined variable” and “Notice: Undefined index”

http://stackoverflow.com/questions/4261133/php-notice-undefined-variable-and-notice-undefined-index

answers on this issue are very specific. Related Meta discussion What can be done about repetitive questions Do œreference questions..

How to prevent SQL injection with dynamic tablenames?

http://stackoverflow.com/questions/5811834/how-to-prevent-sql-injection-with-dynamic-tablenames

prevent SQL injection with dynamic tablenames I had this discussion with a high reputation PHP guy PDO has no use here. as well..

Reference: What is a perfect code sample using the MySQL extension? [closed]

http://stackoverflow.com/questions/6198104/reference-what-is-a-perfect-code-sample-using-the-mysql-extension

query and doesn't know how to fix it. To pre empt PDO discussion Yes it will often be preferable to direct the individuals writing..

PHP - urlencode vs rawurlencode?

http://stackoverflow.com/questions/996139/php-urlencode-vs-rawurlencode

RFC 1866 . Additional Reading You may also want to see the discussion at http bytes.com groups php 5624 urlencode vs rawurlencode..