|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
hi,im making a webenabled database for my project but i dont have a clue where to start so can anyone please guide me,thanx
|
|
#2
|
||||
|
||||
|
Web Database Basics
A web database consists of a few components:
- A web server (Apache or IIS for example) - A scripting language of some kind to add functionality to html for database querying, data manipulation, etc. (PHP, Perl, VisualBasic, Java, etc. for example) - A database (MySQL, MSSQL, Oracle, etc. for example) - optionally you may add secondary scripting such as JavaScript to your web pages for dynamic client-side data validation, etc. One that is popular and fairly easy to get into is the PHP-MySQL combination. There are, in fact, books which deal with this combination specifically. You can use this combo on a few different platforms and the software is available free. As I have on other posts, I recommend O'Reilly books; but one non-O'Reilly book that helped me out in the beginning was "PHP and MySQL Web Development" by Welling and Thomson. Also of great help, of course, are the PHP and MySQL sites themselves.
__________________
- Redtailed |
|
#3
|
||||
|
||||
|
Re: web eanabled database
Quote:
Try looking in the Dev Shed Forums index. There are a couple about web developement which may be of help. forlornjohn |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > web eanabled database |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|