Click here to Skip to main content
15,914,500 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
In my collage,I want to make php project and i dont know how to make canvas sheet and what should be project about and project title i dont know much about PHP plzz help me out......
Posted

 
Share this answer
 
Comments
Member 11306343 12-Dec-14 10:55am    
thanx
I think you may be getting confused as to what PHP is.

You mentioned about the canvas element, this is front-end development, which is processed in the clients web browser.

PHP is server-side (back-end) development, all the data is built and processed on the server and then sent to the clients browser.

If you're wanting to learn PHP, then I suggest a good way to learn is to make a simple message board / forum

It should have the ability to do the following:

Login/Register
Create/Edit/Delete Topics
Create/Edit/Delete Posts to topics
Simple search

I believe making a project like this will help you understand how PHP works, and how to interact with data storage like sessions, cookies, or databases like mysql

You should familiarize yourself with php.net as you will likely reference this a lot. You may want to go through a Codecademy PHP tutorial too.
 
Share this answer
 
Comments
Member 11306343 12-Dec-14 10:55am    
thanx

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900