Search found 3 matches

by wmarcy
Thu Apr 05, 2012 2:17 pm
Forum: PHP - Code
Topic: PHP Sessions I am doing something fundamentally wrong
Replies: 2
Views: 346

PHP Sessions I am doing something fundamentally wrong

I have been beating my head against the wall with sessions. I do have the <?PHP session_start(); ?> as the first line of my file, no white space, nothing before it. Then, I set the Session array like: <?PHP session_start(); $_SESSION['email'] = $_POST['email']; $_SESSION['password'] = $_POST['passwo...
by wmarcy
Sat Mar 31, 2012 3:50 pm
Forum: HTML, CSS and other UI Design Technologies
Topic: Strange Form action.
Replies: 2
Views: 2381

Strange Form action.

I have a piece of code at the bottom of a page it is: </p><br><p align=center><a href="map.php" class="start">Start</a></p></div> </body></html> Instead of going to map.php when clicked, it is going to a totally different page, that is not referenced in any php or html file. Is t...
by wmarcy
Sun Mar 25, 2012 10:47 am
Forum: Databases
Topic: Simple MYSQL command
Replies: 1
Views: 1516

Simple MYSQL command

I have a database, with 5 tables, one of them is named players

Inside of players I need to find out if a character_name is already used.

Does anyone know off the top fo their head the SQL command to do this?

Thanks