Computer Forums

Member Login

Remember Me? Sign Up! | Forgot Password
 
Slogan
 
Closed Thread
Old 04-01-2004, 11:07 PM   #11 (permalink)
XT
 
Ultra Techie

Join Date: Dec 2003

Posts: 790

XT

Default

Ok html for every site it is used. Php just helps it. The advantage of it is that it loads the stuff before the client gets to the site so ur gaurenteed it will be up there but the clients browser may not support it(old browsers). It is embedded into html sort of like javascript. u start it with tags and close it with tags. Use variables and such. Very easy to learn and incoperate in design so u should use it
XT is offline  
Old 04-14-2004, 05:56 PM   #12 (permalink)
 
Newb Techie

Join Date: Apr 2004

Posts: 3

darwinsape

Send a message via AIM to darwinsape Send a message via Yahoo to darwinsape
Default PHP rules....

like someone mentioned, PHP and HTML are completely different, HTML is used to create things on a screen, but PHP is much more. PHP can be used to create dynamic counters, server side includes, dynamic pages based on what browser or OS the person is using, or to store things in a database such as MySQL...the possibilities really are endless, it's a programming language that can be embedded inside a webpage (you can make a PHP script and run it on a linux box without it having anything to do with a webpage, its a language that doesnt need to be compiled).
The only trick with PHP is that is must be installed on your server, apache and other browsers can do HTML, but PHP is completely different, therefore php must be installed.
I personally use PHP for everything, even pages that dont have any PHP code (although PHP require is best for SSI) because it's easy to add sometime in the future.
~Ben
darwinsape is offline  
Old 06-15-2004, 04:27 PM   #13 (permalink)
Jso
 
Newb Techie

Join Date: Mar 2004

Posts: 23

Jso

Default

OH..ok..thanks guys. Also, im trying to use PHP for a template, but I cant view what is going on. What do I need to install on my computer to view it and to edit it? Thanks!
Jso is offline  
Old 06-15-2004, 04:29 PM   #14 (permalink)
 
Super Techie

Join Date: Apr 2004

Posts: 316

BlazingWolf

Default

You need to install PHP, and then Apache. Then you will have to configure Apache for PHP. If I knew of a good guide I'd link you but I haven't found very many good ones.
__________________
BlazingWolf
<font color=\'red\'>
<b>
<a href=\'http://www.gaming-forums.org\'>
Gaming-Forums.org
<a/>
</b>
</font>
BlazingWolf is offline  
Old 06-18-2004, 02:55 PM   #15 (permalink)
 
Newb Techie

Join Date: Apr 2004

Posts: 3

darwinsape

Send a message via AIM to darwinsape Send a message via Yahoo to darwinsape
Default books...

the best guides i have found are in books on php and apache. I cant remember the name off the top of my head...i'll have to edit this post later and add it. I got it from a teacher of mine...a little out dated (it mentions old versions of both) but hey...with a little improvision it works.
Are you running linux or windows?
It's easiest to just upload and preview from a server however.
darwinsape is offline  
 
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 On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On