Skip to content

Laravel paginate pivot tables

I have collections which contains custom products I need to paginate those collections products but I receive error. data With this query I can get my collection and it’s products but I’m not able to paginate products. $collection = Collection::where(‘slug’, $slug)->where(‘sta…

PHP Insert into PostgreSQL

So it’s probably a really stupid/basic question, but i have this simple PHP function (which works) and inserts data into a PostgreSQL DB. My issue is when it encounters specific data; function …

PHP/MSSQL: query result to table

I’m trying to return results from a MS SQL query, into a table. But somehow I only get a blanc page with the headers. I don’t know what i’m doing wrong or where to search for an answer. Could someone please direct me in the right way. Help is appreciated Answer What I think is that $dbh->…