php Programming Glossary: knowing
php soap client for uk mail webservice api? http://stackoverflow.com/questions/10511478/php-soap-client-for-uk-mail-webservice-api there is no guarantee You can proceed without knowing the exact nature of the complex types or without having any..
How to encrypt/decrypt data in php? http://stackoverflow.com/questions/10916284/how-to-encrypt-decrypt-data-in-php possible you only wish to verify the password rather than knowing its contents. If a user loses their password it's better to..
What is the most accurate way to retrieve a user's correct IP address in PHP? http://stackoverflow.com/questions/1634782/what-is-the-most-accurate-way-to-retrieve-a-users-correct-ip-address-in-php to most accurately retrieve a user's real IP address well knowing no method is perfect using said variables I spent some time..
Generating a drop down list of timezones with PHP http://stackoverflow.com/questions/1727077/generating-a-drop-down-list-of-timezones-with-php the built in PHP DateTime class in PHP 5. I need help knowing which of these would be the best to attempt to use when trying..
How to detect when a user has successfully finished downloading a file in php http://stackoverflow.com/questions/194579/how-to-detect-when-a-user-has-successfully-finished-downloading-a-file-in-php know that all the file was sent. This is not the same as knowing that all was received but it should be enough for most scenarios...
Magic quotes in PHP http://stackoverflow.com/questions/220437/magic-quotes-in-php were meant to sanitize input to the PHP script but without knowing how that input will be used it's impossible to sanitize correctly...
What is the size limit of a post request? http://stackoverflow.com/questions/2364840/what-is-the-size-limit-of-a-post-request server via IE. I haven't run into any problems yet but knowing this ahead of time might save me a bunch of frustration and..
How do I get the current time zone of MySQL? http://stackoverflow.com/questions/2934258/how-do-i-get-the-current-time-zone-of-mysql 05 29 08 32 38 Note it changed 1 row in set 0.00 sec So knowing the timezone of the server is only important in terms of functions.. 1st PST an hour later You have absolutely no way of knowing. Moral Always store dates times in GMT which doesn't do DST..
How can I display the users profile pic using the facebook graph api? http://stackoverflow.com/questions/3012905/how-can-i-display-the-users-profile-pic-using-the-facebook-graph-api facebook graph api share improve this question knowing the user id the url for their profile picture is http graph.facebook.com..
What kinds of patterns could I enforce on the code to make it easier to translate to another programming language? http://stackoverflow.com/questions/3455456/what-kinds-of-patterns-could-i-enforce-on-the-code-to-make-it-easier-to-translat daunting please let me know. EDIT I am more interested in knowing what kinds of patterns I could enforce on the code to make it..
Password security: sha1, sha256 or sha512 http://stackoverflow.com/questions/3897434/password-security-sha1-sha256-or-sha512 security sha1 sha256 or sha512 After knowing that hashing a password is my choice for making a login form...
PHP - and / or keywords http://stackoverflow.com/questions/4502092/php-and-or-keywords it doesn't make a difference but there are cases when not knowing about this difference can cause some unexpected behaviour. See..
How do you use bcrypt for hashing passwords in PHP? http://stackoverflow.com/questions/4795385/how-do-you-use-bcrypt-for-hashing-passwords-in-php cannot retrieve the plain text password without already knowing the salt rounds and key password . Source Using PHP 5.5 DEV..
Is time() a good salt http://stackoverflow.com/questions/4983915/is-time-a-good-salt those hazards. It's not about preventing the attacker from knowing what an individual salt is it's about not giving them the big..
php, file download http://stackoverflow.com/questions/5595485/php-file-download over the output stream your letting PHP handle it without knowing exactly what is going on within the background What you should..
What is the PHP shorthand for: print var if var exist http://stackoverflow.com/questions/5836515/what-is-the-php-shorthand-for-print-var-if-var-exist needing to print a variable in an input field but not knowing for sure whether the var is set like this. Basically this is..
What's the deal with a leading underscore in PHP class methods? http://stackoverflow.com/questions/663350/whats-the-deal-with-a-leading-underscore-in-php-class-methods may be good reasoning behind it that I would benefit from knowing. Any thoughts insights and or opinions would be appreciated...
What's quicker and better to determine if an array key exists in PHP? http://stackoverflow.com/questions/700227/whats-quicker-and-better-to-determine-if-an-array-key-exists-in-php 2 if array_key_exists key array ... I'm interested in knowing if either of these are better. I've always used the first but..
Cross Domain Ajax Request with JQuery/PHP http://stackoverflow.com/questions/752319/cross-domain-ajax-request-with-jquery-php the origin server and is allowed the browser has no way of knowing that the response comes from somewhere else behind the scene..
Implementing goMongoDB-like Query expression object evaluation http://stackoverflow.com/questions/14972025/implementing-gomongodb-like-query-expression-object-evaluation function to extract information from php arrays. Knowing the array structure the arrayPath it will allow to perform operations..
JavaScript: How do I create JSONP? http://stackoverflow.com/questions/1678214/javascript-how-do-i-create-jsonp I would like call a JSON API I have on example2.com. Knowing that this is not allowed it occurred to me this is exactly why..
How to IPC between PHP clients and a C Daemon Server? http://stackoverflow.com/questions/1746207/how-to-ipc-between-php-clients-and-a-c-daemon-server level IPC are also welcome. Thanks for your help Update Knowing much more now than I did at the time of asking this question..
Login without HTTPS, how to secure? http://stackoverflow.com/questions/2336678/login-without-https-how-to-secure that is better than sending the passwords plaintext. Knowing the drawbacks of each such solutions is a plus. Amy improvement..
Historical security flaws of popular PHP CMS's? http://stackoverflow.com/questions/2951917/historical-security-flaws-of-popular-php-cmss get hacked and published on something like wikileak. Knowing that a big part of your users use the same login and password..
Do PHP PDO prepared statments need to be escaped? http://stackoverflow.com/questions/3143614/do-php-pdo-prepared-statments-need-to-be-escaped by eliminating the need to manually quote the parameters Knowing this is there a PHP function like mysql_real_escape_string that..
What security problems could come from exposing phpinfo() to end users? http://stackoverflow.com/questions/3196011/what-security-problems-could-come-from-exposing-phpinfo-to-end-users exploits php security share improve this question Knowing the structure of your filesystem might allow hackers to execute..
How to parse SOAP response without SoapClient http://stackoverflow.com/questions/3928350/how-to-parse-soap-response-without-soapclient why you don't want to can't use PHP 5's SOAP extension Knowing this information should help us to give you a better answer...
How get first level of dom elements by Domdocument PHP? http://stackoverflow.com/questions/5882433/how-get-first-level-of-dom-elements-by-domdocument-php nodeName body will only iterate the body DOMElement node. Knowing that libxml will add the skeleton you will have to iterate over..
|