PHP coding for shipping fee calculater

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
papiyon
Forum Newbie
Posts: 1
Joined: Tue Aug 13, 2013 3:08 am

PHP coding for shipping fee calculater

Post by papiyon »

I want to create a shipping fee calculater with PHP. But I do not the way for that. I have the fee table which has (shipping type/country/item weight/shipping fee).

I just found the code for USPS but in my case that is not applicable.

Any help will be appreciated!!
User avatar
requinix
Spammer :|
Posts: 6617
Joined: Wed Oct 15, 2008 2:35 am
Location: WA, USA

Re: PHP coding for shipping fee calculater

Post by requinix »

Help with... what? You have to ask a question to get an answer.
User avatar
Christopher
Site Administrator
Posts: 13596
Joined: Wed Aug 25, 2004 7:54 pm
Location: New York, NY, US

Re: PHP coding for shipping fee calculater

Post by Christopher »

Do you want the fee table in an array or database?
(#10850)
Post Reply