update 2022-05-14 i found that server shows 403 when post request, not get request. get reqeust works well, not post. hi i got problem with the apache server th
I have $this->table as a global variable and an object inside of it, where foo is a table field name. example. $this->table = t_module::__set_state(arra
My WordPress website has this notice below, how do I fix this? Notice: acf_get_value was called incorrectly. Advanced Custom Fields PRO - We've detected one or
Currently I'm executing all commands as root, which is a very bad idea and unsafe as I read. I want to execute the commands in a secure way. An example of curre
In general, if we have a Smarty project we assign variables in .php file, and use the variables in its corresponding .tpl` file. such as: $smarty->assign('
I've saved some of my mobile registration_codes that are connected with my development environment of Firebase. Once I send a manual notification by the api I r
I have a Laravel installation running on a Debian 9.9 server and PHP 7.4. I need to connect to a SQL Server database on a remote Windows server. I followed th
I want to return HTML from PHP. I found a solution from StackOverflow which is insert JSON_HEX_QUOT | JSON_HEX_TAG after array in json_encode but it does not wo
I've got Postman (the one that doesn't open in Chrome) and I'm trying to do a POST request using raw JSON. In the Body tab I have "raw" selected and "JSON (appl
In my CS-cart 4 PHP project I have a Smarty 3 (tpl) view file.. There I have defined one JavaScript function like: <script type="text/javascript">
I have below the data [ { "price_in_dollar": 1000, "price_in_euro": 1000, "price_in_pound": 1000, "price_in_rupee": 1000,
i want to send a below xml request to the server which is sending ok by using soap UI but not in php: <ns:AgentLogin> <ns:AgentLoginRQ
Using PHP Laravel Framework to consume kafka messages with the help of the mateusjunges/laravel-kafka laravel package. Is it possible to save the offset by cons
I have an extension. Customer discount. I want to see the discounted product price at the cart and at the bill. How can I do it?see what I want <?php class
I'm trying to add 2 or multiple webcam input with webcam.js from jhuckaby. But only one will works perfectly. And i'm following this tutorial https://pixlcore.
I just want to know how to convert inch based on the integer inputted in the field. For Example: $int = $_POST['int']; //value 1 //computat
I had dynamically added the value of the option in select2 as it came from the database but when the field has no value the space can be selected. How should I
I am calling a file_put_contents() inside of a PHP script that is executed via AJAX. Whenever I execute this script the client page gets reloaded which is not d
I am trying to add class in anchor tag dynamically by using Java script or Jquery. I have find many solution but not what i am looking. I am want to use PHP dyn
Using PHP 7.4 & Ubuntu 20.04 LTS I have installed GRPC using these steps: sudo apt-get install autoconf zlib1g-dev php-dev php-pear sudo pecl install grpc