Skip to content

Tag: php

encoding language fails

PHP code below fails to retrieve correct characters when used : echo $html = file_get_contents(“http://www.tsetmc.com/tsev2/data/instinfofast.aspx?i=65883838195688438&c=34+”); the result is : …

Multiple selects in laravel 6.0

0, I have this code that works perfectly $data = DB::table(‘incidencias’) ->join(‘clientes_incid’, ‘clientes_incid.rif’, ‘=’, ‘incidencias.rif’) ->select(DB::raw(‘count(*) as gold, …

Decode base64 mixed with html In PHP

I’m using base64_decode in php in order to decode a message content. My message content is mixed with html, english and base64 encoding Is there any way to decode the message to plain html? example: Answer found the simple solution, used two decoding methods.

Laravel 6 user auth page not working properly

Today I installed laravel 6.x version for a new project. I have PHP 7.3 in my system so laravel 6 was successfully installed. Then I run this command to set the Auth UI for VueJS. along with this command: But when I checked my login page, it was just an html skeleton. I checked over the internet and found a