I need to make a simple database (company names and addresses) but I can't use MySQL or ASP. Does anyone have any templates for PHP or CGI databases?
I know CGI and PHP works with my host, but I know MySQL and ASP don't - and I can't change host at this stage.
2007-03-14
04:42:23
·
5 answers
·
asked by
Mawkish
4
in
Computers & Internet
➔ Programming & Design
They have MySQL but I can't accord to subscribe to the particular package that enables it for me yet. A text database is EXACTLY what I want (yes, it will be slow, but I do not have too much data to store).
2007-03-14
04:51:31 ·
update #1
You'd be better off using XML.
http://www.devarticles.com/c/a/PHP/Converting-XML-Into-a-PHP-Data-Structure/
http://www.php.net/manual/en/ref.xml.php
2007-03-14 05:02:01
·
answer #1
·
answered by Anonymous
·
0⤊
1⤋
You don't need ASP (consider ASP, PHP, and CGI/Perl the same stuff), but you need SOME SORT of database, unless you plan to store the data in pure TEXT, which is going to be slow and cumbersome.
Better investigate what does your host REALLY support besides PHP. In general, if they have PHP, they should have Apache / MySQL.
EDIT: The problem is NOT speed. The problem is concurrency (i.e. multiple users). Basically, you have one user writing something, which means nobody else can be editing the same record, or even READING the same record, and so on. Else you'll have updating problems, who's updating what, and so on. That's why we have databases (oh, and they lookup things much faster).
2007-03-14 04:50:05
·
answer #2
·
answered by Kasey C 7
·
0⤊
0⤋
In Perl, you can use DBM files, which are hashes (associative arrays) stored as files. I once built a client/project database on a server without MySQL using this approach. I don't know that there's anything similar available in PHP, but if your needs are simple, you could probably make do saving arrays as csv files.
Home-rolled databases are fairly simple to implement, up to the point where you have to accommodate multiple simultaneous users.
2007-03-14 06:37:00
·
answer #3
·
answered by injanier 7
·
0⤊
0⤋
you may host your information superhighway website on your human being computer including your contemporary information superhighway connection for loose. a million. set up a dynamic DNS service, like DynIp. i take advantage of NoIp, that's loose. exceedingly a lot all routers help one or more beneficial carriers. 2. installation IIS, until eventually you're unlucky to possess XP homestead 3. receive and installation information superhighway PIatform Installer from Microsoft, alongside with the .information superhighway Framework, sq. Server exhibit 2008, seen information superhighway Developer 2008. My low-cost $250 homestead computer server has in undemanding words has a 256Kbps upload %. I wrote a "porfolio" information superhighway application in C#, ASP.information superhighway. IMHO, in case you recommend to develop into an information superhighway guru, Linux sysadmin, or at your job there are Unix servers, pick LAMP (Linux, Apache, Mysql, own homestead web page), in the different case pick M$.
2016-12-02 00:00:05
·
answer #4
·
answered by ? 3
·
0⤊
0⤋
if you have the office suite on your computer, or if your business can by it, use MS ACCESS. Its pretty simple and straightforward. Not for extensive use, but from what you described, it seems like the answer. Plus all the help and tutorials you need to start using it is available online
www.microsoft.com
2007-03-14 05:48:37
·
answer #5
·
answered by Anonymous
·
0⤊
1⤋