Cyber Tech Help Support Forums

Cyber Tech Help Support Forums (https://www.cybertechhelp.com/index.php)
-   Web Development & Graphic Design (https://www.cybertechhelp.com/forumdisplay.php?f=20)
-   -   HTML Code help (https://www.cybertechhelp.com/showthread.php?t=105863)

kh0513 February 5th, 2006 03:59 AM

HTML Code help
 
2 things I need help with. Can anyone assist me on how to hide my html code so viewers can't see it? And second, can anyone tell me how to build a members only page? Thanks, Kevin

Callum February 5th, 2006 10:52 AM

Hi. I take it you mean by hide you mean people can't view the source? I don't think there is a way, sorry. And for the members only page, you'll need PHP and MySQL databases...

degsy February 5th, 2006 01:19 PM

You cannot block the HTML source. If the user can see it on screen then it means that the browser has rendered the code and so is available via View Source.

Quote:

for the members only page, you'll need PHP and MySQL databases
PHP mySQL is a very good and popular way to go about it, but it is not the only way.

Another popular method would be ASP and Access (or msSQL).

If you want somthing more basic that doesn't require PHP or ASP then you can use password protected folders. This can be done in Apache via a control panel or .htaccess or in Windows via a control panel.


Learn PHP & SQL
http://www.w3schools.com/
http://www.zend.com/php/beginners/index.php

Membership Tutorial
http://www.phpfreaks.com/tutorials/40/0.php

Callum February 5th, 2006 02:42 PM

Thats true, forgot about those. Thing is with pass protected folders is that you would still need php to create accounts, unless you wish to do it manually. But say it was for a download, they would then be able to pass on the link with the details.

kh0513 February 6th, 2006 03:33 AM

Ok, thanks!! But my next question is this. I have a website that I can us PHP and MySQL, but not sure about Apache. What I would like to do, is when a member goes the the member page they to log in with a password that they make. And if that is the way they do it, is there a list that one would have to be on? Thanks for your help.

degsy February 6th, 2006 11:25 AM

One of the links I posted is how to write a membership site.

Any easier method maybe something like
http://www.php-fusion.co.uk/

Callum February 6th, 2006 04:59 PM

Hi again, those tutorials look good, but if theres something else you need that you can't find in there, i suggest you search www.pixel2life.com
Has tutorials for all kinds of things, from Adobe Photoshop, to PHP and MySQL...

kh0513 February 6th, 2006 10:56 PM

Thanks, you two have been a big help.

Callum February 8th, 2006 05:43 PM

No problem, glad we helped :D


All times are GMT +1. The time now is 05:28 AM.

Copyright © Cyber Tech Help. All rights reserved. All other trademarks are the property of their respective owners.