Help with php script?

drakelvoid

New member
1) You can start a php script with <?php and end it.
2) Yes.
3) They are comments. Erase them or not, it wouldn't matter on the functioning of the script.
 
I am trying to do a php upload script but I have problems:
1)Can I write php script on Dreamweaver?because I tried, I saved it as all documents then previewed it in browser but it was blank.
2)Do I have to open a new php file and write the script in the body starting with <?php ?
3)Must I erase things in the script starting with "//" "*/" & "/*"?

Please help me
 
1) You can start a php script with <?php and end it.
2) Yes.
3) They are comments. Erase them or not, it wouldn't matter on the functioning of the script.
 
Back
Top