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
weeks in a year
hi,
i found this snippet on php.net
QuoteFor the week number for weeks starting on Sunday:
Help Optimizing code
Good Morning,
I wrote a small import function for a website of mine and I know there has to b
Converting numbers to months
The porgram works -just need the last function(month_convert_ to convert numbers to months -thanks.
problem with array - multilingual page
this is my test page :
Code: <?php
if(isset($_GET['lang'])) {
if($_GET['la
SAP Project Module
I have seen in the SAP Project Module,plan cost and budget are not equal and even difference is sign
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would
MVC - Code review
I'm in the process of trying to wrap my head around MVC, and as part of that, I'm attempting to impl
is_dir() problem
Hello,
I'm buidling a php scripts that dynamically get's subfolders from a specific folder.
Having problemswith multithreading and prime numbers
I have an assignment when I'm suppose to do the following:
Write a multithreaded Java, Pt