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
Php If in MySql query (hiding labels if a field is empty)
Okay, I've been trying to do this for a while, and I'm finally going to ask for help so I can get th
why this query can delete duplicates ?
why this query can delete duplicates ? Anybody can give me the detailed explanation ?
Tha
Access website from only 1 computer...?
One of my customers wants his website to only be accessed by people in which they bought the website
Will this protect from mysql injection?
I do not want anything like DROP TABLE to work or any type of coding..
Heres my code.. is it
How to create a static html menu from a database
Hi,
I have built a small cms which allows me to create simple html pages and then upload them
The type or namespace name 'ServiceModel' does not exist in the namespace 'System'
When I locally run the website, it works just fine, but when I uploaded it to the hosting environmen
Check if another session of the page is running?
I want to keep people from opening multiple tabs, or sessions of my Facebook app. Is it possible to
php call servlet
I have done a php backup application .
So there is a form that user pick some files to zip and d
why preg_match_all does not return the number of matches
My regex looks like
X[^x{4e00}-x{9fa5}]*Y
(where X and Y are two Chinese characters)