Go Back   CodingForums.com > :: Server side development > PHP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-07-2002, 11:09 AM   PM User | #1
sjc_unique
New Coder

 
Join Date: Aug 2002
Location: UK
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
sjc_unique is an unknown quantity at this point
PHP help getting started

ok people, i am trying to learn as much web design coding as possible and in 6 months have learnt HTML and css and a little Javascript.

My mate suggested PHP as the next step, and i purchased a great book on it. however the book talks more about it as a programming language and doesnt give as much help as to how to incorporate it into building a website.

i basically am looking for a great tutorial or website that will take me through the 'first steps' of designing a page in PHP.

any help mucho appreciated

SJC
sjc_unique is offline   Reply With Quote
Old 08-07-2002, 12:00 PM   PM User | #2
Ökii
Regular Coder

 
Join Date: Jun 2002
Location: UK
Posts: 577
Thanks: 0
Thanked 0 Times in 0 Posts
Ökii is an unknown quantity at this point
Devshed 101 tutorials - listed in reverse.

Meander through them and get the hang of the coding syntax and basic methods.

Then sling php.net online manual into your favourites folder.

Welcome to the wonderful world of PHP backend programming
__________________
Ökii - formerly pootergeist
teckis - take your time and it'll save you time.
Ökii is offline   Reply With Quote
Old 08-07-2002, 01:59 PM   PM User | #3
mordred
Senior Coder


 
Join Date: Jun 2002
Location: frankfurt, german banana republic
Posts: 1,848
Thanks: 0
Thanked 0 Times in 0 Posts
mordred is an unknown quantity at this point
To get aquainted with PHP it's useful to think of a little project you want to realize in PHP. That will give you something to focus on and apply what you've read in manuals/tutorials directly to a real-world-problem. Probably a guestbook or a feedback form serve as good beginner projects.

And your book is quite right; PHP is about programming. You don't really "design" a page in PHP, you rather design it like you do a normal HTML page, and only at specific sections of that page you insert small PHP parts, which help with producing the desired HTML output.
For instance, you could have a <div> with a guestbooks's entry date in it. With PHP, you write a script that puts out a number of <div>s ordered by the date within. Just as an example.
mordred is offline   Reply With Quote
Old 08-08-2002, 09:38 AM   PM User | #4
sjc_unique
New Coder

 
Join Date: Aug 2002
Location: UK
Posts: 48
Thanks: 0
Thanked 0 Times in 0 Posts
sjc_unique is an unknown quantity at this point
oh yeah baby!!! thanks a lot "Ökii". These are the best tutorials ever!! Webmonkey is also very good (for any other beginners that might be here).

All that i learnt has come into place now, as the examples shown show u how to make use of it all in a website....it's just what i was looking for.

i feel like a proper Geek now.....thanks....

SJC
sjc_unique is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 07:42 AM.


Advertisement
Log in to turn off these ads.