error help please!

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

jmarcv
Forum Contributor
Posts: 131
Joined: Tue Jul 29, 2003 7:17 pm
Location: Colorado

Post by jmarcv »

Dude! You are getting WAY to sloppy. In the future, look at the line you have the parse error on, and if it ain't there, look at the line above it.

Always do this. It will save you many trips to this site.

Now in your case, doh!!! Wheres the semi colon!
User avatar
nick2
Forum Contributor
Posts: 118
Joined: Fri Jul 25, 2003 2:34 pm

Post by nick2 »

sorry m8, I am very tired but thanks for help! :wink:
User avatar
nick2
Forum Contributor
Posts: 118
Joined: Fri Jul 25, 2003 2:34 pm

Post by nick2 »

Hm I have lots of questions because I am making a cool script.

How exactly would i do this:

You login, and it knows your logged in.. and you can then access your message box.. and profile for editing.

I just need a concept since i'm a noober.

no code. :p
jmarcv
Forum Contributor
Posts: 131
Joined: Tue Jul 29, 2003 7:17 pm
Location: Colorado

Post by jmarcv »

You might want to look at some tutorials in Sessions. In fact, its staring at you in the face every times you get on to this thread
viewtopic.php?t=6521

The other is cookies. These are the best ways to see if someone is logged in.
Post Reply