inherit
125435
0
Jun 1, 2013 7:46:21 GMT -8
Lugubrious
I love arrays...
790
May 2008
lugubrious
|
Post by Lugubrious on Jun 28, 2010 16:05:09 GMT -8
I am interested in not only knowing, but using these types of coding. I went through the w3schools tutorials on both and I have a decent idea of the basic constructs and such. I am a firm believer that one cannot learn, or even be considered knowledgeable until they can put their knowledge into practice.
The problem I run into is that I do not know where to practice these types of coding. Is there a simple way to practice it, or do I have to host my site? I know of 00webhost, but I found it rather complicated. Is that the best option?
Thanks!
|
|
inherit
77753
0
Jul 18, 2024 12:23:50 GMT -8
Bob
2,623
April 2006
bobbyhensley
|
Post by Bob on Jun 28, 2010 16:28:49 GMT -8
I am interested in not only knowing, but using these types of coding. I went through the w3schools tutorials on both and I have a decent idea of the basic constructs and such. I am a firm believer that one cannot learn, or even be considered knowledgeable until they can put their knowledge into practice. The problem I run into is that I do not know where to practice these types of coding. Is there a simple way to practice it, or do I have to host my site? I know of 00webhost, but I found it rather complicated. Is that the best option? Thanks! You can set your own computer up to be a local testing server. You'll obviously need PHP and a web server installed. As well as MySQL if that's going to be your RDBMS of choice. You can install those applications separately or you can make use of a packaged solution such as XAMPP. The choice is yours, though I advocate installing and configuring everything manually at least once.
|
|
inherit
125435
0
Jun 1, 2013 7:46:21 GMT -8
Lugubrious
I love arrays...
790
May 2008
lugubrious
|
Post by Lugubrious on Jun 28, 2010 16:44:00 GMT -8
Oh wow, thank you so much!
edit: Sorry, rather short response for such a good response. I think I will use XAMPP just because I think I need something more simple seeing as I am completely new to this type of coding.
edit2: When trying to open phpmyadmin, I get this error:
#2003 - Can't connect to MySQL server on 'localhost' (10061)
Help?
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Jun 28, 2010 21:20:58 GMT -8
Did you install MySQL with XAMPP? If you didn't use the default login (root, blank password), you may need to edit phpMyAdmin's local files to update the information with which it connects.
|
|
inherit
77753
0
Jul 18, 2024 12:23:50 GMT -8
Bob
2,623
April 2006
bobbyhensley
|
Post by Bob on Jun 28, 2010 22:32:30 GMT -8
Oh wow, thank you so much! edit: Sorry, rather short response for such a good response. I think I will use XAMPP just because I think I need something more simple seeing as I am completely new to this type of coding. edit2: When trying to open phpmyadmin, I get this error: #2003 - Can't connect to MySQL server on 'localhost' (10061) Help? You're getting that error because MySQL isn't running. Open up your XAMPP control panel and start MySQL there.
|
|
inherit
97216
0
Nov 26, 2024 13:53:14 GMT -8
Bennett 🚀
Formerly iPokemon.
3,622
January 2007
catattack
iPokemon's Mini-Profile
|
Post by Bennett 🚀 on Jun 29, 2010 13:06:50 GMT -8
000webhost is quite easy, actually.. If you need help with that, I can help.. as I have all of my domains on there.
|
|
inherit
125435
0
Jun 1, 2013 7:46:21 GMT -8
Lugubrious
I love arrays...
790
May 2008
lugubrious
|
Post by Lugubrious on Jun 29, 2010 14:36:00 GMT -8
Well when I used it, it was much more painful than using XAMMP has been so far. Thanks for offering, though!
And thanks Bobby, that worked. I started one before the other and for some reason that made it mad.
Thanks Charles, but I did have it installed. Thanks for the tip. I would have probably confused myself if I decided to install them seperately.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Jun 29, 2010 16:17:31 GMT -8
Future reference: Sometimes you'll have trouble starting Apache or MySQL (can't remember which) because of a port blocking from Skype. Just in case that issue pops up too.
|
|
inherit
125435
0
Jun 1, 2013 7:46:21 GMT -8
Lugubrious
I love arrays...
790
May 2008
lugubrious
|
Post by Lugubrious on Jun 29, 2010 16:49:23 GMT -8
Oh, I actually don't use skype, but thanks for the tip. I'll make sure not to install it.
|
|
inherit
16846
0
Nov 19, 2012 15:20:20 GMT -8
Chris
3,036
December 2003
cddude
|
Post by Chris on Jun 29, 2010 18:12:16 GMT -8
Oh, I actually don't use skype, but thanks for the tip. I'll make sure not to install it. It's easily fixable (some checkbox in settings in Skype), but I figured I'd mention it.
|
|
inherit
149970
0
Jul 27, 2010 7:55:38 GMT -8
LOL what do i put here?
175
December 2009
gamingworld
|
Post by LOL what do i put here? on Jun 29, 2010 20:02:34 GMT -8
tbh. in my opinion learning computer programming is kind of hard (though i guess it depends on how patient you are) but if you're willing to spend a few bucks you should go to a book store and pick up a few books on Programming, i'm sure they're great
|
|
inherit
125435
0
Jun 1, 2013 7:46:21 GMT -8
Lugubrious
I love arrays...
790
May 2008
lugubrious
|
Post by Lugubrious on Jun 29, 2010 20:20:06 GMT -8
tbh. in my opinion learning computer programming is kind of hard (though i guess it depends on how patient you are) but if you're willing to spend a few bucks you should go to a book store and pick up a few books on Programming, i'm sure they're great I actually have bought a book on PHP, becuase I've found it rather cryptic. But so far MySQL has been pretty straightforward.
|
|
inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Jul 1, 2010 15:03:56 GMT -8
Future reference: Sometimes you'll have trouble starting Apache or MySQL (can't remember which) because of a port blocking from Skype. Just in case that issue pops up too. I TOLD YOU THAT!
|
|
inherit
130228
0
Jul 11, 2024 19:19:59 GMT -8
Charles Stover
1,731
August 2008
gamechief
|
Post by Charles Stover on Jul 1, 2010 23:51:41 GMT -8
It's Apache that gets an error, because Skype uses Port 80 (wtf). Just disable "Use Port 80 as an alternative port" under the Skype options. Easy.
|
|
inherit
100824
0
May 13, 2012 5:37:49 GMT -8
Michael
14,585
March 2007
wrighty
|
Post by Michael on Jul 2, 2010 1:02:24 GMT -8
It's Apache that gets an error, because Skype uses Port 80 (wtf). Just disable "Use Port 80 as an alternative port" under the Skype options. Easy. Yup yup!
|
|