Old 07-27-2006   #1 (permalink)
Registered User
 
Join Date: Oct 2005
Posts: 5

Exclamation Need PHP Help!!

HI,

I have been stuck for ages now on how to build a basic page in PHP. What I need is a tutorial or a book that takes you step by step through creating a webpage in PHP, and you end up with a page built in PHP at the end of the tutorial/book.

Does anyone have any suggestions of where to find such content?

Muchly appreciated
ThEMakeR is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-27-2006   #2 (permalink)
Bub
n00b
 
Bub's Avatar
 
Join Date: Feb 2004
Location: South Carolina
Posts: 860

Send a message via AIM to Bub
What do you want on the page that will require php? A php page is really just a html page with some php code and a cool .php extension.

The coding is the difficult part so it helps to know what you're trying to achieve.
__________________
Bub is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-28-2006   #3 (permalink)
Eternal Being
 
Join Date: Feb 2006
Location: Finland
Posts: 239

PHP Code:
<?php
echo "Congrats! This is your first PHP page";
?>
Save that file as index.php and upload to your server which has php and you have your first page. There are tons of PHP tutorials around the web. Good place to start is http://www.w3schools.com/php/php_intro.asp . And don't be afraid to ask help.
__________________
Telos is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 07-28-2006   #4 (permalink)
Registered User
 
Join Date: Oct 2005
Posts: 5

Thumbs up

Thanks all

Will try these. I wasn't aware you were able to have a normal page but with php extension. I understand a bit more about it now!!
ThEMakeR is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08-01-2006   #5 (permalink)
Intermediate User
 
Neil_8_24_93's Avatar
 
Join Date: May 2006
Posts: 96

Send a message via AIM to Neil_8_24_93 Send a message via MSN to Neil_8_24_93
Quote:
Originally Posted by ThEMakeR
Thanks all

Will try these. I wasn't aware you were able to have a normal page but with php extension. I understand a bit more about it now!!
Well...i do have a guide that i could give u....ok fine here it is:
Attached Files
File Type: doc PHP.doc (117.5 KB, 54 views)
Neil_8_24_93 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08-01-2006   #6 (permalink)
Intermediate User
 
Neil_8_24_93's Avatar
 
Join Date: May 2006
Posts: 96

Send a message via AIM to Neil_8_24_93 Send a message via MSN to Neil_8_24_93
Aghh...I just realized that u aleady have it sorry about the double post.
Neil_8_24_93 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08-01-2006   #7 (permalink)
Intermediate User
 
Neil_8_24_93's Avatar
 
Join Date: May 2006
Posts: 96

Send a message via AIM to Neil_8_24_93 Send a message via MSN to Neil_8_24_93
Here is a quick code.......

<html>
<body>
<?php
$d=date("D");
if ($d=="Fri")
echo "Have a nice weekend!";
else
echo "Have a nice day!";
?>
</body>
</html>

What this is basically saying is that if the date ($d) equals (==) Friday (Fri) then the echo would be Have a nice weekend!, BUT if the date equals any other day then the echo would be Have a nice day!
Neil_8_24_93 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08-02-2006   #8 (permalink)
Intermediate User
 
Neil_8_24_93's Avatar
 
Join Date: May 2006
Posts: 96

Send a message via AIM to Neil_8_24_93 Send a message via MSN to Neil_8_24_93
Also here is a link to a guide on how to make a Email Form:

http://www.apptools.com/phptools/forms/
Neil_8_24_93 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 08-04-2006   #9 (permalink)
Intermediate User
 
Neil_8_24_93's Avatar
 
Join Date: May 2006
Posts: 96

Send a message via AIM to Neil_8_24_93 Send a message via MSN to Neil_8_24_93
Why am I the only one posting ???!!
Neil_8_24_93 is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP Include problem/question x32fzw HTML / PHP / ASP / JS 1 05-22-2006 06:15 AM
Time sensitive passcodes in PHP thecubed HTML / PHP / ASP / JS 1 01-09-2006 02:25 AM
Pro's and Con's to Upgrading PHP pipersdragon HTML / PHP / ASP / JS 1 12-29-2005 11:43 PM
PHP Tutorial Trio! Man1c M0g Announcements 3 07-09-2005 09:15 AM
Digital's Quick and Dirty Guide to PHP Order HTML / PHP / ASP / JS 15 05-05-2004 01:18 AM


All times are GMT +1. The time now is 06:53 PM.
Content Relevant URLs by vBSEO 3.2.0

Design & Content © BioRUST 2008 :: PRIVACY STATEMENT :: LEGAL INFORMATION :: ADVERTISING MEDIA KIT