Welcome Guest ( Log In | Register)



 
Reply to this topicStart new topic
> Best Sites For Learning Php-mysql
kobra500
post Mar 7 2008, 08:56 PM
Post #1


Super Member
*********

Group: [HOSTED]
Posts: 395
Joined: 8-January 08
From: UK - Kent
Member No.: 55,950



Hi I was reminded of this earlier by a post in a topic, meant to post it but forgot and the topic on php books reminded me.

Well anyway there is tyhschools for learning php (unless someone else knows a better 1) but I wan't to know what is the best site for using php with mysql (using phpmyadmin) also whats the difference between postgresql and mysql? though I must admit the postgresql version of phpmyadmin whatever it's called looks better (visually)!
Go to the top of the page
 
+Quote Post
jlhaslip
post Mar 7 2008, 09:24 PM
Post #2


A computer once beat me at chess, but it was no match for me at kick boxing.
Group Icon

Group: [MODERATOR]
Posts: 3,880
Joined: 24-July 05
From: In Trouble Again... still?
Member No.: 9,787
Spam Patrol



1. MySql and PostGre are both Open Source - Relational Database Management Systems. I don't think the Trap continues to support PostGre, but I might be wrong. The Cpanel includes all that junk regardless of whether they are installed or not.

2. For a Beginner's Tutorial on php and/or mysql, check over at w3schools.com or tizag.com. After you master a few things, use google to find a few more sites that are different or more challenging.
Go to the top of the page
 
+Quote Post
rvalkass
post Mar 8 2008, 09:05 AM
Post #3


apt-get moo
Group Icon

Group: [MODERATOR]
Posts: 2,053
Joined: 28-May 05
From: Hertfordshire, England
Member No.: 7,593
Spam Patrol



QUOTE(kobra500 @ Mar 7 2008, 08:56 PM) *
Well anyway there is tyhschools for learning php (unless someone else knows a better 1) but I wan't to know what is the best site for using php with mysql (using phpmyadmin)


If you want to use PHP with MySQL, you wouldn't be using phpMyAdmin. phpMyAdmin is basically a user-interface to MySQL, that allows you to manage your databases easier than using the command line, and it happens to be written in PHP.

For using PHP with MySQL there are a whole load of possibilities. Personally, I find learning by example incredibly useful, and the PHP site has plenty of documentation and examples for MySQL and for MySQLi (the improved version, allowing for lots of new functions).

I also quite like using the Zend Framework, as it has excellent support for databases and makes everything much much easier than if you tried to do everything yourself with straight PHP functions. There is plenty of documentation with examples.

The O'Reilly series of books are also an excellent resource if you don't mind shelling out a few quid for a second hand copy. They have loads of titles relating to PHP, MySQL, and specifically to combining the two effectively.

QUOTE(kobra500 @ Mar 7 2008, 08:56 PM) *
also whats the difference between postgresql and mysql?


Not a massive amount to the average user. If you intend to have thousands and thousands of rows in your tables, you might like to look into performance differences, and there are a few other small differences between the two, but nothing that will really cause you any problems.
Go to the top of the page
 
+Quote Post
kobra500
post Mar 8 2008, 01:13 PM
Post #4


Super Member
*********

Group: [HOSTED]
Posts: 395
Joined: 8-January 08
From: UK - Kent
Member No.: 55,950



I was talking more when i said php mysql about connectivity between them
Go to the top of the page
 
+Quote Post
rvalkass
post Mar 8 2008, 02:05 PM
Post #5


apt-get moo
Group Icon

Group: [MODERATOR]
Posts: 2,053
Joined: 28-May 05
From: Hertfordshire, England
Member No.: 7,593
Spam Patrol



Take a look at the links in my last post - they all deal with using PHP and MySQL together to create database-driven websites. The links to the PHP website focus on the various functions available to you to connect to a MySQL database, and to run SQL code on that database. The Zend Framework link does exactly the same, but using the popular Zend Framework, which makes life a lot easier (for example, it has functions to build SQL queries for you).

W3Schools have a comprehensive reference and tutorials for dealing with PHP and MySQL, and make a good introduction to combining the two. Lots of people start with W3Schools for HTML and CSS, and we can assume their PHP help is also fairly similar to what people are used to learning from.

Pixel2Life has a PHP section, and if you pick a tutorial dealing with databases too, you will be introduced to the basics of connecting to MySQL and using it in your own development. However, as all the tutorials are independent, I cannot vouch for their quality or usefulness.

Personally, I don't think a website can compensate for a good book. Take a look at the following, which deal with using PHP and MySQL together to create database-driven websites and web-based applications:

http://www.amazon.co.uk/Learning-PHP-MySQL...3591&sr=1-1
http://www.amazon.co.uk/Web-Database-Appli...3591&sr=1-2
http://www.amazon.co.uk/PHP-MySQL-Web-Deve...3591&sr=1-1
Go to the top of the page
 
+Quote Post

Reply to this topicStart new topic

Collapse

> Similar Topics

Topics Topics
  1. Problem On Mysql "order By"(5)
  2. Increment A Mysql Column(6)
  3. Can You Add Images Into A Mysql Database?(20)
  4. Creating Profiles In Php/mysql ?(7)
  5. Php Search Engine Script For Mysql Database(11)
  6. Good Source For Learning Php(13)
  7. Learning Php -- Where Do I Start?(16)
  8. Simple Mysql Query Limiting(9)
  9. Some Mysql Basics(4)
  10. Php, Mysql, Apache(4)
  11. Php And Mysql Applications(3)
  12. Getting Php 5 To Work With Mysql(0)
  13. Problem With A Mysql Join(2)
  14. The Artists Tutorials :mysql Basic Commands(0)
  15. [mysql]get Id Of Loged In User?(7)
  1. [mysql/php]need Som Basic Help(13)
  2. [php/mysql]id Trouble [resolved](3)
  3. Mysql Won't Update(4)
  4. Php + Mysql Question!(4)
  5. Tools Needed!(9)
  6. What Are The Best Books For Learning Php(5)
  7. Php Calculator That Calculates Genetic Percentages?(2)
  8. Php And Mysql Programming(2)
  9. Best Php And Mysql Editor For Noobs(6)
  10. Html Form!(4)
  11. Mysql Error(3)
  12. Create Table - Mysql Code - Help(1)
  13. Learning Php(4)


 



- Lo-Fi Version Time is now: 25th July 2008 - 09:50 AM