Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Php Help
Goosestaf
post Oct 21 2004, 06:38 PM
Post #1


Privileged Member
*********

Group: Members
Posts: 503
Joined: 22-September 04
From: Worcester/Milton Keynes (UK)
Member No.: 1,226



ive never used php before so i know near to nothing of how to build it into a site. could someone explain the basics.
does it work like a java script or something, only with making the site extension a .PHP insted of .htm ?
Go to the top of the page
 
+Quote Post
serverph
post Oct 21 2004, 07:28 PM
Post #2


Ancient Enigma
Group Icon

Group: [MODERATOR]
Posts: 1,769
Joined: 11-July 04
From: under the stars
Member No.: 76



javascript works on the client side, while PHP works on the server side. all PHP codes are processed on the server first, then the output is sent to the client/user.
Go to the top of the page
 
+Quote Post
Goosestaf
post Oct 22 2004, 02:50 PM
Post #3


Privileged Member
*********

Group: Members
Posts: 503
Joined: 22-September 04
From: Worcester/Milton Keynes (UK)
Member No.: 1,226



ok, knew that but how to actually set them up is what i don't have a clue with
Go to the top of the page
 
+Quote Post
serverph
post Oct 22 2004, 05:40 PM
Post #4


Ancient Enigma
Group Icon

Group: [MODERATOR]
Posts: 1,769
Joined: 11-July 04
From: under the stars
Member No.: 76



QUOTE(Goosestaf @ Oct 22 2004, 10:50 PM)
ok, knew that but how to actually set them up is what i don't have a clue with

setting up php? or coding in php?

php by itself is basically helpless. what you want to set up is php-mysql-apache to
fully utilize the powers of these three components for a dynamic website. if this is
what you want, there are 3-in-1 installations. one of which is xammp (apachefriends.org). another is easyphp (just search the forums for the link or google
it.) or you can individually download php, mysql, and apache from their official sites
(but making them work together on your own is very tricky, so stick with the 3-in-1
installations).

tutorial sites for coding in php are aplenty here. just search the forums. php has a
section all to itself here. http://www.trap17.com/forums/index.php?showforum=59
Go to the top of the page
 
+Quote Post
Goosestaf
post Oct 23 2004, 10:43 AM
Post #5


Privileged Member
*********

Group: Members
Posts: 503
Joined: 22-September 04
From: Worcester/Milton Keynes (UK)
Member No.: 1,226



Cheers!
Go to the top of the page
 
+Quote Post
Lyon
post Oct 24 2004, 05:13 PM
Post #6


Super Member
*********

Group: Members
Posts: 361
Joined: 17-October 04
Member No.: 1,795



If you want to learn php, html, asp, javascript, i'm sorry but you have to read a lot , i'm saying that because it's the best way to realy learn something.
You can ask all the questions you want and if i can help you i will, but i advice you to read first then ask the questions or else it's going to be harder not just for you but to the people that are going to help.

The basics to php you can find in the oficial website of php - php.net, or better, in the websites of php developers, you can find in google websites of php with the keywords:

"php developers" ; "download php scripts" ; "forun(s) about php" ; "forun(s) about php" etc..., just use your mind to it, just think in other good few keywords and google will help you.

Asp or active server pages and php or personal home page are server side, i mean, the scripts run in the server side au contraire to html or javascript, this two ones the script or code runs in the client side, that means that takes more time to load the pages, depending on your connection speed and other things.

Well, if you want e-books about this or about webdesign, just email me and i will send you the links or the files.


Carpe diem.
Go to the top of the page
 
+Quote Post
rigueira
post Nov 27 2007, 12:06 PM
Post #7


Newbie [Level 2]
**

Group: Members
Posts: 28
Joined: 25-November 07
Member No.: 53,723



find for sites with tutorials like http://www.w3schools.com/
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

 



- Lo-Fi Version Time is now: 5th September 2008 - 01:53 PM