hello friends i want to deign one template in php. i hav designed in HTML but i want to run scripts on it like image uploading!! but someone told me that to run the scripts you need to have the website designeed in php. so i need someone to help me with the php template!! just editing i will do the rest !! thank you so much or if php scripts can be used in html then please tell me how
Please understand that php is not a web designing/formatting language like html etc...You can use html to design the web pages and insert php code where you need to using the php syntax. The php script engine will parse and display it. For image upload it is not a requirement that the page should be written in php. Only the image upload php script needs to be coded in php.