If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Choice of front end for web - for a "non programmer"

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-06-09, 13:24
jdostie jdostie is offline
Registered User
 
Join Date: Oct 2003
Posts: 103
Choice of front end for web - for a "non programmer"

Good morning:

Up until now I've build my databases in Access. I am not a programmer - but do have "some" programming - vba, c, c++ in the past, so I have some basic understanding.

I'd like to build a database on a web site, and do the things I normally would do via access. I also would like the front end coding to be unreadable (can't view my code), so I'd like to build it, and compile the front end to make it secure. Moreover, the Mysql backend will have data that will be decoded by the front end so that someone can't just "dip into the tables" and access my data.

What would be a good front end to use to accomplish this? As I say, if I were not worried about having it on the web I'd have a SQL Server database (backend) and accde for the front end. I can easily build that, so that gives you an understanding of where I am at (also that my programming classes were something like 15+ years ago [c++ was the hot new language]).

Thanks
Reply With Quote
  #2 (permalink)  
Old 08-10-09, 17:32
desigBEAU desigBEAU is offline
Registered User
 
Join Date: Jan 2004
Location: Baton Rouge, LA
Posts: 26
Any front end web scripting language would work. When the web server parses the script, the only thing that is passed to the client is the output, not the SQL language or any of the scripting done to execute the query.

I personally use PHP, but ASP.net or any of the other many languages will work.
__________________
Beau B. "desigBEAU"
Reply With Quote
  #3 (permalink)  
Old 08-10-09, 18:20
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,258
if you got up to speed with classes and OOP then Java, C# or ASP.Net should be OK. PHP tends to be a common choice for web development with MySQL backends

if you choose to go down the PHP & MySQL route then you can download the whole lot from XAMPP
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On