How to sum these output values
Hi
I need sum the month totals
SELECT region_name, area_name
,SUM (CASE WHEN S
Last character removed
I have created a string from an array. I have inserted commas from my form values. I am trying to re
PHP webpage & array print issue
I have this code running, and it works perfectly … however, see my bottom bit about what I see
need good snippet manager
Hi. as i am coding and learning more, it is becoming difficult to manage code snippets. how you mana
difference between datetimes
($row['totime']-$row['fromtime'])/60
this is giving me 0
example of totime and fromtim
Script not running properly
Hello Everyone
This is a basic script for posting to a database. I'm not sure why it doesn't work
Disable html within defined tags
I have a mysql database that allows users to enter content with html, but I also want to have a tag
Hits this week counter
I have a counter on my site that tracks hits, IP's, etc. into a mySQL database. It also includes the
Check Date/Time in PHP
What I need the code to check is that $reQuest is 24 hours in the past then return a time based on h
Error Messaging not working
I changed the way my form tells the user of an error. But I can't seem to get it to work properly.