Quantcast
Channel: User FMK - Stack Overflow
Browsing all 40 articles
Browse latest View live

Comment by FMK on PHP - return API caller response with download

Possible duplicate of Symfony2 - Force file download

View Article



Comment by FMK on How to make API PHP check if the value exist in another...

You should also look into how to prevent sql injections. Your code can be exploited. See here: stackoverflow.com/questions/60174/…

View Article

Comment by FMK on Is there any solution to convert from base64 text/plain...

you cannot simple convert a bas64 encoded pdf to an image without any conversion. You need to convert the base64 pdf back to a pdf and use other ways to create a image from it. Here is an exaple of the...

View Article

Comment by FMK on PHP Query: Set parameter to an Sql key for JSON search

MySQL uses JSON_EXTRACT, see: dev.mysql.com/doc/refman/8.0/en/json-search-functions.html

View Article

Comment by FMK on How do I create an API and add data via a CSV file?

Possible duplicate of Import CSV file into SQL Server

View Article


Comment by FMK on how can i adjust the form in navigation bar?

You need to provide some code in order for us to help you!

View Article

Comment by FMK on How to pass GET variable after wordpress login redirect

Have you tried urlencoding the passed url resulting in & -> %26 etc.?

View Article

Comment by FMK on Can't Decrypt AES from select aes_decrypt(table,...

No Problem, you could mark my answer as accepted to show the other users that your problem was fixed!

View Article


Comment by FMK on Can't retrieve information from MySQL response on PHP

Possible duplicate of How can I access an array/object?

View Article


Comment by FMK on Possible to detect using trap command

You could tell us what you have tried so far and if there were any error messages etc.

View Article

Comment by FMK on Table has no rows - Google Pie Chart using PHP and AJAX

What is the result of console.log(mapData) inside the done function?

View Article

Comment by FMK on Webpack banner plugin work with file from another plugin

Could you show us some code on what you have already done/tried?

View Article

Comment by FMK on Composer version matching error laravel + spatie medialibrary

` --ignore-platform-reqs` did the trick for me, thanks!

View Article


Comment by FMK on Composer version matching error laravel + spatie medialibrary

Composer version 2.1.3 2021-06-09 16:31:20

View Article

Answer by FMK for Inject repository into phpleague/oauth-server:authServer

I had tried to extend the EntityRepository but forgot to define the repository in the Entities. With the repositories extending the entityRepository and the ORM\Entity definition in the Entities it...

View Article


Answer by FMK for php file_get_contents loop all files in same directory

I wrote a function similar to your needs not long ago:private function getFilesByPattern($pattern = '*.html', $flags = 0){ $files = glob($pattern, $flags); foreach (glob(dirname($pattern) . '/*',...

View Article

Answer by FMK for paste a symbol after paragraph in text php

You could use:str_replace("\r\n\r\n", "{{id}}\r\n\r\n", $variableWithTheText)This assumes that your paragraphs are seperated by two \r\n's

View Article


Answer by FMK for create embedded json for autocomplete

Replace the last line with echo json_encode(["suggestions" => $arrayToJSON]);This should result in the wanted result!(This hold only true if you igonre the fact that the data in value and name is...

View Article

Answer by FMK for Laravel shopping cart package Model Associate issue

It sounds like the line you suspect of beeing the root for you error may not be the error that is shown. If you dd the code after this line is no longer executed therefore a potential access" to an id...

View Article

Symfony 4 Cache: No such file or directory

i try to create a new project with symfony 4. The project folder is created via the default symfony 4 skelleton project composer create-project symfony/website-skeleton test.This is the output of the...

View Article
Browsing all 40 articles
Browse latest View live




Latest Images

<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>
<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596344.js" async> </script>