naike Posted October 14, 2010 Share Posted October 14, 2010 Hi I just joined this forum to get some help if I encounter problems or questions while creating my first database driven website with php. I already have very basic knowledge of HTML and I'm now working on PHP, so far it seems pretty much like C++ which I unfortunately don't know, but it's very logical. I've been following tutorials on the web and I've read one book so far, and as I said before, I'm now creating my first website that will use PHP to communicate with a mysql database. Anyways, hello to you all. Quote Link to comment https://forums.phpfreaks.com/topic/215882-hi-guys/ Share on other sites More sharing options...
Philip Posted October 14, 2010 Share Posted October 14, 2010 Hello! Quote Link to comment https://forums.phpfreaks.com/topic/215882-hi-guys/#findComment-1122240 Share on other sites More sharing options...
gizmola Posted October 14, 2010 Share Posted October 14, 2010 Hi I just joined this forum to get some help if I encounter problems or questions while creating my first database driven website with php. I already have very basic knowledge of HTML and I'm now working on PHP, so far it seems pretty much like C++ which I unfortunately don't know, but it's very logical. I've been following tutorials on the web and I've read one book so far, and as I said before, I'm now creating my first website that will use PHP to communicate with a mysql database. Anyways, hello to you all. Hi. Just to let you know PHP is really nothing like c++ at all. It shares some syntax with c, javascript and perl, and in version 5 and 6 has started to borrow some things from Java. The important design ideas behind PHP: -It can be intermixed easily with HTML/markup languages -It's parsed and interpreted on the fly -It is a loosely typed language, meaning that variables don't have to be declared before they are used, and can change datatype via automatic typecasting without you having to cast the values or convert them in your code. -It has a well defined api that allows external libraries to be integrated quickly and easily. This accounts for its utility. Quote Link to comment https://forums.phpfreaks.com/topic/215882-hi-guys/#findComment-1122251 Share on other sites More sharing options...
Maq Posted October 14, 2010 Share Posted October 14, 2010 Oh hi naike! Quote Link to comment https://forums.phpfreaks.com/topic/215882-hi-guys/#findComment-1122258 Share on other sites More sharing options...
chintansshah Posted October 15, 2010 Share Posted October 15, 2010 Guys those are new, please visit on w3schools website and PHP tutorial But php.net is best site after you finish your beginning level of learning. Quote Link to comment https://forums.phpfreaks.com/topic/215882-hi-guys/#findComment-1122436 Share on other sites More sharing options...
naike Posted October 15, 2010 Author Share Posted October 15, 2010 Thanks for all the welcomes, I hope I will be able to help someone new here some day, until then though, I will probably need help Quote Link to comment https://forums.phpfreaks.com/topic/215882-hi-guys/#findComment-1122511 Share on other sites More sharing options...
salathe Posted October 15, 2010 Share Posted October 15, 2010 Hi naike, welcome to PHPFreaks! It looks like you've got things planned, and know where to come for help. Enjoy your time here. Quote Link to comment https://forums.phpfreaks.com/topic/215882-hi-guys/#findComment-1122532 Share on other sites More sharing options...
phpfreak Posted October 20, 2010 Share Posted October 20, 2010 Howdy! Welcome to PHP Freaks! Looking forward to seeing you around! Quote Link to comment https://forums.phpfreaks.com/topic/215882-hi-guys/#findComment-1124583 Share on other sites More sharing options...
sumaiya Posted October 29, 2010 Share Posted October 29, 2010 hi sakib welcome to the forum Quote Link to comment https://forums.phpfreaks.com/topic/215882-hi-guys/#findComment-1128000 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.