It's likely one of these 3 things; 1. The xdebug extension isn't loaded or disabled in the apache sapi / fpm, but is on php cli. Create a file with <?php phpinfo(); to make su...
I have a new proof of concept for routing. Given that a segment is only static of variable (and not both), we can do an explode and switch to find the route. To speed things u...
Guys, good that you're learning. PLEASE stop using superglobals. Please stop using echo. Switch to PSR-7 ‼️ Not sure how to start? Slim framework is a good place. https://www....
@himanshu_rajput You're quoting 'NOW()'. As such it's interpreted as string, not as function. I'm asuming that you're injecting values as VALUES(?, ?). Great, but you can't us...
@rumpleton This code makes zero sense. You loop through the set of users, so $val is a user, but than you expect $key to be a field name!?! If you want to unset the password f...
What is the best place for tech questions about cosmwasm?
What would need to happen for PHP to rival or even beat Java in usage in corporate web apps?
What do you guys think about the RFC for consistent function names. Is that ever going the happen? https://wiki.php.net/rfc/consistent_function_names
What is the average experience here? How long have you guys been developing (with PHP)?
yes it should be created automatically by the IDE. Which IDE are you using?
Why did you choose PHP and not Python for instance 2 years ago?
What do you think? Worth it or don't botter.
how are you running the webserver?