Web programming >> Suggestions ??
Posted by Spanxz on 18:18:00 02-23-2002
Hey guys
I came across something I need to do for this website I am working on and I'm not sure how to do and was wondering if you have any suggestions on how to do it.
I need to make a searchable database. Its a kind of online phone directory of all the people at my school. I want it so people can type in the peoples name and it brings up all their info including phone number, address, and e-mail.

Any ideas??
Thank you very much.
Spanxz
Posted by AcidBurn on 21:05:00 02-23-2002
Well... If this is a relatively small database you could make a text file and put in the information and rename the file whatever.cgi so if people try to open it, it wont work. For example the setup could be this:
First Last|Number|About them and then next line.If you were to do this I would recommend Perl/CGI for the job of searching it.. should make it pretty easy. hope that helps.

_________________
You laugh at me because I am different, I laugh at you because you are all the same.

[ This Message was edited by: AcidBurn on 2002-02-23 21:06 ]
Posted by sacah on 07:11:00 02-24-2002
I would recommend using MySQL and PHP.
There are plenty of tuts for PHP/MySQL too.
If you need any help just ask.
Posted by KaGez on 12:45:00 02-24-2002
I'd also go with PHP/MySQL, cuz you can make a search engine with just one query string to MySQL
[addsig]
Posted by nonama on 13:09:00 02-25-2002
p-h-p-p-h-p-p-h-p-p-h-p

thats my opinion. you can do it w/o mysql. but use php for that plz....




nonama finds php bets web programing lang in the world...
Posted by dxprog on 15:19:00 02-25-2002
a-s-p-a-s-p-a-s-p

ASP was created with SQL and Databases in mind.
Posted by fsvara on 16:26:00 02-26-2002
so what? some children are created with their parents having lawyers in mind, but the become drug addicts hanging around in subway stations
ok, i know this is a strnage comparision, but seriously, in what way would asp be better than php?
Posted by dxprog on 19:53:00 02-26-2002
I admit it. I'm a VB fanatic.
Posted by KaGez on 09:15:00 02-28-2002
erm... fsvara: are you sure this is going ok? I thik we'll have a flamewar about this if we aren't careful
[addsig]
Posted by nonama on 18:40:00 02-28-2002
asp is shit. not language. it just makes other langs server side.

asp lollipops
Posted by KaGez on 11:37:00 03-01-2002
heh... do you want to actually start a flamewar?
[addsig]
Posted by sacah on 12:38:00 03-01-2002
Function FLAME() {

I thought asp was just php for VB programmers

}

(-:
Posted by KaGez on 14:59:00 03-01-2002
hehe, I like that function, but it won't work in any language I know
maybe make it in PHP next time
[addsig]
Posted by dxprog on 15:41:00 03-01-2002


[ This Message was edited by: dxprog on 2002-03-02 11:39 ]
Posted by AcidBurn on 23:47:00 03-01-2002
Well.. since C++ is better than VB just change the 'Function' to 'void'. Then all will be good
Posted by KaGez on 01:21:00 03-02-2002
void FLAME()
{
printf("I thought asp was just php for VB programmers\n");
}

better?
it's C tho... but who cares
wanna have a C++ version? no problem:

void FLAME()
{
cout
[addsig]
Posted by sacah on 03:37:00 03-02-2002
lol
It was not meant to bein any language, not meant to work, just be recognisable the the human eye, which it is to most programmers, thats all
(-:
I started programming in VB, and I like it, but I use PHP most of the time.
Posted by KaGez on 13:02:00 03-02-2002
I've done VBA some times, but now I'll let my fingers off it
[addsig]