I'm a bit new to using the IMAP Extension in PHP to check for emails. I don't fully understand all the encoding used in emails. I would like to extract plain te
I have installed the php version 5.6 and in order to run my laravel application it is asking to install and enable the mcrypt extension. These are the steps I f
I'm using symfony 3.4 with DoctrineMongoDBBundle and LexikJWTAuthenticationBundle . I'm trying to create a user login which return JWT token. If i specify the u
I am aware there are other subjects with similar questions however their answered didn't solve my problem. I developed a website and temporarily decided to go
I am trying to add functionality to allow a customer to edit options. I have created a Module Vendor/COptions. This is loading custom options and select, howev
When i run Cache::put('max_age','100',60)); Then the error said that file_put_contents(storage/framework/cache/data/8f/87/8f87426f74633c0fa8f717150f13e8fc04
I would like to get the responses of each route (add to cart, update cart and delete cart) already applied to the promotion. What I face now is it only response
I really need your help who works with XML and PHP. Looked for many other questions, but still nothing was found about my situation when in xml there is deeper
I wanted to back up my database. I am using Xampp MySql. The username is root and the password is not set. I run the command using Command Prompt but it shows n
I know there some questions like this, but they didn't answer questions exactly. This is what I need, Upload files using Dropzone Save form data and uploaded im
I have this code: public function method(){ //... if(!$exist) { throw new \InvalidArgumentException('Ce client inexistant', 400); } } I do the UT
I have an issue when I clicked the button and submit the data from the form.it gets directly to the white screen and nothing happen I checked the database it do
Before asking question on SO, I searched a lot about what I needed to make a ajax request with WordPress. All my code and the request is working, but is not doi
I have some problem when I want to return a value from api, when I use dd() function it will show the result. But when I use return, it doesn't show the result
I referer this link Login with Google using PHP API library and other tutorial and implement Google Login API in my script. Once the user has logged in I am lo
im new here, hope to grow into this community. I am currently learning php and i am making a program to upload a file. i found a tutorial with some code that ma
I am fairly new to Timber and I am trying to get the pagination for a single post item working. Since there are a lot of topics around the pagination for archiv
I am running wamp with Windows 10 and I have a simple example code that uses eval function: <?php echo eval(file_get_contents('test2.php')); Windows defende
i am setting up a Swoole web socket server for my chat application on CentOS 7 host machine. and will use Swoole table for storing users list. But i am not sure
When I'm using SendGrid to send email in Laravel, it results in the following error: "550 unauthenticated senders not allowed" I couldn't find out why thi