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)
Your server might not be configured to send mail using this method
I want to verify email when users register. I am using codeigniter3.
When I run on the localhost I do not receive any mail. I get this message " Unable to send email using PHP mail(). Your server...
Prarthana Charankar
Votes: 0
Answers: 1
query database into associative array codeigniter
I want to make a data conversion, by fetching an existing query in the database
$konv = $this->db->get('konversi')->result_array();
foreach ($konv as $result) {
$konv_data[$re...
Dahryanz
Votes: 0
Answers: 1
how to combine month wise data as a single row from database table in php
i have a website in php codeigniter where i am saving day wise reports of each clients, below is my table:
now i am displaying it in front end like below:
<tr>
<th>Custome...
Adheed nihal
Votes: 0
Answers: 1
Can we Encrypt data with private key in angular and Decrypt data with public key in PHP using RSA Encryption?
i'm trying to Encrypt data in using RSA Public Key in angular and Decrypt data with public key In php. i'm trying to Encrypt with JsEncrypt library in angular and Decrypt in Php Using
:openssl_publi...
Rishav Singh
Votes: 0
Answers: 2