No volka, there isn't really, I just wanted to try it.
Search found 25 matches
- Thu Oct 30, 2003 3:55 pm
- Forum: PHP - Code
- Topic: Stumped
- Replies: 4
- Views: 781
- Wed Oct 29, 2003 9:39 pm
- Forum: PHP - Code
- Topic: Stumped
- Replies: 4
- Views: 781
Stumped
What I am trying to do is create a PHP/MYSQL based login and register system. So far, I have managed to make it so you can register, which will create a table with a name the user specifies in my database. I can login fine after I create it, it's just my problem is for dealing with people who entere...
- Sun Mar 30, 2003 5:42 pm
- Forum: Databases
- Topic: Checking a Table
- Replies: 4
- Views: 1275
- Sat Mar 29, 2003 10:21 am
- Forum: Databases
- Topic: Checking a Table
- Replies: 4
- Views: 1275
Checking a Table
What I want to do is to be able to check a table to see if it already has the number I want to assign to someone else. This is what I have so far: <?php $randd=rand(1,10); while ($coord <> $randd) { $randd=rand(1,10); $used = mysql_query("SELECT coords FROM miscel WHERE (coords = '$randd')"...
- Fri Mar 28, 2003 4:03 pm
- Forum: PHP - Code
- Topic: Random Numbers
- Replies: 4
- Views: 534
- Thu Mar 27, 2003 7:28 pm
- Forum: PHP - Code
- Topic: Random Numbers
- Replies: 4
- Views: 534
Random Numbers
How do you do them in PHP?
Grrrr...
Well, I have been doing well lately, but now I have another problem I can't figure out -.-
My MySql/Php table doesn't save when I turn off my computer...
It will be working fine, then I turn my computer off, and when its back on, it doesnt work anymore...
My MySql/Php table doesn't save when I turn off my computer...
It will be working fine, then I turn my computer off, and when its back on, it doesnt work anymore...
- Tue Mar 18, 2003 6:08 pm
- Forum: PHP - Code
- Topic: Easy Question
- Replies: 2
- Views: 389
- Tue Mar 18, 2003 5:59 pm
- Forum: PHP - Code
- Topic: Easy Question
- Replies: 2
- Views: 389
Easy Question
What command to break off a numbers numbers after a decimal?
EX:
420.49
to
420
Thankyou
EX:
420.49
to
420
Thankyou