Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: Phone Number Storage

by gornox_zx (Priest)
on Jul 03, 2001 at 17:48 UTC ( [id://93491]=note: print w/replies, xml ) Need Help??


in reply to Phone Number Storage

Have you thought of making it a CGI so that you could access your information over the web? Instead of having the interactive inputs, you could make a MySQL database to store it, and have forms that read, store, and search the database. This would make it easier to search and parse your information than it would be using the flat file.
For example you could do:

select * from phone_list where name="Lloyd"

or

select * from phone_list where number=$number

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://93491]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (5)
As of 2024-04-19 12:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found