![]() |
|
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. |
|
|
|||||||
| 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 |
|
|
Thread Tools | Display Modes |
|
#1
|
||||
|
||||
|
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. |
| Google Ads |
|
#2
|
||||
|
||||
|
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
__________________
Visit USFK Classifieds, the FREE classifieds in Korea! |
|
#3
|
||||
|
||||
|
Re: Anyone does know about PHP, Mysql ?
Quote:
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 09:43 AM. |
|
#4
|
||||
|
||||
|
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. |
| The Following User Says Thank You to lakbum For This Useful Post: | ||
shsong21 (03-12-2007)
| ||
|
#5
|
||||
|
||||
|
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?
__________________
Visit USFK Classifieds, the FREE classifieds in Korea! |
| The Following User Says Thank You to mike For This Useful Post: | ||
shsong21 (03-12-2007)
| ||
|
#6
|
||||
|
||||
|
Re: Anyone does know about PHP, Mysql ?
Quote:
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 ? |
|
#7
|
||||
|
||||
|
Re: Anyone does know about PHP, Mysql ?
Quote:
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 ? |
|
#8
|
||||
|
||||
|
Re: Anyone does know about PHP, Mysql ?
Quote:
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. |
|
#9
|
||||
|
||||
|
Re: Anyone does know about PHP, Mysql ?
Quote:
|
|
#10
|
||||
|
||||
|
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. |