/    Sign up×
Community /Pin to ProfileBookmark

PHP or Java Calculation Table source code

I need help to create a program that when the user input a number ( any number) the output will show the calculation table with results for that number.

I am not very good in programming and need help.

Thanks

to post a comment
PHP

1 Comments(s)

Copy linkTweet thisAlerts:
@eval_BadCode_Aug 10.2011 — Not much I can do to help with that, you hardly gave any info at all.

If its going to be web based you'll need PHP + a server technology (Apache and IIS are common). If you're using Java you'll need a servlet; rather you'll likely [U]want[/U] a servlet.

Basically you'll use <table> which is a HTML element (not programming), which creates rows with <tr> and cells with <td>. They both have rowspan and colspan as possible attributes (so the # of cells can be less than width x height).

You could also just write it in html/javascript.

Cheers
×

Success!

Help @Jneto spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...