tagged [php]

You must enable the openssl extension to download files via https

You must enable the openssl extension to download files via https I wanted to install Zend Framework 2. So I downloaded the skeleton application. As mentioned in the ZF2 manual, we have to issue the c...

Composer Update Laravel

Composer Update Laravel A developer has sent me his project to work with, but when ever I try to update or install my vendors everything works great until the very end and it outputs the message bello...

6 Mar at 10:34

How to install redis extension for php 7

How to install redis extension for php 7 Referred this link [https://anton.logvinenko.name/en/blog/how-to-install-redis-and-redis-php-client.html](https://anton.logvinenko.name/en/blog/how-to-install-...

26 Oct at 13:23

Laravel Soft Delete posts

Laravel Soft Delete posts

27 Dec at 09:13

Array and string offset access syntax with curly braces is deprecated

Array and string offset access syntax with curly braces is deprecated I've just updated my php version to 7.4, and i noticed this error pops up: > Array and string offset access syntax with curly brac...

9 Dec at 13:49

How do I implement a callback in PHP?

How do I implement a callback in PHP? How are callbacks written in PHP?

8 Sep at 00:53

How to enable cURL in PHP / XAMPP

How to enable cURL in PHP / XAMPP How do I enable cURL in PHP? ​​

20 Jun at 14:53

Sending SMS from PHP

Sending SMS from PHP How to send an SMS from a web server written in PHP?

10 Feb at 11:5

Default value in Doctrine

Default value in Doctrine How do I set a default value in Doctrine 2?

8 Jan at 22:42

How to enable PHP short tags?

How to enable PHP short tags? I have a web application on a Linux server which starts with `

12 May at 15:41

Passing $_POST values with cURL

Passing $_POST values with cURL How do you pass `$_POST` values to a page using `cURL`?

26 Feb at 16:46

Difference between if () { } and if () : endif;

Difference between if () { } and if () : endif; Are there any differences between... ...and... ?

4 Jan at 17:24

PHP expects T_PAAMAYIM_NEKUDOTAYIM?

PHP expects T_PAAMAYIM_NEKUDOTAYIM? Does anyone have a `T_PAAMAYIM_NEKUDOTAYIM`?

ORA-24374 error in php script

ORA-24374 error in php script When I try to execute script I get ORA-24374 error.

25 Dec at 01:56

Convert ASCII TO UTF-8 Encoding

Convert ASCII TO UTF-8 Encoding How to convert ASCII encoding to UTF8 in PHP

13 Feb at 12:16

htmlentities() vs. htmlspecialchars()

htmlentities() vs. htmlspecialchars() What are the differences between `htmlspecialchars()` and `htmlentities()`. When should I use one or the other?

8 Sep at 11:2

How to enable Socket in PHP?

How to enable Socket in PHP? Could any one tell me how to enable SOCKET support in PHP ?

30 Aug at 13:12

Curly braces in string in PHP

Curly braces in string in PHP What is the meaning of `{ }` (curly braces) in string literals in PHP?

17 Oct at 12:48

Explode PHP string by new line

Explode PHP string by new line Simple, right? Well, this isn't working :-\

22 Oct at 13:46

How to check which PHP extensions have been enabled/disabled in Ubuntu Linux 12.04 LTS?

How to check which PHP extensions have been enabled/disabled in Ubuntu Linux 12.04 LTS? I'm using Ubuntu Linux 12.04 LTS on my local machine. I've installed LAMP long ago on my machine. Now I want to ...

19 Dec at 19:56

Get variable from PHP to JavaScript

Get variable from PHP to JavaScript I want to use a PHP variable in JavaScript. How is it possible?

11 Apr at 22:36

php: catch exception and continue execution, is it possible?

php: catch exception and continue execution, is it possible? Is it possible to catch exception and continue execution of script?

25 Jan at 14:10

how to call url of any other website in php

how to call url of any other website in php how to call url of any other website in php.

15 Mar at 11:18

How to get current time in milliseconds in PHP?

How to get current time in milliseconds in PHP? `time()` is in seconds - is there one in milliseconds?

6 Nov at 10:51

If else embedding inside html

If else embedding inside html What is the correct way of embedding if else and elseif conditions inside html?

19 Jan at 04:42