Page 1 of 1

is this right??

Posted: Sun Jul 02, 2006 5:40 am
by flexorcist
if you were to make a page where people sign in, is php the language you would need to use to display dynamic information that differs for each person, for example a "stats" page??

Posted: Sun Jul 02, 2006 6:42 am
by Ky
Yes, you would use it to call global instances (variables).

Posted: Mon Jul 03, 2006 11:47 pm
by flexorcist
aaaaaaah, no worries
thanks for that :)

Re: is this right??

Posted: Sun Jul 23, 2006 10:53 pm
by mohumben
flexorcist wrote:if you were to make a page where people sign in, is php the language you would need to use to display dynamic information that differs for each person, for example a "stats" page??
Actually not only PHP works for this, but most (if not all) of the server sided languages (CGI, ASP, Python)

You will need also some sort of database to store information (logins, passwords, etc.)

Re: is this right??

Posted: Mon Jul 24, 2006 1:41 am
by jeremy90
mohumben wrote:
flexorcist wrote:if you were to make a page where people sign in, is php the language you would need to use to display dynamic information that differs for each person, for example a "stats" page??
Actually not only PHP works for this, but most (if not all) of the server sided languages (CGI, ASP, Python)

You will need also some sort of database to store information (logins, passwords, etc.)
yes, like a MYSQL databse would be a good think to use

yes

Posted: Wed Dec 06, 2006 11:57 am
by rwshthn
yea you must use dynamic

Posted: Tue Dec 26, 2006 6:30 pm
by annamarie
yup use php/asp/cgi and other language as long it not html :)

Posted: Sun Jan 07, 2007 11:37 pm
by Flipper3
Well you shouldn't use just PHP, you need HTML as well. ;)

Posted: Wed Jan 10, 2007 12:45 am
by Mizo
Ky wrote:Yes, you would use it to call global instances (variables).
yes i agree with this reply