What is the best PHP tutoprial you ever read except Kevin Yank's PHP and MySQL daabse tutorial??
Peter
| SitePoint Sponsor |





What is the best PHP tutoprial you ever read except Kevin Yank's PHP and MySQL daabse tutorial??
Peter



Once you learn the basics, php.net is the best place to go to figure out how to do something. I learned that after reading Kevin Yank's tutorial.
Chris Roane




I also think PHP.Net is the best..although DevShed.com and PHPBuilder.com have some great tutorials


Learn by doing. I learned it all here![]()





You now how if you want to print something u use:
print " blah";
print "blah2";
is there anyway to do something like this:
start print==>
d;akldjf<br>
lkfasd<br>
<b>slkjf</b>
end print
if you ge twhat i mean. It saves you from typing out 20 print " "; commands





I started with http://www.devshed.com, it's pretty good place to get your hands on PHP+MySQL
- Son Nguyen
AdSpeed.com - Ad Serving and Ad Management Made Easy

petesmc,
The above works fine.Code:<? print " <html> <body> <center>Hello</center><br> <blink>Good webdesigners use blink</blink> </body> </html> "; ?>





Thankyou, that will definately save time
Peter
I went to Devshed and read the tutorial and phpbuilders and and i will skim throught php.net's manual as it is quite long
thanx
Bookmarks