I apologize in advance for the horrible title; I'm sure there's a better way to ask this question, but I couldn't come up with it. I'll try to do a better job w
I have two tables: post table: |post_id | post_title | +--------+------------+ | 1 | Post 1 | | 2 | Post 2 | | 3 | Post 3 | post_cre
I want to attach a MTA report (not delivered bounce mail) to an email, but what is the correct MIME type? I fetch the full body of the MTA report with $body = i
I am using Azure Cognitive Services with text to speech (tts) in combination with PHP and Curl and while I am getting output, I am not getting anything usable a
I'm trying to create the same behavior of PHP __callStatic magic method in Node.js. I'm trying to use Proxy to do that, but I don't really know if it's the best
I am getting null response on the below query. I am trying to get sum of the products subtotal and a custom cost field for products. I am able to get the data f
I'm not sure why i Keep getting a wrong bearer token. { "code": 401, "message": "Invalid JWT Token" } When i debug it on https://jwt.io/ i also get a Invalid S
Please I need help on how to to go about this. I am currently building a website to enable bitcoin payment directly on my website. After creating a checkout on
I'm trying to sort a post table by a foreign key, and can't figure out how to do it. Hopefully someone can lend me a hand. I can sort by the fields already pres
The bcmod function is deactivated and I won't be able to activate this because its not my own server. For a reason I need to calculate an integer with a length
When creating tables in WordPress, is it necessary to use $wpdb->get_charset_collate()? Wouldn't the default charset automatically be used? Example: $charset
I am new to regex and I have been going round and round on this problem. PHP: Check alphabetic characters from any latin-based language? gives the brilliant reg
Good day. I'm having a hard time solving how to pass an id from a table (Region table) and use that id as a reference (idParent) for the table (Province table)
I installed phpMyAdmin, but I have an error on the main page: Notice in ./index.php#312 Undefined index: utf8 Index p.312: echo ' ' , $mysql_ch
in my blog project using livewire, i have a relationship manyToMany between tables posts & tags using a pivot table call post_tag when i want to edit a pos
I have been trying to set up Chamilo using LEMP stack (Linux, Nginx, MariaDB, PHP 7) on CentOS 7 using this link https://www.digitalocean.com/community/tutorial
The API I'm trying to fetch an access token gives me the following instructions (you can check for yourself at https://developers.finove.com.br/authentication):
I'm on Laravel project that I didn't start, my problem is when I try to do an insert on laravel. I need to insert a datetime, on Y-m-d h:i:s.v format but when i
I try to install php on a mac M1 monterey, but this simple code is not interpretated : <?php phpinfo(); ?> I installed php with brew brew install php bre
Hi Guys i try to install cretueusebiu/valet-windows, but i found the error like this : $ composer global require cretueusebiu/valet-windows Changed current dire