View Single Post
09-03-2011, 02:35 PM
#4
georgi is offline georgi
Status: I'm new around here
Join date: Aug 2011
Location:
Expertise:
Software:
 
Posts: 9
iTrader: 0 / 0%
 

georgi is on a distinguished road

  Old

Hello,


Just go to official PHP site and download php manual - there you will find a lot of examples and of course description of all functions.
About MySQL - firstly try to install php apache and mysql on your computer. Next try to make some simple queries from cmd to your MySQL server ( create table, create database, select, update, delete, insert) .
Connection between php and mysql is well described in php manual also.
If you have any specific questions feel free to ask.

Best regards,
Georgi