Content for tag #php (7)
────────────๑♡๑────────────
📜
🕰️
Jan 06, 2025
🏷️ SpaceGame
🏷️ PBBG
🏷️ PHP
🏷️ Development
Recently opened this project, from a year or so ago, again and made it compatible with PHP 8.4.
The idea was to create a 🚀 space #PBBG and I was quite fond of the HTML/CSS mockups I made for it.
However, I know creating this will be a lot of work.. and to be 100% honest.. It's not like I'm "that into" space games. 🤷♂️
────────────๑♡๑────────────
My first experience with PagodaBox
📝
🕰️
May 10, 2013
🏷️ tech
🏷️ PaaS
🏷️ PHP
🏷️ BlogMigration
PagodaBox is a cloud hosting service that allows you to deploy your PHP applications easily. This post details my first experience with it.
────────────๑♡๑────────────
Quickly create an empty stdClass object in PHP
📝
🕰️
Apr 19, 2013
🏷️ tech
🏷️ php
🏷️ BlogMigration
For when you need the scaffolding of an empty PHP class object
────────────๑♡๑────────────
Get IP range by CIDR notation
📝
🕰️
Nov 21, 2012
🏷️ tech
🏷️ php
🏷️ BlogMigration
Calculate the lowest and highest IP in a range by giving a (incomplete) CIDR notation string in PHP
────────────๑♡๑────────────
Perfect separator for Shoutcast 7.html file
📝
🕰️
Apr 08, 2012
🏷️ tech
🏷️ php
🏷️ Shoutcast
🏷️ BlogMigration
If you use the Shoutcast 7.html trick to get some quick stats about your stream broadcast but are getting some inconsistencies with parsing the comma-separated input you get, try this!
────────────๑♡๑────────────
How to programmatically add an IP address to a Shoutcast Reserved IP list in PHP
📝
🕰️
Apr 07, 2012
🏷️ tech
🏷️ php
🏷️ Shoutcast
🏷️ BlogMigration
If you have a private Shoutcast server you need to add IP addresses to the Reserved IP List (RIP). Find out how to do this automatically in PHP.
────────────๑♡๑────────────
array_push_insert: Push new value into array with PHP
📝
🕰️
May 19, 2011
🏷️ tech
🏷️ php
🏷️ BlogMigration
Insert a value into a specific index of a PHP array