Archive

Posts Tagged ‘php job’

Quick Php Job

May 9th, 2011 Comments off

Hello, please check my site here. http://bit.ly/jy38Hi you may want to register.

I just want to add the ability to

. search for deals
. browse deals by category

kind of like how you see here http://bit.ly/9gIErI

so this is just adding the ability to display search the db, sort ,and display deals

should be easy work for a good php programmer

Categories: PHP, Programming, Quick Tags: , , , , ,

Simple Php Job

March 7th, 2010 Comments off

Contact me for more details, I will tell to you.

Categories: PHP Tags: , , , ,

Simple Php Job

February 19th, 2010 Comments off

Please see the detailed attachment for specs of the project. I am in a hurry and will select a coder soon.

Thanks

Categories: PHP, Programming, XHTML Tags: , , , ,

Simple Php Job 2

January 26th, 2010 Comments off

Already done website with admin panel.

1) Need another page created, which can be managed by same admin panel.
2) Navigation links to be renamed. Very Simple.
3) On homepage banner shld be fading n reloving, so we can put 2-3 images later on.
4) Placement of facebook, twitter link on homepage.

Budget: $10-$15, in 1 day.

Categories: MySQL, PHP Tags: , , , ,

Simple Php Job

January 18th, 2010 Comments off

Already done website with admin panel.

1) Need another page created, which can be managed by same admin panel.
2) Navigation links to be renamed. Very Simple.
3) On homepage banner shld be fading n reloving, so we can put 2-3 images later on.
4) Placement of facebook, twitter link on homepage.

Budget: $10-$15, in 1 day.

Categories: MySQL, PHP Tags: , , , ,

Php Job Urgent

January 12th, 2010 Comments off

Hi all, I got a little form issue with PHP, please send me a PM, Thank you!

Categories: PHP Tags: , , , ,

Quick Php Job

January 9th, 2010 Comments off

Dear Programmers,

I have a simple website written in PHP.
The website allows people to upload an image and to crop it. Thats it.

Tasks:

1) Add a upload progress indicator (20%, 35%, etc…), so people know that the image is being uploaded. (I found in google many Ajax Php Scripts that accomplish that task). I prefer an Ajax or javascript solution that a flash uploader solution.

2) The images are sorted in pages, 10 images per page. Just the first page is displayed, the link to the other pages are not working because the URL is not correct. There is an ID that the URL is missing in the page numbers.

I need this to be done right now, immediately. Thanks.

Categories: Ajax, PHP Tags: , , , , , ,

Needed Coder Now For Php Job

December 12th, 2009 Comments off

NEEDED CODER NOW FOR PHP JOB.

It’s a very simple work, we imagine it shouldnt take more than 2 – 3 hours max. Because it’s to fix (little fixings) and install a script based on wordpress.

If you’re interested, Please feel free to reply this ad now. We’ll get in touch with you asap.

Small Php Job 2

December 7th, 2009 Comments off

Need a Designer/PHPer to Adjust the Design of a PHP/HTML Site for me. Just 1 Page. Small Job, need it in a few hours. Must START IMMEDIATLY

Categories: PHP Tags: , , , ,

Small Php Job

December 7th, 2009 Comments off

Need a Designer/PHPer to Adjust the Design of a PHP/HTML Site for me. Just 1 Page. Small Job, need it in a few hours. Must START IMMEDIATLY

Categories: PHP Tags: , , , ,

Simple Php Job

November 29th, 2009 Comments off

Hi there, I am wanting to get some simple php code done up for a birthstone finder page on my website. User selects a month from a drop down box and clicks submit button then the appropriate birthstone picture accompanied by the name of the gemstone appears (the name is a html link).

I already have the pictures needed and the months in which to associate them with. I have also done up a mock-up image for the design that you must follow closely too which can be found attached.

This should be a very easy job and I would like it done within 1 day.

Thanks for your interest :)

Categories: PHP Tags: , , , ,

Small Php Job 3

November 22nd, 2009 Comments off

Need there things to b done…

1) Create admin panel to manage, 2 sections of homepage like latest news etc.

2) On clicking latest news, a new page should open with entire latest news. And last submitted news coming on top of page.

Exact details will be given to winner.

Very simple job design is already done. Need to be done within one day.

Budget: $10-$40

Categories: MySQL, PHP Tags: , , , , , ,

Small Php Job 2

November 20th, 2009 Comments off

Need there things to b done…

1) Create admin panel to manage, 2 sections of homepage like latest news etc.

2) On clicking latest news, a new page should open with entire latest news. And last submitted news coming on top of page.

Exact details will be given to winner.

Very simple job design is already done. Need to be done within one day.

Budget: $10-$40

Categories: MySQL, PHP Tags: , , , , , ,

Small Php Job

November 19th, 2009 Comments off

Need there things to b done…

1) Create admin panel to manage, 2 sections of homepage like latest news etc.

