python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pass parameter from URL to controller function with correct type in CakePHP
I am developing a RESTful API using PHP 7 and CakePHP 4.0.
<?php
namespace App\Controller\Api;
use App\Controller\AppController;
class ProductsController extends AppController
{
public funct...
mrodo
Votes: 0
Answers: 1
Imagick function that works on one server and doesn't work on another
I have a problem moving my script from one server to one other.
The PHP script read a PDF file and create an image for each page of the pdf.
This script currently works in an environment that has thes...
Sebastiano S.
Votes: 0
Answers: 1
PHPgraphlib PHP Warning count() Parameter must be an Array or Object (line 926)
I use PHPgraphlib for many years and like that it generates a reliable image instead of some fancy Javascript-stuff. Now since update to PHP7, it renders a log-error on line 926 of the original code:
...
Juergen
Votes: 0
Answers: 1