hepl with php and sql

vishaltuli09

Newbie
Joined
Jun 8, 2015
Messages
23
Reaction score
6
hi
i am good programming skills with C an C++
i need to know how and where can i start with sql and php
 
there are so many tutorials for this google them and make sure they are up to date
 
Here there is a help for you i think
Search for w3schools php on google, sorry i can't post the link :(
 
try downloading some lynda courses. look for torrents.. kickass and piratebay
 
i recommend w3schools its a good source of programming languages. You can search it on google :)
 
if you are good in programming in another languages, then w3scools have a good tutorials for PHP, it's integrated module, and will be fast to learn for you ^^
 
A good way to improve your programming skills in PHP/SQL after learning the basics is to study some actual source codes (like WordPress's) and then refer to PHP/SLQ documentation to look up whatever you don't understand.
 
Sql is not much difficult for start.
You have to know the basics of HTML for learning PHP and SQL easily.
You have to get a teacher for teaching you these languages.
 
PHP is not hard to learn especially who has good knowledge on c or c++, the basic syntax is almost the same, you just need lern more about the functions that can use in your jobs, I think the main php website itself has a very good document section.

SQL is also not hard for good logic people, like other said, w3schools is good place to start.
 
what ?
php and sql ?
if you want to administer website , its okey..
but if you want make profesional website , that is wasting your time a lot
because you will a lot fixing another man's sh1t especialy browser sh1t,php sh1t and other sql sh1t bugs ..make programram in c++ is more easy because only c++ sh1t that you must conterfeit and ofcourse m1cr0zoft sh1t for compiling....
 
So, did you start learning SQL and PHP?
I think W3School is good for learning PHP online.
 
http://php.net/manual/en/book.pdo.php Pdo is the way to go, that way if you do write a php program for accessing the data base and decide to switch databases i.e. from mysql to sqlite your code will still work
 
Back
Top