Home » questions » I have a few question on genral php?

I have a few question on genral php?

2006-08-10 08:47:42, Category: Programming & Design
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. I already know all the HTML out there and most of the javascript.

Answers

  1. gaurav

    On 2006-08-15 02:30:05


    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,
  2. cdg1111us

    On 2006-08-10 09:12:37


    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.
  3. Terminator

    On 2006-08-16 05:55:58


    just check the source code W3C is the best site to learn PHP faster
  4. Dave C

    On 2006-08-10 08:57:15


    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.
  5. gaurav

    On 2006-08-15 01:46:59


    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,
  6. vijayabhargav

    On 2006-08-10 08:53:05


    i suggest to work with html environment and fast and easy.... HTML.co.free.br.com