| |||||||
| Programming PHP, Perl, Ruby on Rails, AJAX, HTML, XHTML, CSS, JavaScript, MySQL and any other coding topics. |
![]() |
| | LinkBack | Thread Tools |
| | #1 (permalink) |
| New Member | 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) |
| |
| | #2 (permalink) |
| NamePros Regular | 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 |
| |
| | #3 (permalink) |
| NamePros Regular | 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" |
| |
| | #5 (permalink) |
| New Member | .......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) |
| |
| | #7 (permalink) |
| NamePros Regular | 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" |
| |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| |