Show Bid Request
PHP Help
Bid Request Id: 52100
|
|
|
Description:
this should be a simple php code for those that know php. The story is: i have a web site that uses frames, in the main frame i want main.html to open when page= is not specified. if i have like.. domain.com/index.php?page=apple.html then it should open apples.html where the main.html would have opened.
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:
php
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 |
|
|
This bid was accepted by the buyer!
|
$4 (USD)
|
Mar 10, 2003 8:40:25 AM EDT
|
10
(Excellent)
|
|
|
Hi,
Here is the code for your problem. I still hope you will pay me tho ;)
<frame src='<?php
if(isset($_GET['page'])) print $_GET['page'];
else print 'main.html';
?>
' name='mainFrame'>
|
|
|
|
|
|