Welcome to the Korea Discussion Forums!

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Take a look at the list of the forum features here. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   USFK Forums > USFK Activities and Entertainment - 웹사이트 활동 > Clubs and Groups - 클럽/그룹 > Webmasters - 웹마스터
User Name
Password
Forums Arcade Gallery Links Register FAQ Members List Calendar
Classifieds Articles Quizzes Search Today's Posts Mark Forums Read  

Webmasters - 웹마스터 Forum for webmaster in Korea to chat and share webmaster tricks of the trade


Google
Reply
 
Thread Tools Display Modes
  #1  
Old 03-08-2007, 05:26 PM
shsong21's Avatar
shsong21 shsong21 is offline
Political Officer

 
Join Date: Sep 2005
Posts: 1,887
Country:

Thanks: 56
Thanked 31 Times in 29 Posts
Rep Power: 0
shsong21 is an unknown quantity at this point
Anyone does know about PHP, Mysql ?

Anyone does know about PHP, Mysql ? or Anyone does know about its website ?
I interested in PHP, Mysql on Linux base.

Have a good day.
Reply With Quote Submit this thread to digg Submit this thread to del.icio.us
Google Ads
  #2  
Old 03-09-2007, 03:25 AM
mike's Avatar
mike mike is offline
The Great Leader

 
Join Date: Aug 2005
Location: South Korea
Age: 35
Posts: 4,180
Country:

Thanks: 28
Thanked 86 Times in 69 Posts
Rep Power: 10
mike is on a distinguished road
Send a message via Yahoo to mike Send a message via Skype™ to mike
Re: Anyone does know about PHP, Mysql ?

USFK Forums is build on PHP and the database is MySQL. They are both great FREE, open source software and very popular.

I am going to take a Java class soon then I will continue to learn PHP.

Mike
__________________
Sign my Guest book!
YesAsia.com Ebay Store!

Visit USFK Classifieds, the FREE classifieds in Korea!
Reply With Quote Submit this thread to digg Submit this thread to del.icio.us
  #3  
Old 03-09-2007, 07:54 AM
shsong21's Avatar
shsong21 shsong21 is offline
Political Officer

 
Join Date: Sep 2005
Posts: 1,887
Country:

Thanks: 56
Thanked 31 Times in 29 Posts
Rep Power: 0
shsong21 is an unknown quantity at this point
Re: Anyone does know about PHP, Mysql ?

Quote:
Originally Posted by mike
USFK Forums is build on PHP and the database is MySQL. They are both great FREE, open source software and very popular.

I am going to take a Java class soon then I will continue to learn PHP.

Mike
Then, Are you using a webhosting of some company ? or serverhosting ?
And Is there forum website on Linux base server ?
I also interested in PHP, MySQL. BTW, how's it to learn ?
Is it very difficult ?
I have my personal webpage on my Linux server at my home but
It's very simply webpage. So, I'd like to learn detail more about PHP,MySQL.
Most of website have made as PHP, MySQL you know....

Last edited by shsong21 : 03-09-2007 at 08:43 AM.
Reply With Quote Submit this thread to digg Submit this thread to del.icio.us
  #4  
Old 03-10-2007, 05:27 AM
lakbum's Avatar
lakbum lakbum is offline
FNG

 
Join Date: Dec 2006
Age: 26
Posts: 34
Country:

Thanks: 7
Thanked 4 Times in 4 Posts
Rep Power: 0
lakbum is an unknown quantity at this point
Re: Anyone does know about PHP, Mysql ?

I'm a Java programmer by profession, so I'll see if I can leave some tips.

The best way to learn either PHP or SQL (MySQL is a database and SQL is the language used to query the database) is to buy a book or find a tutorial online. I prefer books since they are often more in-depth then most tutorials. While you study the material, it is absolutely important that you actively try out the code while your learning. Just reading the material like a novel won't work too well.

As to how difficult it is, it depends more on your interest level and your technical ability. If your not really into it, your going to have an extremely difficult time. Based off your posts, I don't think you'll have a hard time learning it, though.

When I was in Korea, I believe I saw books for PHP and other languages written in Korean, so that's probably your best bet.

Good luck.
Reply With Quote Submit this thread to digg Submit this thread to del.icio.us
The Following User Says Thank You to lakbum For This Useful Post:
shsong21 (03-12-2007)
  #5  
Old 03-10-2007, 06:16 AM
mike's Avatar
mike mike is offline
The Great Leader

 
Join Date: Aug 2005
Location: South Korea
Age: 35
Posts: 4,180
Country:

Thanks: 28
Thanked 86 Times in 69 Posts
Rep Power: 10
mike is on a distinguished road
Send a message via Yahoo to mike Send a message via Skype™ to mike
Re: Anyone does know about PHP, Mysql ?

Thanks for the great info!

As stated, you can buy a book or find many tutorials online. You can download PHP and MySQL directly to your computer and work on it. Your computer can act as your server.

Here are some great sites to start with!

http://www.php.net

http://www.mysql.com

Those are the official websites. You can learn everything you need there. I own "PHP and MySQL for Dynamic Websites" by Larry Ullman.

Also, I just signed up for a Java class. From what I understand Java is for much larger, more powerful website. Just like ASP.NET. For instance, take a look at Ebay.com and you will see it is powered by Java and likely uses an Oracle database. Am I correct lakbum?
__________________
Sign my Guest book!
YesAsia.com Ebay Store!

Visit USFK Classifieds, the FREE classifieds in Korea!
Reply With Quote Submit this thread to digg Submit this thread to del.icio.us
The Following User Says Thank You to mike For This Useful Post:
shsong21 (03-12-2007)
  #6  
