Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in php

Rebuild of a RSA Private Key from modulus & exponent fails

java php rsa private-key

PHP if statement: use "OR" or ||? [duplicate]

Why to use TIMESTAMP instead of INT value? [duplicate]

php sql datetime

Good search services for a PHP (CodeIgniter) based job board?

Large strings: Text files or SQL DB?

php sql database

How to remove my corrupted mysql from wamp and connect separatly installed mysql to wamp?

php mysql wamp wampserver

access array element by value

php

Using cakephp's Auth component with salted password hashes

php security cakephp

Suggestion for online html code generator from richtextbox on webpage

php javascript jquery html css

Getting all possible combinations of N items in X Groups

php recursion combinations

display hours and minutes after calculating difference between 2 unix times php

php

How to add an element into subarray in php [duplicate]

php arrays laravel

Unable to upload files over 500MB while upload_max_filesize is set to 1G

Laravel 5.3 $appends not working

cannot access relationship after save in laravel

php laravel eloquent

cumulative memory use in string assignment: $a = $a . $b vs $a .= $b

php string memory

Cannot configure Xdebug with XAMPP and PHP 7.3.0

php xampp xdebug

Laravel jenssegers/laravel-mongodb belongsTo relationship throwing error

PHP8.1 - Should enums be in their own file?

php class enums