- Nov 28, 2000
- 2,224
- 0
- 0
I have it working completely, but its verrrryyy slow, the slowest part seems to be fetching a certain line of a file...
Does anyone know of a way to speed up the process?
Attached code is what I have so far...
Please recommend what I could do to make it faster!!
thanks a lot!
Its not very commented but I think you can get the point... the first and last variables are the first and last names... the script gets the first 3 chars of the first name, and the first 3 chars of the last name, and if the user id exists appends a 1,
so youd get
jontom
jontom1
jontom2
harpot
bobdly
etc etc
if something isnt clear let me know, this slow code is really dissapointing... anyone know of a faster way?
Does anyone know of a way to speed up the process?
Attached code is what I have so far...
Please recommend what I could do to make it faster!!
thanks a lot!
Its not very commented but I think you can get the point... the first and last variables are the first and last names... the script gets the first 3 chars of the first name, and the first 3 chars of the last name, and if the user id exists appends a 1,
so youd get
jontom
jontom1
jontom2
harpot
bobdly
etc etc
if something isnt clear let me know, this slow code is really dissapointing... anyone know of a faster way?