php Programming Glossary: familiarize
php String Concatenation, Performance http://stackoverflow.com/questions/124067/php-string-concatenation-performance 'three' valueList implode ' ' values Lastly make sure you familiarize yourself with PHP's string type and it's different delimiters..
How to SFTP upload files from PHP http://stackoverflow.com/questions/1767117/how-to-sftp-upload-files-from-php . 'phpseclib' include 'Net SFTP.php' You should really familiarize yourself with this kind of include technique it's pretty standard..
Upload Photo To Album with Facebook's Graph API http://stackoverflow.com/questions/2718610/upload-photo-to-album-with-facebooks-graph-api Photo To Album with Facebook's Graph API I'm trying to familiarize myself with Facebook's new Graph API and so far I can fetch..
Simplify PHP DOM XML parsing - how? http://stackoverflow.com/questions/3405117/simplify-php-dom-xml-parsing-how DOMNode is the most important class in DOM you want to familiarize yourself with it. echo n n TRAVERSING UP AND DOWN n n product..
What to do after learning basic PHP? http://stackoverflow.com/questions/3487276/what-to-do-after-learning-basic-php prototype scriptaculos etc. Server Side Infrastructure familiarize yourself with shell scripting if working on Linux e.g. bash..
DOMDocument in php http://stackoverflow.com/questions/4979836/domdocument-in-php properties and methods from DOMNode it is essential to familiarize yourself with the DOMNode class. In practise this means the..
Reading a large file line by line or storing its lines in an array http://stackoverflow.com/questions/7707745/reading-a-large-file-line-by-line-or-storing-its-lines-in-an-array improve this question There are two functions you should familiarize yourself with. The first is file which reads an entire file..
|