2) On clicking latest news, a new page should open with entire latest news. And last submitted news coming on top of page.

Exact details will be given to winner.

Very simple job design is already done. Need to be done within one day.

Budget: $10-$40

Categories: MySQL, PHP Tags: , , , , , ,

Php Job

November 14th, 2009 Comments off

Please find attachment and place bid if you can work finish till Sunday Evening. PLease don’t post any portfolio.

Categories: PHP Tags: , ,

Simple Php Job

October 9th, 2009 Comments off

I have a travel website using socialengine.net community script. I would like to be able to add in more guests in the ‘People Online’ section in the left hand column.

http://www.socialenginedev.com/home.php

So I’d like to be able to add in an extra 10 guests to the amount of guest that are currently online. And then be able to change that to an extra 20 or whatever number I want to the amount of people online.

Thanks

Categories: PHP Tags: , , , , ,

Quick Php Job

September 21st, 2009 Comments off

Hi Need a quick php Job done :
If you visit this link ( http://www.blitz.net.nz/clan//tournaments.php?tourney[id]=6 ) I’m having some issues when i click a team eg: “Kane” it says “invalid ID “….

I need this fixed asap. If the developer is successful, I will award them with a further 11 projects.

I need this done ASAP, within the hour.

Very Quick Php Job

July 15th, 2009 Comments off

We have a chat room with our Social Network site. We need to display on home & profile page how many people are in the chat room.

Below are the full instructions on how you do it so this will be a very easy job.

Need it done ASAP so please only bid if you can do it now.

Thanks

You will need to write a custom code that is similar to the site_statstics_chat() in the include/functions_chat.php:

// THIS FUNCTION IS RUN WHEN GENERATING SITE STATISTICS
// INPUT:
// OUTPUT:
function site_statistics_chat(&$args)
{
global $database;

$statistics =& $args['statistics'];

// NOTE: CACHING WILL BE HANDLED BY THE FUNCTION THAT CALLS THIS

$total = $database->database_fetch_assoc($database->database_query(“SELECT COUNT(chatuser_id) AS total FROM se_chatusers WHERE chatuser_lastupdate>”.(time()-15)));
$statistics['chat'] = array(
‘title’ => 3510042,
‘stat’ => (int) ( isset($total['total']) ? $total['total'] : 0 )
);

/*
$total = $database->database_fetch_assoc($database->database_query(“SELECT COUNT(chat_user_id) AS total FROM se_chat_users WHERE chat_user_session_lastupdate>”.(time()-15)));
$statistics['im'] = array(
‘title’ => 3510043,
‘stat’ => (int) ( isset($total['total']) ? $total['total'] : 0 )
);
*/
}

// END site_statistics_chat() FUNCTION

After doing that, please make sure the function is imported into the profile.php and you should call it and assign it as a smarty variable:
$chat_count = custom_stat_function();
$smarty->assign(‘chat_count’, $chat_count);

Then in your profile.tpl file you can call this variable with a code like this:
Chat count is equal to {$chat_count}

Php Job

May 28th, 2009 Comments off

I need this done within the next 5 to 6 hours. IT IS VERY IMPORTANT. So only bid if you can work right away
No need to do the web layout, css etc. I will do that later myself
Just do the PHP part as follows

PLEASE REFER TO THE ATTACHMENT

Categories: MySQL, PHP, Programming Tags: , ,

Simple Php Job

May 26th, 2009 Comments off

i want this done today. its an easy job if you are good in php i guess.

i just want a functional application to be used by internal staff. i will do the page layout and css stuff myself later. i just want the php part.

the objective is to generate discount voucher and print it. my company is giving a 5% discount on premium for all the insurance sold. so, when customer purchase the premium, the staff will key in some particular, the application will calculate the discount and print the voucher and keep the data in database.

first the staff need to login. when you want to issue a voucher
the date should be automatic and today’s date (so no back date or forward date etc). and the voucher number too.
the staff key in name of customer, contact number, vehicle registration number.

Then insurance premium amount. the application will calculate the discount. Formula is (Premium – 10)*5%

When the print button is clicked. voucher is printed. We will use a4 paper. And I want 2 copies (customer copy and office copy) printed on one paper. the voucher should be half a4 paper size.

i want one login to admin.
Admin can
1. delete & add staff detail
2. Create login for staff
3. delete transaction
4. print daily report

and then upload to my server

i attach here the voucher and report template.

urgent. need by today. so only bid if you are free to work now

thanks

Simple Php Job For Site

March 16th, 2009 No comments

Project requirement:

-Ability to visitor to enter name, email and add a date like: 1/1/2009
-Ability to instantly add the date added by the visitors on the main page
-40 last dates will diaplay on the main page the other will automaticly be displayed on another page automaticly created.
-Visitor can also add comment and the comment is displayed when you click the date, name or the complete comment.
-All information need to be saved on the database for futur use…

I will provide a template or design.

Ready to fund escrow !

Bear