Skip to content

Tag: php

CSS not applying if using PHP

I am using codeigniter and any data that is within the for loop doesn’t have the CSS applied. The file is pointed correctly as all the other css works fine, however I can’t find a solution to this anywhere HTML : CSS (I haven’t included all the css just the parts within the loop as my css fi…

date() expects parameter 2 to be integer, float given

I got the following timestamp long value from database 147836340000 and I want to convert it on data and time. I have tried to use the following: But unfortunately I am getting the following error: date() expects parameter 2 to be integer, float given Please advice on what I need to do. Answer It’s prob…