i am new to php and web design. im currently working on a site using dreamweaver and i want to know where to i put i php codes? example php code for a login, register

    You put PHP code in PHP files (these usually have a .php extension)

    PHP can be used to output HTML, so outside of your PHP tags, you can write HTML which the web server will just send to the browser.

    However, this forum isn't here to write your code for you, so the example you asked for will just have to be Googled by yourself.

      For examply, try "PHP" "Dreamweaver". When I did that just now the first hit was for a page on Adobe's web site titled "Dreamweaver and PHP | Dreamweaver Developer Center".

        Write a Reply...