View previous topic :: View next topic |
blueisalive
Previously known as Aoiga
Level 13: Blood Skeleton Rank: Resident


Joined: 13 Dec 2004
Posts: 741
1,121
Location: Nowhere, Paedo!
|
blueisalive Posted: Sun Jun 12, 2005 8:49 pm Post subject: Databasing q's |
|
|
I was wondering...
Is this forum managed using SQL, mySQL, flat files (I know that sounds crazy), or what?
I am trying to create a simple PHP news system from scratch and I would like to know. _________________
Yay! I won something!
Thanx raini for the great sigs! |
|
Back to top |
|
 |
eFlare
Level 12: Soul Knight Rank: Administrator


Joined: 29 Nov 2004
Posts: 453
5,813
Location: the Netherlands
|
eFlare Posted: Mon Jun 13, 2005 1:51 am Post subject: |
|
|
This board runs on the phpBB engine which uses PHP and MySQL.
PHP and MySQL have been making magic ever since PHP included easy access functions for a MySQL server in it's core. Since they are both open source products they are a loved combination. I myself couldn't think of a world without it, because...well, everything I create runs on those two.
If you have any questions about either, feel free to ask me, I'll be more than happy to help you out.
(See, I'm not all like Grrr, I'm gonna ban your guys! I can be nice ) _________________ ... "If you doubt, you question. If you question, you understand. If you understand, you know. If you know, you want to know more. And if you want to know more... you are alive." |
|
Back to top |
|
 |
blueisalive
Previously known as Aoiga
Level 13: Blood Skeleton Rank: Resident


Joined: 13 Dec 2004
Posts: 741
1,121
Location: Nowhere, Paedo!
|
blueisalive Posted: Mon Jun 13, 2005 2:54 am Post subject: |
|
|
Thanks eFlare, but I am pretty squared away in the PHP dept.
But I am wondering -
Did you learn mySQL/SQL on your own?
Did you buy books? Go to a class?
I MUST KNOW!  _________________
Yay! I won something!
Thanx raini for the great sigs! |
|
Back to top |
|
 |
eFlare
Level 12: Soul Knight Rank: Administrator


Joined: 29 Nov 2004
Posts: 453
5,813
Location: the Netherlands
|
eFlare Posted: Mon Jun 13, 2005 3:02 am Post subject: |
|
|
No, I never touched a book, I taught myself everything my looking at examples, trying what this and that does. Same goes for all other languages I know. _________________ ... "If you doubt, you question. If you question, you understand. If you understand, you know. If you know, you want to know more. And if you want to know more... you are alive." |
|
Back to top |
|
 |
inferiare
TerraEarth Historian
Level 20: Guardian of Pandora Rank: Administrator


Joined: 13 Dec 2004
Posts: 6823
14,557
Location: Under a rock, which is under a bigger rock...
|
inferiare Posted: Mon Jun 13, 2005 6:40 am Post subject: |
|
|
I taught myself basic HTML (picture codes, link codes, stuff like that) then I took a class for it in college (same with Adobe Photoshop/Paint Shop Pro. Taught myself Photoshop/PSP, and then took a class for Photoshop).
But everything else that's computer programming... I have no idea. And I taught myself Japanese for a long time.... >>;; _________________
Presia firle anw faura,
van futare parge iem...
Melenas. |
|
Back to top |
|
 |
blueisalive
Previously known as Aoiga
Level 13: Blood Skeleton Rank: Resident


Joined: 13 Dec 2004
Posts: 741
1,121
Location: Nowhere, Paedo!
|
blueisalive Posted: Mon Jun 13, 2005 6:33 pm Post subject: |
|
|
I think almost anyone on the internet should know atleast SOME html.
You never know when it might come in handy and it familiarizes you with what admins work with!
eFlare wrote: | No, I never touched a book, I taught myself everything my looking at examples, trying what this and that does. Same goes for all other languages I know. | What kind of code did you view? Was it on a website somewherez?  _________________
Yay! I won something!
Thanx raini for the great sigs! |
|
Back to top |
|
 |
eFlare
Level 12: Soul Knight Rank: Administrator


Joined: 29 Nov 2004
Posts: 453
5,813
Location: the Netherlands
|
eFlare Posted: Mon Jun 13, 2005 8:36 pm Post subject: |
|
|
Aoiga wrote: | What kind of code did you view? Was it on a website somewherez?  |
I have no idea, it's been in my system for so long now, it's as if it's always been there. And don't use the z at then end of your words, it's lame. _________________ ... "If you doubt, you question. If you question, you understand. If you understand, you know. If you know, you want to know more. And if you want to know more... you are alive." |
|
Back to top |
|
 |
blueisalive
Previously known as Aoiga
Level 13: Blood Skeleton Rank: Resident


Joined: 13 Dec 2004
Posts: 741
1,121
Location: Nowhere, Paedo!
|
blueisalive Posted: Mon Jun 13, 2005 9:24 pm Post subject: |
|
|
So you are saying the code was already on your server when you got it or you already knew how to database before you got it?  _________________
Yay! I won something!
Thanx raini for the great sigs! |
|
Back to top |
|
 |
eFlare
Level 12: Soul Knight Rank: Administrator


Joined: 29 Nov 2004
Posts: 453
5,813
Location: the Netherlands
|
eFlare Posted: Mon Jun 13, 2005 9:42 pm Post subject: |
|
|
With "my system" I was refering to myself, not to a computer.
I've been working with it for so long now, I can't remember when and where it started exactly. It's like I never didn't know this stuff. _________________ ... "If you doubt, you question. If you question, you understand. If you understand, you know. If you know, you want to know more. And if you want to know more... you are alive." |
|
Back to top |
|
 |
Muerte
Level 15: Bloody Chariot Rank: Resident


Joined: 29 Dec 2004
Posts: 1134
1,872
|
Muerte Posted: Mon Jun 13, 2005 10:22 pm Post subject: |
|
|
Code just tends to become second nature and you forget where you originally got it. _________________ It's high time I revised this signature. |
|
Back to top |
|
 |
inferiare
TerraEarth Historian
Level 20: Guardian of Pandora Rank: Administrator


Joined: 13 Dec 2004
Posts: 6823
14,557
Location: Under a rock, which is under a bigger rock...
|
inferiare Posted: Mon Jun 13, 2005 10:26 pm Post subject: |
|
|
A good way to see a code:
Right click on a webpage, and (depending on your browser), you should see a message similar to "View Source" or "View Page Source". That's the best way to see how a webpage was coded. Also, there's a few websites out there that show you how to build webpages with java/frames/C+/etc.  _________________
Presia firle anw faura,
van futare parge iem...
Melenas. |
|
Back to top |
|
 |
|