Tagged: PHP
- PHP Warning: Module 'mcrypt' already loaded
- Smarty Function: State Drop Down
- Super massive content update
- WorkFlowy: Adventures in Text Parsing
- Recursive PHP Lint-inator
- PHP: Built for the web
- How I use Redis
- How to Setup a LAMP Stack on Ubuntu 12.04 LTS
- Browser redirect with PHP
- Command-Line PHP
- How to Setup a LEMP Stack on Ubuntu 12.04 LTS
- Specifying a User Agent when using file_get_contents() in PHP
- Encrypting Passwords in PHP
- Password Hashing Techniques in PHP
- Sending Email from PHP
- PHP Session Handling
- PHP Login System
- Configuring PHP Sessions
- Calculate Age from Date with PHP
- Installing PHP Redis - A PHP Extension for Redis
- Memcached as a PHP Session Handler
- Redis as a PHP Session Handler
- SQLite as a PHP Session Handler
- How to Install the Memcached Module on Ubuntu 12.04 LTS
- How to Install the SQLite Module on Ubuntu 12.04 LTS
- PHP Redis Clients
- Getting a User's IP Address in PHP
- How to Build a Leaderboard with PHP and Redis
- Speed up PHP with APC
- Convert Errors to Exceptions in PHP
- Detect Required PHP Version
- Check if a PHP function exists
- Check if a PHP class has a certain function
- Check if a PHP class exists
- Check if PHP is running from the command-line
- Calculating page load time / execution time with PHP
- Passing Arguments to Command-Line PHP
- Split a String by Letters with PHP
- How to Connect to a Database with PHP Data Objects (PDO)
- How to Use Prepared Statements in PHP
- Using Transactions with PHP Data Objects (PDO)
- How to Generate a Random Number with PHP
- How to Capture User Input from Command-line PHP
- How to Output Strings in PHP
- New Lines in Command-line PHP Output
- While you were out - while loops in PHP
- How to Increment / Decrement a Number with PHP
- How to Strip Whitespace from a String with PHP
- How to check if a variable is an integer with PHP
- How to Compare Numeric Variables with PHP
- How to Use Colors in Command-line PHP Output
- How to Output Variables within Strings with PHP
- How to Pluralize Words with PHP
- How to Terminate a PHP Script
- Building a Number Guessing Game in PHP
- How to Determine if it is Friday the 13th with PHP
- How to convert a CSV file into an array with PHP
- Sorting an associative array by a specific key with PHP
- Incrementing / Decrementing a Number by a Number with PHP
- Simple Probability Distribution with PHP
- Incrementing / Decrementing a String with PHP
- Shuffle an associative array with PHP
- Split an array into chunks with PHP
- How to handle daylight savings time in PHP
- PHP's HereDoc versus NowDoc
- How to convert a negative number to a positive number with PHP
- How to calculate Thanksgiving's date with PHP
- How to set up a LAMP server on Ubuntu 13.10
- How to error when setting undefined class properties in PHP
- Getting PHP's version from the command-line
- PHP segmentation faulting from logging too much
- Upgrade from PHP 5.3 to PHP 5.5 on Ubuntu 12.04 LTS
- PHP 5.5 syntax highlighting for Vim
- How I saw the test-driven light
- Improve performance by reusing PHP objects
- How to use switch/case statements in PHP
- Your stack is outdated
- How to use try/catch statements in PHP. Oh, and finally too!
- How to write files to disk with PHP
- Catching multiple PHP exceptions
- String dereferencing or How to extract a single character from a string with PHP
- Warning: Network TCP port is being used by /usr/sbin/php5-fpm. Possible rootkit
- How to use Generators in PHP
- Upgrade from PHP 5.3 to PHP 5.4 on Ubuntu 10.04 LTS
- Using list() with foreach() in PHP
- Passing variables to anonymous PHP functions
- How to get keys from an associative array in PHP
- How to zero fill a number with PHP
- Transactions with PHP Data Objects (PDO)
- PHP's /e modifier is deprecated, use preg_replace_callback instead
- Compressing and uncompressing a string with PHP
- How to Setup a LAMP Stack on Ubuntu 14.04 LTS
- How to Setup a LEMP Stack on Ubuntu 14.04 LTS
- How to Install the MongoDB PHP Module on Ubuntu 14.04 LTS
- How to Install PHP Redis on Ubuntu 14.04 LTS
- Google Places PHP Library
- URL Routing with PHP
- How to process PUT requests with PHP
- How to pipeline with phpredis
- How to calculate Mother's Day and Father's Day with PHP
- Checking your IMAP email using PHP
- How to parse XML with PHP's SimpleXML
- How to calculate Independence Day observances with PHP
- Parsing SOAP responses with PHP's SimpleXML
- Debugging SimpleXML Objects with PHP
- PHP without fancy braces
- Difference between break; and continue; in PHP
- Looping through a date range with PHP
- How to execute an HTTP POST using PHP cURL
- Fizz Buzz in PHP
- Upgrade to PHP 5.6 on Ubuntu 14.04 LTS
- Call to Action: PHP 5.6 on Ubuntu 12.04 LTS
- Upgrade from PHP 5.3 to PHP 5.6 on Ubuntu 12.04 LTS
- Debugging Invalid XML in PHP
- Simple PHP i18n internationalization and localization class
- Visibility in PHP
- How to merge two sorted PHP arrays without array_merge() or sort()
- How to connect to MongoDB using PHP
- Stop Accommodating Shortcomings
- How to generate the Fibonacci sequence with PHP
- Benchmarking PHP code
- Why I still use and maintain my own PHP framework
- Difference between dates with PHP
- Pull random values from an array with PHP
- Sort an array in reverse order with PHP
- How to convert a string to an array with PHP
- How to generate a date range with PHP
- How to reverse a string with PHP
- Days until Christmas in PHP
- How to convert an array to a string with PHP
- Find the lowest value in an array with PHP
- Find the largest value in an array with PHP
- Finding the smallest or largest value with PHP
- To infinity and beyond! Working with infinity in PHP
- Converting decimal to other number systems with PHP
- How to round numbers with PHP
- How to replace a string with a string in PHP
- Life of Pi - Working with Pi in PHP
- Basic HTTP Authentication with PHP
- How to save a remote file to disk with PHP
- How to get a server's hostname in PHP
- Calculate the length of a string with PHP
- Serializing and unserializing variables in PHP
- Get date for Easter in PHP
- Truncate string with ellipses with PHP
- Working with JSON in PHP
- Get all defined variables in PHP
- Working with Dynamic variable names a/k/a Variable variables in PHP
- Using PHP's built-in web server
- Basic page routing in PHP
- Set array pointer to a specific key or value in PHP
- How to convert a string to a time with PHP
- Detect bots and spammers with Project Honey Pot and PHP
- PHP is stupid and so are you
- Run a block of PHP code a certain percentage of the time
- Generate random hex color with PHP
- Check if a string contains a character with PHP
- Email validation via MX lookup in PHP
- Calculate time left in day in PHP
- Get the day of the week from a date in PHP
- Programming the same thing in multiple programming languages
- Convert Mongo BSONDocument to an array in PHP
- Reading a specific line from a file with PHP
- I beat PHP and so can you!
- Upgrade to PHP 7.x on Ubuntu 14.04 LTS
- PHPUnit with multiple versions of PHP and HHVM on Travis CI
- URL routing in PHP
- How to POST to a webhook in 5 different programming languages
- How to calculate United States holiday observances
- Symlinks with Nginx and PHP-FPM
- How to loop through all files in an S3 bucket in PHP
- Only run step for specific version with GitHub Actions
- Increase memory limit for Composer
- Passing a test without assertions with PHPUnit
- Juggling assertion syntax between PHPUnit versions
- Setting an authorization header when using file_get_contents with PHP
- Time zone conversion with PHP
- Filtering WordPress menu items
- How to disable the X-Mailer header with PHPMailer
- How to Increase WordPress Media Upload Size