hi everyone
plz tell me the best way to implement php by making short projects ?
any website or any advise
informatiion
It really depends what you want to do? Some learning materials that might point you in the right direction
http://www.php.net/
https://www.codecademy.com/learn/php
You will need some sort of localhost
and something to write in
thanks (y)
If you get stuck feel free to ask, someone here will know the answer
ok (Y)
website design and WordPress development company offering custom logo design and search engine optimization ...llll
Here's some really basic stuff that almost everyone who works in PHP ends up doing at some point:
Write a page that takes information from a form and converts it into an email.
Write a page that takes information from a form and inserts data into a database.
Write a page that says "You are not logged in" and includes a login form. Have the page validate a username/passphrase combination and then say "Welcome Daniyal" ...
ok thnx (Y)