Archive

Posts Tagged ‘code help’

Php Code Help

September 22nd, 2011 Comments off

I want to read the following xml:
http://www.e-shop.gr/eshopspecials.xml

I read it successfully except <long_description>. My code does not read all characters, especially not the Greek characters

Converting this xml to utf-8 I can read all characters with 100% success (and greek characters)
http://dl.dropbox.com/u/14109345/eshopspecials.xml

I want someone to modify my php code, so it can read the initial xml successfully. for someone that is good in php it is very easy!

Vbulletin Code Help

March 7th, 2010 Comments off

Over at www.nextgenerationgamers.co.uk/forums

We are running on vbulletin 4.0.2 and have had a mod converted from v3.8.0 to work with v4.0.2, The coder has since gone MIA and will not support this code/mod

There are some things wrong with the code and i need someone to look at the code at get in working fully, It works at the moment but i get some errors that flash up then go away when the page loads

PLEASE do not bid if you have no experiance in vbulletin and DO NOT bid a stupid price, this is some simple code changes

Zencart Code Help

January 21st, 2010 Comments off

I want to edit Zencart so that when a customer uploads an image for the order the image they upload appears as the product image in the shopping cart. Can this be done?

Zencart Code Help

December 1st, 2009 Comments off

I need to edit zend cart file

(1) I want to display “Exact UPS rates will be billed” for whole sale users in the shippig page

what is the if ( ) command i should use ?

(2) Add new field to sign up page

I am php pprogrammer , I need only guide line

Urgent Need For Code Help

June 23rd, 2009 Comments off

Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage and the user’s selection from a menu of available mortgage loans:

- 7 years at 5.35%
- 15 years at 5.5%
- 30 years at 5.75%

Use an array for the mortgage data for the different loans. Read the interest rates to fill the array from a sequential file. Display the mortgage payment amount followed by the loan balance and interest paid for each payment over the term of the loan. Add graphics in the form of a chart. Allow the user to loop back and enter a new amount and make a new selection or quit. Please insert comments in the program to document the program.

Bear