Skip to content

strtotime to get first start of this hour

I am using strtotime(“first day of this month”, time()); to get the start of the current month, strtotime(“midnight”, time()); to get the start of the current day. Now I want to get the start of the current hour. strtotime(“last hour”, time()); gives me the current hour, mi…

� character from ldap

i am getting some strange characters form ldap server when i search some user info.if value contains turkish characters like ‘ç’ it replaces to ‘�’.in this situatian i convert string to utf-8 than str_replace to fix it.My function is that; But sometimes that causes some problem , so i …

Open a popup box after receiving result from ajax

i have a ajax code that works properly and gives the desired result. I want to modify this code and want that when a reply is received from ajax a popup/modal box should get opened. I am able to open popup/modal box on a click of a button but don’t know how to open it automatically within ajax. here is

How to calculate total price in php

I am getting the price of the product from db using the product id i have stored in php array. i have a php function where in i want to hold a total of all the products purchased. here i am getting the cart items and i am calling the function which should hold total amount. i am passing the