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
-
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
___
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 |
+
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
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
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
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
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