|
kelvin200 (m)
|
Hi everyone. I am a website designer. but dont know much on the programing aspect of it. Please my questions is " what kind of programming language can i use to programme a website that will funtion like WAEC website"? I want the site to be able to use scratch cards. Please help. Thanks.
|
|
|
|
|
|
Seun (m)
|
You clearly lack the knowledge to create such a site, because you're not even asking the right question. Why not ask a programmer to do it for you?
|
|
|
|
|
|
mj (m)
|
I'm still learning programming but I can give u the Idea of how it works.All the serial no. and pin code of the scartch cards have been entered in the data base,the script was writing like these.the cards should use the same serial no and pin code entered in the data base and it should allow to log in for 5times only with the same user(exam no.).I hope these help me.
|
|
|
|
|
|
kambo (m)
|
u'll need a knowledge of 'regular expressions', me think , u'll accept the string of numbers entered by the user, match it against the regular expression , and if its ok, u give a node and permit access, the regular expression has to be tight! to prevent hacker attack- and u'll sure git hackers testing the strength of your security system.
|
|
|
|
|
|
Bossman (m)
|
As posted above, you must have a repository/database that will hold your key/value pairs. Then when the user accesses your website you check your DB for a matching entry.
Any programming language can be used to achieve something like this. There might even be some packages out there that you can purchase. So, all you will need is a DB that contains your values. You can easily program how many tries you will give the user if there is no entry, and so on.
You need to first spec out what you are trying to achieve in plain english then post it here, then we will be able to provide better suggestions.
|
|
|
|
|
|
kelvin22
|
Thank you guys for your kind effort to reply to this post. I m planning to go into programming soon. But I m starting with BASIC first. I just got some materials from the net. I hope that I will move futher if I finish with BASIC. I becomibg in love wqith programming. Thanks a lot.
|
|
|
|
|
|