[advanced search]
 

Go Back   NamePros.com > Discussion > Web Design & Development > Programming

Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics.


Closed Thread
 
LinkBack Thread Tools
Old 07-04-2003, 08:23 PM   #1 (permalink)
New Member
 
Join Date: Jul 2003
Posts: 11
19.00 NP$ (Donate)

3DeSiGnZ is an unknown quantity at this point


PHP *questionz*

Can someone tell me what's the difference of a normal html page and a page containing php? what's so good about php? I've read some tutorials but I still don't understand it. But first of all I wanna get an an idea what does php does.

...Thanks...
...Jorge...
__________________
(hear me out now)
(You are gonna listen to me like it or not)
3DeSiGnZ is offline  
Old 07-04-2003, 09:42 PM   #2 (permalink)
NamePros Regular
 
Join Date: Jun 2003
Location: California
Posts: 249
401.00 NP$ (Donate)

Alpha is an unknown quantity at this point


PHP is an HTML-embedded scripting language. Much of its syntax is borrowed from C, Java and Perl with a couple of unique PHP-specific features thrown in. The goal of the language is to allow web developers to write dynamically generated pages quickly. You will not be able to see other site's PHP by simply viewing the pages in a text editor because PHP is a server-side programming langauge.
__________________
--Alpha
Alpha is offline  
Old 07-04-2003, 10:24 PM   #3 (permalink)
NamePros Regular
 
Join Date: Sep 2002
Location: Canada
Posts: 498
834.00 NP$ (Donate)

DarkDevil is an unknown quantity at this point


That pretty much sums it up. but in laymans terms...

HTML is Clientside - the code is sent to the browser of a viewer and is decoded by the browser of choice. This is why different browsers display websites differently.
PHP is Serverside - its code is never sent to the browser of a website viewer. The server's software runs the code and everything happens without the viewer seeing it.

and...

HTML is incharge of Design/Layout of a website
PHP is incharge of data management

Other Clientside coding includes CSS, DHTML, and Javascript
Other Serverside coding includes Perl, ASP, and... umm... yes... =
__________________
Sometimes I lay awake at night and I ask "Where have I gone wrong?" Then a little voice says "This is going to take more than one night"
DarkDevil is offline  
Old 07-05-2003, 12:02 AM   #4 (permalink)
Senior Member
 
Join Date: May 2003
Posts: 2,211
6,170.25 NP$ (Donate)

adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough

Breast Cancer
PHP Code:
<?

echo "This is php";

?>

This is html
adam_uk is offline  
Old 07-05-2003, 01:19 AM   #5 (permalink)
New Member
 
Join Date: Jul 2003
Posts: 11
19.00 NP$ (Donate)

3DeSiGnZ is an unknown quantity at this point


.......PHP..........

I have ws_ftp pro and cute ftp. I already have a free php4 hosting, asp, etc.... What do u think it's the next step I should make to work with php.. DO I have to learn something to work with php? Pls help me out, Im really lost about the php. I've understanded so far what u guys have told me.

Thanks...
__________________
(hear me out now)
(You are gonna listen to me like it or not)
3DeSiGnZ is offline  
Old 07-05-2003, 02:20 AM   #6 (permalink)
Senior Member
 
Join Date: May 2003
Posts: 2,211
6,170.25 NP$ (Donate)

adam_uk is a jewel in the roughadam_uk is a jewel in the roughadam_uk is a jewel in the rough

Breast Cancer
get down to your local book shop and pick up eith php in easy steps or sams teach yourself in 24hours


excellent books! that will get you started
adam_uk is offline  
Old 07-05-2003, 11:29 AM   #7 (permalink)
NamePros Regular
 
Join Date: Sep 2002
Location: Canada
Posts: 498
834.00 NP$ (Donate)

DarkDevil is an unknown quantity at this point


i'd suggest books. but an alternative is try and make sense of the php manual found at php.net and look around for php tutorials. I believe webmonkey.com has one here. This is very basic, but it gives you an idea.
__________________
Sometimes I lay awake at night and I ask "Where have I gone wrong?" Then a little voice says "This is going to take more than one night"
DarkDevil is offline  
Closed Thread


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

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
Trackbacks are On
Pingbacks are On
Refbacks are On


Site Sponsors
Advertise your business at NamePros

All times are GMT -7. The time now is 04:52 PM.


Powered by: vBulletin® Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0
Template-Modifications by TMS
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85