Old 03-12-2007, 11:10 AM
shsong21's Avatar
shsong21 shsong21 is offline
Political Officer

 
Join Date: Sep 2005
Posts: 1,887
Country:

Thanks: 56
Thanked 31 Times in 29 Posts
Rep Power: 0
shsong21 is an unknown quantity at this point
Re: Anyone does know about PHP, Mysql ?

Quote:
Originally Posted by mike
Thanks for the great info!

As stated, you can buy a book or find many tutorials online. You can download PHP and MySQL directly to your computer and work on it. Your computer can act as your server.

Here are some great sites to start with!

http://www.php.net

http://www.mysql.com

Those are the official websites. You can learn everything you need there. I own "PHP and MySQL for Dynamic Websites" by Larry Ullman.

Also, I just signed up for a Java class. From what I understand Java is for much larger, more powerful website. Just like ASP.NET. For instance, take a look at Ebay.com and you will see it is powered by Java and likely uses an Oracle database. Am I correct lakbum?
Thanks a lot. Mike !
I'll get help very much that website. But DB(database) is too hard to me.
BTW, where is your base ? and what do you do on your base ?
Reply With Quote Submit this thread to digg Submit this thread to del.icio.us
  #7  
Old 03-12-2007, 11:51 AM
shsong21's Avatar
shsong21 shsong21 is offline
Political Officer

 
Join Date: Sep 2005
Posts: 1,887
Country:

Thanks: 56
Thanked 31 Times in 29 Posts
Rep Power: 0
shsong21 is an unknown quantity at this point
Re: Anyone does know about PHP, Mysql ?

Quote:
Originally Posted by lakbum
I'm a Java programmer by profession, so I'll see if I can leave some tips.

The best way to learn either PHP or SQL (MySQL is a database and SQL is the language used to query the database) is to buy a book or find a tutorial online. I prefer books since they are often more in-depth then most tutorials. While you study the material, it is absolutely important that you actively try out the code while your learning. Just reading the material like a novel won't work too well.

As to how difficult it is, it depends more on your interest level and your technical ability. If your not really into it, your going to have an extremely difficult time. Based off your posts, I don't think you'll have a hard time learning it, though.

When I was in Korea, I believe I saw books for PHP and other languages written in Korean, so that's probably your best bet.

Good luck.
Thanks a lot for your messages.
yeah, right. There are a many books related to them in the book store.
But I'm afraid, I have no time bcoz of the business.
So, I have to find it on Internet, if i need it.
Programing is not my speciality but most of Korean IT engineers have to know a variety IT skills. We have to know all these such Windows, Sun solaris, HP UX, Linux, DB, Network etc......
BTW, Where are you live now ?
Reply With Quote Submit this thread to digg Submit this thread to del.icio.us
  #8  
Old 03-13-2007, 07:56 AM
lakbum's Avatar
lakbum lakbum is offline
FNG

 
Join Date: Dec 2006
Age: 26
Posts: 34
Country:

Thanks: 7
Thanked 4 Times in 4 Posts
Rep Power: 0
lakbum is an unknown quantity at this point
Re: Anyone does know about PHP, Mysql ?

Quote:
Originally Posted by mike
Also, I just signed up for a Java class. From what I understand Java is for much larger, more powerful website. Just like ASP.NET. For instance, take a look at Ebay.com and you will see it is powered by Java and likely uses an Oracle database. Am I correct lakbum?
I would say that you are pretty correct...but don't quote me on that. Heh.

Simply, every language has its purpose and their own advantages and disadvantages. Many arguments arise from developers saying their language is better than another, and vice-versa. I believe that you should use whatever language that gets the job done for you.
Reply With Quote Submit this thread to digg Submit this thread to del.icio.us
  #9  
Old 03-13-2007, 07:58 AM
lakbum's Avatar
lakbum lakbum is offline
FNG

 
Join Date: Dec 2006
Age: 26
Posts: 34
Country:

Thanks: 7
Thanked 4 Times in 4 Posts
Rep Power: 0
lakbum is an unknown quantity at this point
Re: Anyone does know about PHP, Mysql ?

Quote:
Originally Posted by shsong21
Thanks a lot for your messages.
yeah, right. There are a many books related to them in the book store.
But I'm afraid, I have no time bcoz of the business.
So, I have to find it on Internet, if i need it.
Programing is not my speciality but most of Korean IT engineers have to know a variety IT skills. We have to know all these such Windows, Sun solaris, HP UX, Linux, DB, Network etc......
BTW, Where are you live now ?
I'm living and working in Virginia right now. I lived in Songtan and graduated from Osan HS and went to UVa here. I'm hoping to eventually going back to work there as a contractor.
Reply With Quote Submit this thread to digg Submit this thread to del.icio.us
  #10  
Old 06-27-2007, 12:28 PM
tazmon95's Avatar
tazmon95 tazmon95 is offline
FNG

 
Join Date: Mar 2007
Age: 29
Posts: 12
Country:

Thanks: 0
Thanked 2 Times in 2 Posts
Rep Power: 0
tazmon95 is an unknown quantity at this point
Re: Anyone does know about PHP, Mysql ?

I would say that ShSong was on the right track with the php/mysql question. In almost all instances with these two programs setup on your server, or if you have access to them through a web host. You can do anything with, even tie in all the javascripts you want.

Take for example these forums, they are created using the vBulletin php script that ties in with a mySQL database. There are 1000's of scripts out there that use these two languages that are secure, enterprise class and WAY cheaper (Free) than a lot of other technologies. I've used many of these over time and there is some great stuff out there. As far as ways to learn php, getting scripts and digging into how they were made has been quite helpful to me.
Reply With Quote Submit this thread to digg Submit this thread to del.icio.us
Reply


Thread Tools
Display Modes