| Web Design & Programming Building websites, coding scripts or developing apps? html, css, javascripts, ajax, php, asp, java, c+, C++ and other geeky info is here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) |
| Status: Junior Member Join Date: Aug 2009 Posts: 1
![]() | Ok so I have to design an html form that has some simple feature like radio buttons that tell the size of the pizza. Other features include toppings and a quantity text field that tells ow many pizza's they are ordering. This was the easy part now I have to use perl to take this info and return a page that says the the customers order as well as the total orders ever. example ######## Thanks for ordering! You ordered a large pizza with pepperoni total orders are: large 10 medium 7 small 7 ######## just a few tips on how to get started would be great |
| | |
| | #2 (permalink) |
| Status: Junior Member Join Date: Jul 2009 Posts: 13
![]() | Here's how to start EVERY cgi-based perl program: use strict; use warnings; use CGI; You can get the values of the form by using CGI->params('size') RTFM for more info |
| | |
| | #3 (permalink) |
| Status: Junior Member Join Date: Apr 2012 Posts: 2
![]() | Graphic arts ability - with knowledge of Photoshop, Illustrator, and other graphics packages CGI programming - Perl and C programming languages Writing ability - with a marketing focus and that is what most Web writing is. Server side programming: SSI, ASP, PHP, ColdFusion. Database knowledge - not a DBA, but can build a database and use it on a Web He has been using HTML since the early 1980s (Intranet web systems) and has developed computer programs that are still in use by the federal Government.
__________________ Pizza Till Software |
| | |
![]() |
| Thread Tools | |
| Display Modes | |
| |