Is that posible that do the auto send email reminder function according to reminder date without use the crontab?
Still have others way to done this function?
Here have an question on passing values using javascript. Below is javascript function. document.all("site_pkid").value; is a drop down list that select data from databse. An the other value is just input text field.I get an Error: document.all("site_pkid") is undefined
while running this use...
Hi,
I have a problem that in looping of two queries.
My code as below:
<?
$queryWorkOrderStatus = "SELECT * FROM " . $table['work_order'] ." WHERE
lower(workOder_status) LIKE LOWER('%" . $keyword . "%') AND site_pkid = $filterId";
$resultsWorkOrderStatus =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.