English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Question:
1: Is there a way to view a pages php (the code itself) before you computer edits it and adds cammands?

2: What is the a good website to learn how to make php/MySQL forums?

Thanks for the answers. I am workind on a small php project and would realy like the help. Please bear with my spelling and grammar, I know its not the best.

2006-08-10 04:47:42 · 5 answers · asked by Dylan H 2 in Computers & Internet Programming & Design

I already know all the HTML out there and most of the javascript.

2006-08-10 04:54:47 · update #1

5 answers

just check the source code

W3C is the best site to learn PHP faster

2006-08-16 01:55:58 · answer #1 · answered by Anonymous · 0 0

1. Only if you can download the file directly from the site via FTP. PHP is interpreted on the server and delivered to your computer as HTML, so you can't "view source" and see the PHP code. This is important, because it makes PHP more secure.

2. Codewalkers.com is a good forum for PHP advice, though the people there don't always respond very quickly. I don't really know of a site that provides specific instruction for building forums, though you might try looking at the structure of some of the more popular PHP forums, like phpBB.

The best solution, I think, is to head down to your local library and check out a book or two on PHP and MySQL. You might find one with code for a simple forum, and you'll learn more about both in the process.

2006-08-10 11:57:15 · answer #2 · answered by Dave C 2 · 1 0

Web search "PHP MySQL tutorial" or "PHP MySQL forum".

The PHP is processed on the server before it's sent to the site visitor's browser, as said before. Javascript is a client-side scripting language were you can see all the code because it all needs to be sent to the client (site visitor) in order to work.

It's important to note when implementing forms that you must always check for valid data server side because someone could set up a dummy form to submit data to your site bypassing any client side code you may want run.

2006-08-10 12:12:37 · answer #3 · answered by cdg1111us 2 · 0 0

This website gives you free traffic, it's free to join, you earn here free credit, with which you get free traffic to your website, http://www.trafficswarm.com/go.cgi?537476 then there are other features, there are tools and other things that will help you with other things about your website, first 100 credits will activate your account, you will find out in the website how you get free credits,

2006-08-15 05:30:05 · answer #4 · answered by Anonymous · 0 0

i suggest to work with html environment and fast and easy....

HTML.co.free.br.com

2006-08-10 11:53:05 · answer #5 · answered by BHARGAVA 4 · 0 1

fedest.com, questions and answers