Domain Discussion Board

Go Back   Domain Discussion Board > General > Tutorials

 
Reply
 
LinkBack Thread Tools Display Modes
Php Tutorial #1 + #2
Old
  (#1 (permalink))
andrew
Senior Member
andrew is an unknown quantity at this point
 
andrew's Avatar
 
Status: Offline
Posts: 212
Points: 67.2
Bank: 0.4
Total Points: 67.6
Donate
Join Date: Nov 2006
Rep Power: 0
Post Php Tutorial #1 + #2 - 11-05-2006, 12:50 PM

TUTORIAL 1

<html>
<?php
echo ("TEXT HERE") ;
?>

OR TRY THIS, IT DOES THE SAME THING:

<html>
<?php
print ("TEXT HERE") ;
?>

you learned how to write text!

TUTORIAL 2

<html>
<?php
$username = "Christopher" :
echo ($username) ;
?>

the variable username is written down. in this case christopher, because the username equals christopher.


http://Destin-Designs.co.nr - Custom Design 4 U
10$ - 22$
   
Reply With Quote
Re: Php Tutorial #1 + #2
Old
  (#2 (permalink))
Kurosaki Ichigo
Platinum Member
Kurosaki Ichigo is an unknown quantity at this point
 
Kurosaki Ichigo's Avatar
 
Status: Offline
Posts: 547
Points: 554.9
Bank: 1,112.3
Total Points: 1,667.2
Donate
Join Date: Nov 2006
Location: UK
Rep Power: 0
Re: Php Tutorial #1 + #2 - 11-14-2006, 02:21 PM

I know you are trying to be helpful but for someone that wants to learn php and is new to it coudnt learn a single command with how youve explained it. You are just basiclly telling them what it is. Try to be more descriptive and tell them what ever part means. Some people might not even know what a variable is.
   
Reply With Quote
Sponsored Links
Re: Php Tutorial #1 + #2
Old
  (#3 (permalink))
blue-sky
Senior Member
blue-sky is an unknown quantity at this point
 
Status: Offline
Posts: 238
Points: 52.5
Bank: 6,643.0
Total Points: 6,695.4
Donate
Join Date: Nov 2006
Rep Power: 0
Re: Php Tutorial #1 + #2 - 11-25-2006, 07:10 AM

Quote:
Originally Posted by andrew
TUTORIAL 1

<html>
<?php
echo ("TEXT HERE") ;
?>

OR TRY THIS, IT DOES THE SAME THING:

<html>
<?php
print ("TEXT HERE") ;
?>

you learned how to write text!

TUTORIAL 2

<html>
<?php
$username = "Christopher" :
echo ($username) ;
?>

the variable username is written down. in this case christopher, because the username equals christopher.

why your tutorial about php is so short...this code is very simple, and basic...

give more,please....
   
Reply With Quote
Reply


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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Points Per Thread View: 1.0
Points Per Thread: 15.0
Points Per Reply: 5.0


Similar Threads
Thread Thread Starter Forum Replies Last Post
PHP tut 2 - Refining the simple form - using cookies holypanl Scripts 10 05-08-2007 09:39 AM
All Programming Tutorials - Online For Ye All! hariharan Wonderful Websites 17 04-29-2007 05:22 AM
PHP: A simple form holypanl Scripts 5 04-05-2007 11:33 AM
Glassy Effect Siggy Tutorial demonfox Tutorials 10 03-08-2007 02:10 AM
An Introduction to PHP siddhant_3s Tutorials 3 10-30-2006 05:41 PM


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.0.0 ©2007, Crawlability, Inc.