Search found 25 matches
- Sun Oct 19, 2003 10:12 pm
- Forum: PHP - Code
- Topic: Hopefully a simple problem with my script.
- Replies: 20
- Views: 2018
- Sun Oct 19, 2003 5:55 pm
- Forum: PHP - Code
- Topic: Hopefully a simple problem with my script.
- Replies: 20
- Views: 2018
- Sun Oct 19, 2003 1:26 pm
- Forum: Databases
- Topic: Adding info into DB with a php script..Problem!
- Replies: 5
- Views: 740
Thanks McGruffMcGruff wrote:Slashing tutorial article: http://www.pinkgoblin.com/quotesarticle.php
- Sun Oct 19, 2003 1:23 pm
- Forum: PHP - Code
- Topic: Hopefully a simple problem with my script.
- Replies: 20
- Views: 2018
- Sat Oct 18, 2003 8:42 pm
- Forum: PHP - Code
- Topic: Hopefully a simple problem with my script.
- Replies: 20
- Views: 2018
- 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
be
With the = sign after $query and a ; at the end instead of a :
Thanks.
Code: Select all
$query "SELECT uname FROM users WHERE uname='$username'":Code: Select all
$query = "SELECT uname FROM users WHERE uname='$username'";Thanks.
- Sat Oct 18, 2003 3:32 pm
- Forum: PHP - Code
- Topic: Hopefully a simple problem with my script.
- Replies: 20
- Views: 2018
- 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...
- 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?
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?
- Sat Oct 18, 2003 1:53 pm
- Forum: General Discussion
- Topic: cricket fan
- Replies: 4
- Views: 1439
- 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,...
- Thu Oct 16, 2003 10:39 pm
- Forum: PHP - Code
- Topic: Amount not showing up on site..
- Replies: 13
- Views: 2740
- Thu Oct 16, 2003 9:56 pm
- Forum: PHP - Code
- Topic: Amount not showing up on site..
- Replies: 13
- Views: 2740
- Thu Oct 16, 2003 9:37 pm
- Forum: PHP - Code
- Topic: Amount not showing up on site..
- Replies: 13
- Views: 2740
- Thu Oct 16, 2003 9:30 pm
- Forum: PHP - Code
- Topic: Amount not showing up on site..
- Replies: 13
- Views: 2740