Emuforums.com

Go Back   Emuforums.com > General Discussion > Web development / Programming
Register FAQ Members List Calendar Mark Forums Read

Login to remove all ads!
Reply
 
LinkBack Thread Tools Display Modes
Old November 19th, 2001   #1 (permalink)
Registered User
 
flipcode's Avatar
 
Join Date: Oct 2001
Posts: 27
ASP of PHP?

Here's one that's likely to get a couple of heated opinions:

Which is better, ASP or PHP, in terms of developing professional quality web sites?
__________________
flipcode
- "It is easier to get forgiveness, than it is approval."
flipcode is offline   Reply With Quote
Old November 20th, 2001   #2 (permalink)
dn
Administrator
 
dn's Avatar
 
Join Date: Oct 2001
Location: London, England
Posts: 1,100
i think ASP is more for compiling large databases, and is only really needed for that - NGEmu uses php, but as far as i know, it incorporates it with mySQL databases to store all the news, articles etc. I am only starting to learn php, and i don't think i am going to move onto asp anytime in the next few years
__________________
“A commonplace man marvels at uncommon things; a wise man marvels at the commonplace” - Confucius
dn is offline   Reply With Quote
Old November 20th, 2001   #3 (permalink)
Administrator
 
Bobbi's Avatar
 
Join Date: Apr 2001
Location: Germany
Posts: 2,015
PHP + mySQL all the way ! The possibilities are just endless ... On NGEmu for example :

Message board software : PHP/mySQL
Link database : PHP/mySQL
Download database : PHP/mySQL
Compatibility list : PHP/mySQL
News displaying script : PHP

Any questions left ?
__________________

Specs: AMD Athlon 64 4000+ • 2048 MB PC400 RAM • Nvidia GeForce 7600 GT PCI-E • WinXP Pro
Bobbi is offline   Reply With Quote
Old November 20th, 2001   #4 (permalink)
Registered User
 
flipcode's Avatar
 
Join Date: Oct 2001
Posts: 27
Well I've personally written an entire application for a University deparment in ASP, so I know it's capable. The student front-end for our class enrollment and unit management for the University is written in ASP also.

ASP + Oracle combination of coarse.

Whilst the IIS annoys me a lot because of security threats and just generally having issues upon installation & just working, it still appears to be the easiest option so far.

And to the person who was new to PHP, trust me, ASP is not hard at all, as long as you have some programming experience. It's really just a subset of Visual Basic instructions.
__________________
flipcode
- "It is easier to get forgiveness, than it is approval."
flipcode is offline   Reply With Quote
Old November 20th, 2001   #5 (permalink)
NSBQ nut
 
Nezzar's Avatar
 
Join Date: Aug 2001
Location: .de
Posts: 1,208
Quote:
Originally posted by Bobbi
PHP + mySQL all the way ! The possibilities are just endless ... On NGEmu for example :

Message board software : PHP/mySQL
Link database : PHP/mySQL
Download database : PHP/mySQL
Compatibility list : PHP/mySQL
News displaying script : PHP

Any questions left ?
I thought your News-Script is Coranto which is written in Perl.
__________________
Bred for its skills in magic

Last edited by Nezzar; November 20th, 2001 at 13:26.
Nezzar is offline   Reply With Quote
Old November 21st, 2001   #6 (permalink)
dn
Administrator
 
dn's Avatar
 
Join Date: Oct 2001
Location: London, England
Posts: 1,100
Coranto is written in Perl, but the news is stored in a mysql database and edited using php, as far as i know
__________________
“A commonplace man marvels at uncommon things; a wise man marvels at the commonplace” - Confucius
dn is offline   Reply With Quote
Old November 21st, 2001   #7 (permalink)
NSBQ nut
 
Nezzar's Avatar
 
Join Date: Aug 2001
Location: .de
Posts: 1,208
I watched at Coranto and afaik it's storing its data in a simple text-file. I'm confused:confused: :confused: :confused:
__________________
Bred for its skills in magic
Nezzar is offline   Reply With Quote
Old November 22nd, 2001   #8 (permalink)
dn
Administrator
 
dn's Avatar
 
Join Date: Oct 2001
Location: London, England
Posts: 1,100
yeah, the news is stored in a text file, but afaik, the categorys go to different tables in the sql database, and when u got to ngemu.com/psx it calls in the psx news only etc.

that is how i think it works, but i am probably wrong :eek:
__________________
“A commonplace man marvels at uncommon things; a wise man marvels at the commonplace” - Confucius
dn is offline   Reply With Quote
Old November 22nd, 2001   #9 (permalink)
NSBQ nut
 
Nezzar's Avatar
 
Join Date: Aug 2001
Location: .de
Posts: 1,208
Hmm...that would be a possible solution. But using a SQL-Database with perl isn't easy.
*looks_for_bobbi*
Hey Bobbi tell us how it works, please.:confused:
__________________
Bred for its skills in magic
Nezzar is offline   Reply With Quote
Old November 24th, 2001   #10 (permalink)
Fool
 
Death Metal's Avatar
 
Join Date: Oct 2001
Location: South Town
Posts: 1,771
Reference: http://www.ngemu.com/forums/showthre...&threadid=7773
__________________
"It sure is pleasurable to live your dreams as long as possible, but reality sure has a way of jolting you to your senses eventually."

Death Metal is offline   Reply With Quote
Old November 24th, 2001   #11 (permalink)
Administrator
 
Bobbi's Avatar
 
Join Date: Apr 2001
Location: Germany
Posts: 2,015
Well, you should read more carefully, I said "News displaying script : PHP" ... displaying, not posting ... we'll soon completly replace Coranto though, I already wrote most parts of a completly new news script.

Anyway, Coranto stores the news in a text file, that's right. But there is an addon called CorantoSQL, which puts everything into a mySQL database as well, and that one is installed. Now, when you go to the mainpage, the category is set to 'main' and that tells our news displaying script, that it should get all news from the database. When you go to the playstation section, it's set to 'psx' so you'll only see these ... it's a great way to add new features, like the "Print article" or "Send to a friend" options.

Hope this explains things a bit,
__________________

Specs: AMD Athlon 64 4000+ • 2048 MB PC400 RAM • Nvidia GeForce 7600 GT PCI-E • WinXP Pro
Bobbi is offline   Reply With Quote
Old November 25th, 2001   #12 (permalink)
NSBQ nut
 
Nezzar's Avatar
 
Join Date: Aug 2001
Location: .de
Posts: 1,208
Oh right, displaying, damn. *kicks_his_own_dumb_ass*
__________________
Bred for its skills in magic

Last edited by Nezzar; November 25th, 2001 at 10:24.
Nezzar is offline   Reply With Quote
Old December 5th, 2001   #13 (permalink)
Rosen Ritter
 
Badaro's Avatar
 
Join Date: Apr 2001
Location: Brazil
Posts: 3,387
Quote:
Originally posted by flipcode
Well I've personally written an entire application for a University deparment in ASP, so I know it's capable. The student front-end for our class enrollment and unit management for the University is written in ASP also.

ASP + Oracle combination of coarse.

Whilst the IIS annoys me a lot because of security threats and just generally having issues upon installation & just working, it still appears to be the easiest option so far.

And to the person who was new to PHP, trust me, ASP is not hard at all, as long as you have some programming experience. It's really just a subset of Visual Basic instructions.
I fully agree. Since I've been programming VB for quite some time, it took me no time at all to start writing ASP code.

[]s Badaro
__________________
ATI Theather Mode: Broken for almost two years.
First Thread
Thread with my pics
Badaro is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 02:25.


Powered by vBulletin® Version 3.7.0 Release Candidate 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5