
December 22nd, 2002
03:50 AM
Where do i start?
I have been toying with the idea of a php/mysql layout for my website. It seems to be way more efficient than other layouts. I was wondering is somebody could point me in the right direction.
Where should i start? Any tutorials that i should know about?
What is the easiest way to get into php and mysql?
Thanks
~Zober

December 22nd, 2002
03:58 AM
#1 Welcome to TF 
#2 I searched for tutorials on the basics of PHP and read as much as I could find
#3 I went to Oxy's site (www.oxyscripts.com) looked at every single script and tried to make sense of them, fortuately it worked
Now I know that seems tetious and it was just the way I did it, just a suggestion, hope that helps.
___________________
www.provisionfx.com
Your vision to the future!

December 22nd, 2002
04:04 AM
Thank you booch, i am looking at it right now.
Also checking out Robouk.com, this guy has an amazing layout.
Thanks again

December 22nd, 2002
04:04 AM
No problem, also check out other help threads in this forum some can be helpfull too 
___________________
www.provisionfx.com
Your vision to the future!

December 22nd, 2002
04:30 AM
Now, considering you are just starting out I won't point you straight to the PHP manual and say "Read gogo". That would be dumb.
The sticky thread on this forum titled "Compiled Link List with Descriptions" has quite a few sites in it, graded by level and what it contains. That may also point you in a good direction.
The best way to learn is from other people's code.
___________________
Adam Goossens -- PHP is my mother tounge.
Linux: ( kernel.org | winehq ) -- f33l the p0w3r.
Nobody replying to your questions? Getting flamed? Getting told to RTFM? Ask your questions the right way.

December 22nd, 2002
07:40 AM

December 22nd, 2002
04:47 PM
with Mr. Jones
Status: Offline!
php.net/include will be usefull for your layouts. Otherwise, do what they said. The compiled links page is really good.
___________________
http://www.philbrodeur.com - Expert PHP Development and Tutorials

December 22nd, 2002
05:03 PM
Neverside Newbie
Status: Offline!
the first thing i ever learned was from a boy, it was
<?php
echo("Hello world");
?>
ahh the good old days
___________________
evolvedbb

December 22nd, 2002
05:12 PM
I learned PHP also by looking at other peoples code and tutorials.. the PHP Manuel hasn't helped me that much.. I don't understand what it is saying sometimes.

December 23rd, 2002
12:33 AM
with Mr. Jones
Status: Offline!
once you get used to php syntaxt and OOP, the manual is a life saver.
___________________
http://www.philbrodeur.com - Expert PHP Development and Tutorials