Tienes que iniciar sesión primero para poder postear mensajes. pulsar aquí para iniciar sesión o regístrate si eres un usuario nuevo.
| Página: 1 |
Mostrando los posts 1 - 9 de 9 |
| Autor |
Mensaje |
Homeriscool
151 posts
|
|
Mensaje posteado el día 02/10/2007, 16:18:25 PM por Homeriscool |
 |
 |
hi just wondering if anyone can help me out.i am not a coder for a start i use dreamweaver 8 and i understand that in order to make a website using login forms etc i need to use php.does dreamweaver already have a script when you go to start a new php website?and if so how do i get it to do what i want it to do? |
 |
|
Archivos cargados: 171 | Ventas totales: 280
|
|
Francescgj
38 posts |
|
Mensaje posteado el día 02/11/2007, 13:35:08 PM por Francescgj |
 |
 |
I recently did a small application for my own business and I needed php/MySQL to interact with a database with the php code. I went through these tutorials to learn the basic setup and coding:
http://www.tutorialized.com/tutorial/PHP-Simple-login-script/9963
http://www.freewebmasterhelp.com/tutorials/phpmysql/1
I did the php/mySQL coding using a text editor and you can design the site with dreamweaver I guess. I'm not sure of the php capabilities of dreamweaver.
Hope it helps a little bit, at least to gain some knowledge of how the interaction php-database works.
Good luck!
Francesc |
 |
Canon XTi, EF-S 18-55, EF 50mm 1.8 II, Kingston ElitePro 2GB...
|
Archivos cargados: 47 | Ventas totales: 158
|
|
Afirozia
15 posts
|
|
Mensaje posteado el día 03/24/2007, 11:46:12 AM por Afirozia |
 |
 |
Hi,
Actually it is up to you what kind of security level you need for the login/password. If you just want to 'hide' it from somebody else getting to some of your files, then you could just do a google search for a free php scripts. However, if you really need high security such as for online transaction, etc, you gotta learn more advance technique. Anyhow, these security can't sustain by itself unless you maintain it because as the security level advances, the hackers also advance themselves.
For me, simple php script you could get easily (free).
regards,
afirozia |
 |
Nikon D50
18-135mm f/3.5-5.6 ED
70-300mm f/4-5.6 G
50mm f...
|
Archivos cargados: 77 | Ventas totales: 51
|
|
Iamchana
6 posts
|
|
Mensaje posteado el día 04/16/2007, 00:53:50 AM por Iamchana |
 |
 |
I'm currently working on a small website project which the client required a registration page prior to downloading a pdf catalog. The user must first register and assign their own username and password. Once logged in, they will come to the "members only" page.
For these, I use a few PHP scripts where there is no need for any MySQL database. It simply uses a .txt file as a database. The client doesn't require high security, that's why I use a simple .txt file.
If you're interested, I could send you the scripts.
Cheers!
Chana
www.theBigSauce.com
www.theBigSauce.com/nucleus/ |
 |
|
Archivos cargados: 0 | Ventas totales: 0
|
|
Homeriscool
151 posts
|
|
Mensaje posteado el día 07/15/2007, 15:43:02 PM por Homeriscool |
 |
 |
yeah thanks for that chana i would really appreciate that.although how do i implement it into dreamweaver 8? thanks |
 |
|
Archivos cargados: 171 | Ventas totales: 280
|
|
Motadacruz
173 posts
|
|
Mensaje posteado el día 07/15/2007, 18:41:07 PM por Motadacruz |
 |
 |
Hi Homeriscool (haha love the name :)
I'm a webdeveloper. I design and build websites for a living.
Like chana said, password protected pages with a .txt file is possible and not that hard to understand. But I only advise you to use this if there is no really importand data to be protected.
If it is for your own website and want to protect some photos, and that is ok.
Because the .txt password protect is not safe at all. Because if someone knows the file name, he can just type it in the browser (password.txt for example) and see all the passwords.
If it is just for a simple website, I can build a simple code for you that doesn't require a database, is easy to use and pretty safe.
But if your creating a website for a company that requires a really good protected area. Then I advise you to use a database (MySQL). This is the best way to create a login page with everything protected.
Only this is really hard to make if you have no PHP experiance at all. It took me years to understand everything and a good protection. |
 |
Promote your photos: promotographer.com ...
|
Archivos cargados: 264 | Ventas totales: 1265
|
|
Homeriscool
151 posts
|
|
Mensaje posteado el día 07/16/2007, 12:15:20 PM por Homeriscool |
 |
 |
hello Motadacruz and firstly thanks for your reply.no the site will not be holding any important info,it is merely a means to gather customer details,ie contact telephone number ,name,email address.so i can implement a monthly newsletter and send it out to every registered customer.it is for a fishing tackle shop website and it think it would be of good use.i really appreciate your help and i would be very greatful of you doing the code for me.although as i only use dreamweaver 8 how do i get the login / register form on my webpage and get it to work?thanks very much for your help i really appreciate it.should i pm you? |
 |
|
Archivos cargados: 171 | Ventas totales: 280
|
|
Motadacruz
173 posts
|
|
Mensaje posteado el día 07/16/2007, 13:59:43 PM por Motadacruz |
 |
 |
If you like you can email me: michel[at]motadacruz[dot]nl |
 |
Promote your photos: promotographer.com ...
|
Archivos cargados: 264 | Ventas totales: 1265
|
|
Daveg08
43 posts |
|
Mensaje posteado el día 04/19/2008, 09:05:20 AM por Daveg08 |
 |
 |
I am just beginning to learn PHP. It allows your site to employ "server side scripting" which means that some of the web page's code is generated from PHP files that reside in the server and are included in the html page. It also allows use of a database such as mySQL. There are several good books on PHP. My first recommendation would be to learn html and css first before attempting to learn PHP. |
 |
|
Archivos cargados: 77 | Ventas totales: 32
|
|
| Página: 1 |
Mostrando los posts 1 - 9 de 9
Hora actual del servidor: 09/06/2008, 23:21:01 PM |
|