random number between 0-100 for database

2001-08-23 Thread Kit Kerbel
does anyone know how i might be able to create a random number between 0 and 100 using java? using the number in my database. thanks, Kit _ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp -

database/php question

2001-08-18 Thread Kit Kerbel
This is kinda off topic, but, I have a mysql database and I am generating an html table from one of my queries. I want to be able to download this html table, but in excel format. Any suggestions on a way to do this? Thanks, Kit ___

php/mysql user auth question

2001-08-14 Thread Kit Kerbel
ok...here's the deal. I have successfully developed a script to verify user authenticity. however, i need to verify what the "User Type" is for purposes of redirection to a certian page. ++-+---+--+ | ID | BearID | SSN | UserType | +

php/mysql user authentication

2001-08-13 Thread Kit Kerbel
I'm trying to create a php/mysql user auth script that has a built in mechanism that will allow me to distinguish between user types. For example...if a student logs into the site, i would like them transfered to a web page built specifically for them. Likewise with Professors. Any suggestion

Parsing text file into mysql database.

2001-07-30 Thread Kit Kerbel
While parsing into a mysql database using php, I have successfully entered data into the database from an uploaded txt file. My problem surrounds the fact that in between every data filled record in the database, is an empty record. What causes this? my test code is attached. thanks, kit

Parsing text file into mysql database.

2001-07-28 Thread Kit Kerbel
Hello, I was wondering if anyone could give any advice on how to go about parsing a plain text file into a mysql database. I have a class Roster table that I need to parse a text file into. I already have the uploading part of the file done. Now I just need to add some code to parse the file

Uploading files using PHP to database.

2001-07-25 Thread Kit Kerbel
Could anyone shed some light on how to go about uploading a text file with a web interface using php into a mysql database. wow, that was a mouthfull. I would much appreciate it. Kit _ Get your FREE download of MSN Explorer at h

newbie needs help please

2001-07-23 Thread Kit Kerbel
Is the foreign key functional is the newest version of Mysql? If so, how does it work. Also, how would I go about synchronizing an auto_increment field from one table with another table which need to correspond to the first. One table is for example the User table used for logging in...the