Closed MyNameIsKodos closed 7 years ago
All of that can be achieved with a simple name LIKE %....%
query where the ..... in the example is any search string you want to match the % being a wild-card.
This could actually build the frame work for the Relational Database. Simple php script could be written to use the query and search for a string
This is being handled using SID #40
I was thinking today that name lookups could be done easily with the computer system that's WIP by doing something like
Computer where is Raven or Computer where is Lieutenant McQuiston
So instead of having a name field, we should break it apart into fname and lname (first, last)