php

Back Open Paginator
18.04.2026 18:45
radwebhosting (@radwebhosting@mastodon.social)

How to Install Centmin Mod on (5 Minute Quick-Start Guide) Here's a detailed step-by-step guide on how to install Centmin Mod on AlmaLinux VPS server.
What is Centmin Mod?
Centmin Mod is a shell-based, menu-driven installer that automates the deployment of a LEMP (Linux, Nginx, MariaDB/MySQL, PHP-FPM) stack on CentOS, AlmaLinux, and Rocky Linux servers. Designed for efficiency and performance, it ...
Continued 👉 blog.radwebhosting.com/how-to-





Show Original Post


18.04.2026 16:30
techygeekshome (@techygeekshome@techhub.social)

Create an Alphabetical Filter Page in WordPress | techygeekshome.info/create-an- #php #refresh #Wordpress 
techygeekshome.info/create-an-





Show Original Post


18.04.2026 16:30
ajguides (@ajguides@mastodon.social)

Create an Alphabetical Filter Page in WordPress | techygeekshome.info/create-an-  
techygeekshome.info/create-an-





Show Original Post


18.04.2026 11:49
maxime (@maxime@mastodon.ouvaton.coop)

I tried to install PHP from source this morning on my Mac. I had several issues, so I wrote a blog post to explain how I fixed them.

🔗 maximepinot.com/en/blog/php-in

#PHP #Mac #macOS #Web #Developement #Programming




Show Original Post


18.04.2026 08:17
BrocksiNet (@BrocksiNet@phpc.social)

Hey 👋🏼

I wrote something about contract testing your API with Symfony and loot of different PHP tools. Make your API bulletproof 😻✌🏼

brocksi.net/blog/contract-firs

#api #symfony #testing #php




Show Original Post


18.04.2026 04:33
decompwlj (@decompwlj@mathstodon.xyz)

A000959: Lucky numbers
A000959 ➡️ oeis.org/A000959

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/Lucky_nu
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/Lucky
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


18.04.2026 04:28
decompwlj (@decompwlj@mathstodon.xyz)

A000928: Irregular primes: primes p such that at least one of the numerators of the Bernoulli numbers B_2, B_4, ..., B_{p-3} (A000367) is divisible by p
A000928 ➡️ oeis.org/A000928

3D graph, threejs - webGL ➡️ decompwlj.com/3Dgraph/Irregula
3D graph Gen, threejs animation ➡️ decompwlj.com/3DgraphGen/Irreg
2D graph, first 500 terms ➡️ decompwlj.com/2Dgraph500terms/

#decompwlj #math #mathematics #maths #sequence #OEIS #JavaScript #php #graph #3D #threejs #webGL #triangular #numbers #primes #PrimeNumbers #palindromes #animation #FundamentalTheoremOfArithmetic #sequences #NumberTheory #classification #integer #decomposition #number #theory #equation #graphs #sieve #fundamental #theorem #arithmetic #research





Show Original Post


18.04.2026 01:40
radwebhosting (@radwebhosting@mastodon.social)

How to Create Jobs on Linux Server

This guide demonstrates how to create PHP cron jobs on Linux server.
What are PHP Cron Jobs?
Cron is the standard Linux scheduler used to run scripts automatically at defined intervals. PHP cron jobs are commonly used for automation tasks such as backups, billing runs, log cleanup, monitoring scripts, email campaigns, and application maintenance.
READ ALSO: cPanel Shared Hosting Server Specs ...
Continued 👉 blog.radwebhosting.com/create-





Show Original Post


18.04.2026 00:43
darkghosthunter (@darkghosthunter@mastodon.social)

I know Analyzer is good, but sometimes it goes really overboard with the intent of pursuing -level of strutiny on a more lenient language.

- PHPStan:
You forgot to add this PHPDoc to this method.

- Mago:
YOU MOTHERFUCKER! SEE THIS "MIXED" SHIT? HERE, LINE 248 IN FUCKING RED, YOU BLIND TROGLODITE? AIN'T NO INT, NO STRING, NO SHIT, IT'S "MIXED" YOU FUCKING RETARDED PIECE OF SHIT. DO YOU WANT TO GET REPLACED BY CLAUDE? BECAUSE I BET YOUR ASS YOU WILL.




Show Original Post


17.04.2026 23:02
darkghosthunter (@darkghosthunter@mastodon.social)

I have to say, for is great, but its analyzer is sometimes too dumb strict.




Show Original Post


17.04.2026 22:05
michael (@michael@mstdn.thms.uk)

Why is it so hard to get Claude to consistently avoid (associative) arrays in #PHP?!

It will go to extreme length to annotate array shapes, but really doesn’t like objects 🙄




Show Original Post


17.04.2026 19:52
ric (@ric@mastodon.qweb.co.uk)

You're welcome. 👍

// Shuffles a string properly, because str_shuffle apparently isn't multibyte safe.
if(!function_exists('mb_str_shuffle')) {
function mb_str_shuffle($string) {
$len = mb_strlen($string);
$chars = array();

for($a = 0; $a < $len; $a++) {
$chars[] = mb_substr($string, $a, 1);
}

shuffle($chars);

return implode($chars);
}
}

#php #multibyte




Show Original Post


1 ...17 18 19 20 21 22 23 24 25 26 27 ...524
UP