ZulfadlyAshBurn Posted August 15, 2011 Share Posted August 15, 2011 I have a few favorite language. Whats yours? Mine: HTML, PHP, MYSQL, JAVASCRIPT & CSS Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/ Share on other sites More sharing options...
trq Posted August 15, 2011 Share Posted August 15, 2011 A few things here. HTML and CSS can hardly be in the same basket as programming languages. Neither can ASP considering it's a framework, not a language. MySql is a database server, hardly a language. Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257590 Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 15, 2011 Author Share Posted August 15, 2011 what i mean is coding a site MYSQL command. Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257593 Share on other sites More sharing options...
trq Posted August 15, 2011 Share Posted August 15, 2011 Still doesn't make allot of sense I'm afraid. Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257596 Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 15, 2011 Author Share Posted August 15, 2011 isnt it still programming something? Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257599 Share on other sites More sharing options...
trq Posted August 15, 2011 Share Posted August 15, 2011 What? HTML & CSS definitely aren't and MySQL is a database server. SQL (Structured query language) is the language of relational database systems (while I would agree, they all have there own dialects). Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257604 Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 15, 2011 Author Share Posted August 15, 2011 alright. whatever you called it Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257605 Share on other sites More sharing options...
ignace Posted August 15, 2011 Share Posted August 15, 2011 C+?? did I miss the memo? Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257613 Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 15, 2011 Author Share Posted August 15, 2011 memo? Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257614 Share on other sites More sharing options...
ignace Posted August 15, 2011 Share Posted August 15, 2011 It's a joke. Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257617 Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 15, 2011 Author Share Posted August 15, 2011 ouh Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257618 Share on other sites More sharing options...
phpSensei Posted August 15, 2011 Share Posted August 15, 2011 Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257642 Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 15, 2011 Author Share Posted August 15, 2011 phpSensei, i now you love python by one of your post stating that you want to quit php. hehe Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257701 Share on other sites More sharing options...
AyKay47 Posted August 15, 2011 Share Posted August 15, 2011 my favorite language is english.. Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257705 Share on other sites More sharing options...
ZulfadlyAshBurn Posted August 15, 2011 Author Share Posted August 15, 2011 my favorite language is english.. haha. nice one AyKay47 Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257706 Share on other sites More sharing options...
AyKay47 Posted August 15, 2011 Share Posted August 15, 2011 and lol at PHPSensei pic Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257712 Share on other sites More sharing options...
phpSensei Posted August 15, 2011 Share Posted August 15, 2011 HAHA, this is me when I was little guys, shows my passion dont you think? Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257861 Share on other sites More sharing options...
The Little Guy Posted August 15, 2011 Share Posted August 15, 2011 my favorite language is english.. I was going to say that! HOW DARE YOU TAKE THE WORDS OUT OF MY MOUTH!! Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257879 Share on other sites More sharing options...
AyKay47 Posted August 15, 2011 Share Posted August 15, 2011 my favorite language is english.. I was going to say that! HOW DARE YOU TAKE THE WORDS OUT OF MY MOUTH!! thwarted.. ha! Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1257892 Share on other sites More sharing options...
j.smith1981 Posted August 18, 2011 Share Posted August 18, 2011 What? HTML & CSS definitely aren't and MySQL is a database server. SQL (Structured query language) is the language of relational database systems (while I would agree, they all have there own dialects). MySQL strictly speaking does have programming embedded into it in the form of Stored Procedures, it just lacks any real triggers, Oracle and Informix have great support for triggers, but comparing how much you spend on Oracle (in the thousands of $ or £ mark) or Informix for that matter you'd expect that to be a well maintained system and with some huge support for them! To trigger a stored procedure you'd need to attach PHP or another language to invoke that stored procedure. Mine are: PHP Perl MySQL C++ (more or less in that order too) C++ and C (couldn't see C in the list) are just out of pure interest, want to try and create a socket server in C or C++ eventually, what I am writing in PHP at this very moment, want to allow Flash to connect to a TCP socket and play network multiplayer games! Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1258934 Share on other sites More sharing options...
trq Posted August 18, 2011 Share Posted August 18, 2011 MySQL strictly speaking does have programming embedded into it in the form of Stored Procedures Which is indeed part of the language SQL. MySql isn't a language. Also, MySQL has had triggers since version 5.0 and if you want to pay for it you can, it is owned by oracle after all. Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1258939 Share on other sites More sharing options...
j.smith1981 Posted August 18, 2011 Share Posted August 18, 2011 I did say embedded and in the form of '' that meaning MySQL is not a language. But I was meaning in the sense of triggers that MySQL has to have something happened to that data to make the trigger work, MySQL can not do this on it's own, if a user for example is added to a users table, the trigger occurs after that. You could in Oracle (did this at University myself), you could get the Oracle services (not sure which one would actually do this or which ones), to go through on a specified time to say remove any users that have not been logged in, without having to put that in your application logic, that's what I mean by lack of invoking triggers on it's own. Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1258945 Share on other sites More sharing options...
trq Posted August 18, 2011 Share Posted August 18, 2011 But I was meaning in the sense of triggers that MySQL has to have something happened to that data to make the trigger work, MySQL can not do this on it's own. Um, indeed it can. It has had temporal triggers since 5.1 Link to comment https://forums.phpfreaks.com/topic/244820-what-is-your-favorite-language/#findComment-1258947 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.