![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| help me in sending parameters from sqlplus script to unix shell script | Hara | Shell Programming and Scripting | 2 | 01-29-2008 11:31 AM |
| Shell Script: want to insert values in database when update script runs | ring | Shell Programming and Scripting | 1 | 10-25-2007 12:06 AM |
| here document to automate perl script that call script | hogger84 | Shell Programming and Scripting | 3 | 10-22-2007 07:15 AM |
| returning to the parent shell after invoking a script within a script | gurukottur | Shell Programming and Scripting | 5 | 09-26-2006 04:05 AM |
| return valuse from child script to parent script | borncrazy | Shell Programming and Scripting | 1 | 08-20-2004 12:39 PM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
What script is the best to use
I am trying to set up a server to for a database. I have apache running, php, https and mysql...but am a little at a lost from here.
I want to be able to have a login/pass page and provide the data to separate department(according to their login) and have them be able to enter the data into their database. So now what do i do? Do i look into cgi, mysql, vb, coldfusion, and java scripts. My level of knowledge start low at the first of the list and becomes little more then a first name at the end. Todd |
| Forum Sponsor | ||
|
|
|
|||
|
If you aren't a Perl expert I would reccomend PHP. It is very easy to learn because the core language of PHP is quite small, and the constructs are similar to Javascript.
Last edited by mib; 08-30-2001 at 03:46 PM. |