bs0d |
Subject: "re: Need a
Tutorial"
Posted: @ 2:40 pm on Aug 01 2009
|
|
|
 Member #: 1 Rank: Admin. - (1,510) Since: 02/06/05 Posts: 604 From: USA
|
|
Viewed: 25,448 Times | |  |
Gurugeak |
Subject: "re: Need a
Tutorial"
Posted: @ 4:10 pm on Aug 01 2009
|
|
|
Member #: 1007 Rank: user - (7) Since: 07/31/09 Posts: 7
|
Aright thanks,
i could setup
the member
system but i
would really
appreciate it
if you would
after that help
me to get what
i wanted.
|
| Viewed: 25,444 Times | |  |
bs0d |
Subject: "re: Need a
Tutorial"
Posted: @ 4:42 pm on Aug 01 2009
|
|
|
 Member #: 1 Rank: Admin. - (1,510) Since: 02/06/05 Posts: 604 From: USA
|
I can help with
any questions
you have. If I
can't help,
usually someone
else that
frequents the
forums may be
able to help as
well.
|
Viewed: 25,438 Times | |  |
Gurugeak |
Subject: "re: Need a
Tutorial"
Posted: @ 6:13 pm on Aug 01 2009
|
|
|
Member #: 1007 Rank: user - (7) Since: 07/31/09 Posts: 7
|
Aright thanks
but all i
really want is
what i said
above, so if
you know how to
do that then
its all
good.
|
| Viewed: 25,436 Times | |  |
bs0d |
Subject: "re: Need a
Tutorial"
Posted: @ 10:38 pm on Aug 01 2009
|
|
|
 Member #: 1 Rank: Admin. - (1,510) Since: 02/06/05 Posts: 604 From: USA
|
The members
system tutorial
shows you step
by step how to
create a
members system
for your
website.
Creating a
profile page is
easy, you just
query the user
data you want
to show that is
specific to the
user from the
members table.
So if you pass
the username or
user id along
in the URL of
the profile
page (such as:
www.yoursite.co
m/profile.php?u
id=15) then you
can use $_GET
method to
obtain the id,
to which you
will query
from. Such as:
$user_id =
$_GET['uid'];
Then use the
$user_id
variable in the
WHERE condition
of your SQL
statements.
Edited at 10:42:35 pm on 08/01/09
|
Viewed: 25,433 Times | |  |
Gurugeak |
Subject: "re: Need a
Tutorial"
Posted: @ 12:24 am on Aug 03 2009
|
|
|
Member #: 1007 Rank: user - (7) Since: 07/31/09 Posts: 7
|
I love you man,
your so pro -
no homo lol. i
have a question
about the
database
connection.
what do you put
where? cause im
lost on the
dbserver. i
tried my
domain, my
database user
nothing works
lol.
below i marked
what i think is
what. can you
help out
please? lol
<?php
$database[dbser
ver]="web
site.com"
; < NO
IDEA WHAT THAT
IS
$database[dbuse
r]="user
";
<DATA
BASE
USER
$database[dbnam
e]="datab
ase_1";
<DATABASE
NAME
$database[dbpas
s]="passw
ord";
< DATA
BASE
PASSWORD
$table
="table1
";
$connect =
mysql_connect($
database['dbse
rver'],
$database['dbu
ser'],
$database['dbp
ass']);
$select=
mysql_select_db
($database['db
name']);
?>
|
| Viewed: 25,413 Times | |  |
bs0d |
Subject: "re: Need a
Tutorial"
Posted: @ 3:03 am on Aug 03 2009
|
|
|
 Member #: 1 Rank: Admin. - (1,510) Since: 02/06/05 Posts: 604 From: USA
|
Who are you
hosted by? Do
you have a
database setup?
Website.com is
the host of
your database.
You might need
to check with
your hosting
company on
this.
The username
and password is
the username
and password
that is used to
access the
database (to
login).
|
Viewed: 25,407 Times | |  |
Gurugeak |
Subject: "re: Need a
Tutorial"
Posted: @ 7:49 pm on Aug 03 2009
|
|
|
Member #: 1007 Rank: user - (7) Since: 07/31/09 Posts: 7
|
Thanks that
really did help
alot, this is
honestly the
best and most
friendly php
site i have
found so far.
|
| Viewed: 25,394 Times | |  |
bs0d |
Subject: "re: Need a
Tutorial"
Posted: @ 10:07 pm on Aug 03 2009
|
|
|
 Member #: 1 Rank: Admin. - (1,510) Since: 02/06/05 Posts: 604 From: USA
|
I appreciate
it. I run the
site myself,
and I don't
get as much
time as I'd
like to spend
on it to add
new content.
But I'm glad
you still found
it useful.
|
Viewed: 25,389 Times | |  |
Gurugeak |
Subject: "re: Need a
Tutorial"
Posted: @ 5:33 pm on Aug 07 2009
|
|
|
Member #: 1007 Rank: user - (7) Since: 07/31/09 Posts: 7
|
Hey man i need
help with the
member system,
i don't want
to screw
anything up any
chance you can
help me? and
can i get your
msn or
something
because it
would be easier
for me to talk
to you in live
chat rather
than posting
here everytime.
|
| Viewed: 25,329 Times | |  |
bs0d |
Subject: "re: Need a
Tutorial"
Posted: @ 12:05 am on Aug 08 2009
|
|
|
 Member #: 1 Rank: Admin. - (1,510) Since: 02/06/05 Posts: 604 From: USA
|
email me at my
email address
of my profile.
I have GMail
chat. I
probably won't
be able to help
until Sunday,
but you can
email me your
questions.
|
Viewed: 25,319 Times | |  |
Gurugeak |
Subject: "re: Need a
Tutorial"
Posted: @ 3:29 pm on Aug 09 2009
|
|
|
Member #: 1007 Rank: user - (7) Since: 07/31/09 Posts: 7
|
Aright cause i
tried to add
you to my msn
using the email
address on your
profile lol.
But yeah i'll
try to email
you ma
questions.
|
| Viewed: 25,299 Times | |  |
Viewing Page: 1 of 1 |