Show Bid Request
Urgent PHPCoding in two hours
Bid Request Id: 36661
|
|
|
Description:
write a PHP script to calculate the payday. the flow diagram has been attached and u cna refer to the site www.paydaycenter.com
I need it immediately ASAP in an hour if possible
I posted it like 6 hrs before and nobody has responded do let me know if u know what to do iam attaching the sourse which would give u a idea.
I need something similar but a whole different functions should be used thass all.
Deliverables: 1) Complete and fully-functional working program(s) in executable form as well as complete source code of all work done.
2) Installation package that will install the software (in ready-to-run condition) on the platform(s) specified in this bid request.
3) Complete ownership and distribution copyrights to all work purchased.
Platform:
Windows
Special Conditions / Other:
It has to be done immediately. right now in an hour or two.
Additional Files:
This bid request includes IMPORTANT additional attached files. Please download and read fully before bidding.
Remember that contacting the other party outside of the site (by email, phone, etc.) on all business projects < $500 (before the buyer's money is escrowed) is a violation of both the software buyer and seller agreements.
We monitor all site activity for such violations and can instantly expel transgressers on the spot, so we thank you in advance for your cooperation.
If you notice a violation please help out the site and report it. Thanks for your help.
|
|
Bidding/Comments:
|
All monetary amounts on the site are in United States dollars.
Rent a Coder is a closed auction, so coders can only see their own bids and comments. Buyers can view every posting made on their bid requests. |
See all rejected bids (and all comments)
Name |
Bid Amount |
Date |
Coder Rating |
|
|
|
|
N/A
|
Nov 22, 2002 5:44:04 PM EDT
|
10
(Excellent)
|
|
|
Hi, I think i have the code you want. Will check and post the bid 15 mins.
amit
|
|
|
|
|
$35 (USD)
|
Nov 22, 2002 6:49:34 PM EDT
|
10
(Excellent)
|
|
|
Hi,
Here's a snippet of the code. I hope this is what you are looking for.
You can get the complete code immediately on confirmation of the bid.
Thanks,
amit
function getpayday($today,$direct,$funddate) {
$dd=$today;
if ($direct==0) $dd=$dd+1;
while ((isweekend($dd)==1)||(isholiday($dd)==1)){
$dd++;
}
if ($dd<$funddate+4){
return getpayday;
(calcpayday($dd),$direct,$funddate);
}
return $dd;
}
|
|
|
|
|
|