|
-
Sep 17th, 2002, 04:01 PM
#1
Thread Starter
Member
-
Sep 17th, 2002, 04:42 PM
#2
Addicted Member
I have no idea how to use vb6 on the net, or mysql. But I have my own webserver set up at home, and I use notepad, or front page, if I'm in a hurry. I find notepad's best, frontpage sticks in bits of code that you don't need, it messes up my tables, and javascript.
I haven't tried any of the others, I'm sorry I couldn't give you more advice.
-
Sep 17th, 2002, 05:02 PM
#3
Thread Starter
Member
Okay so if i use notepad and fp to do all my code how do i link the database stuff. Where do i create my tables so no one can see them and what kind of code do i use to say create a user registration form, login and then display their details on my pages.
Charmaine
-
Sep 18th, 2002, 04:20 PM
#4
Thread Starter
Member
Okay i have created a database in mySQl and my hosting site will allow me to upload the database. So in my HTML code do i just say insert into table or what this is the bit i am unsure of does anyone know of some examples.
-
Sep 19th, 2002, 03:58 AM
#5
Frenzied Member
You can't have a database driven site using basic HTML you'll have to use a server side language such as ASP.
edit - Just noticed you mentioned PHP (server-side language) and yes it works very well with mySQL.
-
Sep 19th, 2002, 07:24 AM
#6
Thread Starter
Member
Could i creat my site in dreamweaver and add PHP code in that which links to my SQL, is that possible and PHP is just a language. I have checked out some sample code and this guy wrote a whole website using PHP4.0 and Mysql but dont understand what he wrote the PHP in. There is a dreamweaver template amongst the files though.
-
Sep 19th, 2002, 07:55 AM
#7
Frenzied Member
Right I think you are getting a bit confused...
Dreamweaver and frontpage are editors not languages. To write HTML and/or ASP and/or PHP you do not need these. You could use notepad instead even. However these editors (particularly Dreamweaver) can make your life much easier.
If you are wanting to run a website off a database (in your case mySQL) you need a server-side language that has access to the database. In your case it sounds like PHP is obvious option.
The server-side scripting language builds the HTML that is output to the user in the browser.
Therefore from this I would suggest you look up as much about PHP as possible.
Hope that helps
DJ
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|