Skip to content

Using MDBootstrap with Laravel?

For days I’ve been trying to use MDBootstrap with my Laravel project. I’m especially trying to create MDBootstrap Datatables. I’ve successfully installed MDB with npm and yarn but I’m getting a jquery …

How to print rows of CSV file with PHP?

Here’s the code that I’m using, but it doesn’t output exactly what I want. Here’s what it outputs currently: In other words, it’s almost as if it’s adding all my CSV data into a multidimensional array… What I want is to just output it as I see it like so: Answer How t…

SMS API issue with CURL

Hi guys Please someone to help me fix an issue with an sms API. Here is the entire code given by the sms API provider: I don’t know what is wrong and I don’t know how to fix the 415 issue. The API …

End of file error for phpseclib for any file get

I’m getting a NET_SFTP_STATUS_EOF: End of file error for any file downloaded from a particular SFTP Server using phpseclib. A similar question was asked here though I don’t think it has any resolution. Oddly though, all the files seem to be importing correctly and with the same file size, however,…