I get the error message in the question's title, or to be exact I get this message PHP Startup: Unable to load dynamic library 'openssl' (tried: /usr/lib/ph
I use CodeIgniter (v3.1.11) for my webapp and files as session_driver. The session library is autoloaded and configured like this $config['sess_driver']
I'm receiving a date string from an API, and it is formatted as yyyy-mm-dd. I am currently using a regex to validate the string format, which works ok, but I c
My project is running on PHP 5.3. Now I want to upgrade PHP to a higher version as 7.x. Before the update I tried to search difference and complexity but could
I am developing a PhoneGap application that gets some information from MySQL Database. I am struggling when I try to open a HTML page that contains two select i
Ok, we have 2018-04-09T10:00:00 How to set time in: DateTime::createFromFormat('Y-m-d\TH:i:s', $periodauction)->modify('-1 day, +4 hour')->format('Y-m-d
I have overrided getParams(), and mEmail, mUsername etc. are globally declared. @Override public Map<String, String> getParams() throws AuthFailureError
Installed MAMP on a new Macbook with PHP 5.5.3. Reload and refresh do nothing. Still nothing. Google around for a few minutes trying to find out what is wrong,
I am new to exceptions in PHP or any language really. I am trying to catch an exception if a user enters an invalid textual timezone ("xxxxxxxxxx" in this case)
<?php mysql_connect("localhost", "root","") or die(mysql_error()); mysql_select_db("tnews2") or die(mysql_error()); $query = "SELECT name,id FROM categories
I've seen many posts about how to build a table in HTML with PHP and Mysql, but my problem is, that I often change the headers of MySQL columns. Is there any wa
I'm looking at a Database ORM that uses an array to define the WHERE clause, e.g. $articles->find('all', [ 'OR' => [ 'category_id IS NULL',
So I'm getting this when I want to submit my form: Unable to guess the mime type as no guessers are available (Did you enable the php_fileinfo extension?) I h
Im looking for reliable solutions to protect images from being copied.. My customer (photographer) would like to avoid customers copying her pictures without bu
I'm trying to bind the same value to some parameter in a raw query (Laravel 5.2) //this is a non practical example ,only for clarify the question DB::table('us
I am customizing the WooCommerce checkout page fields. I want to add a heading (text) in between the fields. I have reordered the fields like this add_filter('w
I use php-fastcgi via nginx on Ubuntu 21.10, and I want to set the log_limit php-fpm directive to 8000 for my PHP logs not to be truncated, but I can't find php
If mysqli error is thrown while connecting to database, it could be detected as below. if ($mysqli->connect_error) { $this->Session->setFlash(__('
How to echo AdSense code with PHP? Here is the sample of my code which I am working for a codeigniter php. $adsence = " <div class=\"right-inner\">
I selected a image using: <input type="file" id="pimg" name="pimg" accept='image/*'/> My javascript code: p_img =document.getElementById("pimg").val