Search found 25 matches

by Seifer
Sun Oct 19, 2003 10:12 pm
Forum: PHP - Code
Topic: Hopefully a simple problem with my script.
Replies: 20
Views: 2018

Okay, you guys lost me lol..
by Seifer
Sun Oct 19, 2003 1:26 pm
Forum: Databases
Topic: Adding info into DB with a php script..Problem!
Replies: 5
Views: 740

McGruff wrote:Slashing tutorial article: http://www.pinkgoblin.com/quotesarticle.php
Thanks McGruff :)
by Seifer
Sun Oct 19, 2003 1:23 pm
Forum: PHP - Code
Topic: Hopefully a simple problem with my script.
Replies: 20
Views: 2018

Kriek, anymore ideas? Or anyone for that matter?
by Seifer
Sat Oct 18, 2003 8:42 pm
Forum: PHP - Code
Topic: Hopefully a simple problem with my script.
Replies: 20
Views: 2018

I pasted yours in a new file, and compared and edited some of mine, thought it was perfectly done, and it came up a blank page again..lol
by Seifer
Sat Oct 18, 2003 7:32 pm
Forum: PHP - Code
Topic: Hopefully a simple problem with my script.
Replies: 20
Views: 2018

On your post, Kriek, should

Code: Select all

$query "SELECT uname FROM users WHERE uname='$username'":
be

Code: Select all

$query = "SELECT uname FROM users WHERE uname='$username'";
With the = sign after $query and a ; at the end instead of a :

Thanks.
by Seifer
Sat Oct 18, 2003 3:32 pm
Forum: PHP - Code
Topic: Hopefully a simple problem with my script.
Replies: 20
Views: 2018

I got this error now:

Unknown column 'Mooksman' in 'where clause'

Mooksman is any name entered into the Username: <field> field...
by Seifer
Sat Oct 18, 2003 3:17 pm
Forum: PHP - Code
Topic: Hopefully a simple problem with my script.
Replies: 20
Views: 2018

Hopefully a simple problem with my script.

Whenever I fill out my registration form, and hit submit, this script will run. The problem is when this script runs, no matter if I use a username that is or isn't taken, a blank screen comes up. Am I overlooking something? <?php <?php ob_start(); session_start(); ?> <html> <head> <title>Processing...
by Seifer
Sat Oct 18, 2003 2:18 pm
Forum: Databases
Topic: Adding info into DB with a php script..Problem!
Replies: 5
Views: 740

Thanks Kriek, this is Random if you still remember me, and UID is an AUTO_INCREMENT field.

I had read this:
http://us4.php.net/manual/en/function.m ... string.php
and I still don't understand what the mysql_escape_string(); does. Could I get a brief explanation on why you put them there? :)
by Seifer
Sat Oct 18, 2003 1:53 pm
Forum: General Discussion
Topic: cricket fan
Replies: 4
Views: 1439

I am! Though not much is on Television, nor played in my state (Indiana). I get it on Satellite sometimes though (about 10 times a month :()
by Seifer
Sat Oct 18, 2003 1:37 pm
Forum: Databases
Topic: Adding info into DB with a php script..Problem!
Replies: 5
Views: 740

Adding info into DB with a php script..Problem!

As you have read in my other MySQL post, I have taken a break from PHP and MySQL for about a year and just starting up again. I am attempting to create a script in which takes the registration form and adds the info into the Database. I know how to do it, I am just not sure how exactly to set it up,...
by Seifer
Thu Oct 16, 2003 10:39 pm
Forum: PHP - Code
Topic: Amount not showing up on site..
Replies: 13
Views: 2740

Okay, done.
by Seifer
Thu Oct 16, 2003 9:56 pm
Forum: PHP - Code
Topic: Amount not showing up on site..
Replies: 13
Views: 2740

Oh okay, thanks a ton :). Now my CSS isn't working for a couple of people, could you goto the my site and tell me what color the font is in the center of the main page..It is set to be #CCCCCC but he said it is black..
by Seifer
Thu Oct 16, 2003 9:37 pm
Forum: PHP - Code
Topic: Amount not showing up on site..
Replies: 13
Views: 2740

That worked :). What does the brackets on the end do really? I never have used, nor thought of using, them before.
by Seifer
Thu Oct 16, 2003 9:30 pm
Forum: PHP - Code
Topic: Amount not showing up on site..
Replies: 13
Views: 2740

Oh, forgot to mention, I did the ['gold'] and ['uid'], it still doesn't work.