Software programing
前往频道在 Telegram
This is a channel which gives tutorial on different programming languages, android tips and tricks best apps etc...
显示更多1 471
订阅者
无数据24 小时
无数据7 天
无数据30 天
帖子存档
\n\nCommenting PHP Code\n\nA comment is the portion of a program that exists only for the human reader and stripped out before displaying the programs result. There are two commenting formats in PHP −\n\nSingle-line comments − They are generally used for short explanations or notes relevant to the local code. Here are the examples of single line comments.\n\n\n\n # This is a comment, and\n\n # This is the second line of the comment\n\n \n\n // This is a comment too. Each style comments only\n\n print \"An example with single line comments\";\n\n?>\n\nMulti-lines printing − Here are the examples to print multiple lines in a single print statement −\n\n\n\n # First Example\n\n print <<\n\nMulti-lines comments − They are generally used to provide pseudocode algorithms and more detailed explanations when necessary. The multiline style of commenting is the same as in C. Here are the example of multi lines comments.\n\n\n\n /* This is a comment with multiline\n\n Author : Mohammad Mohtashim\n\n Purpose: Multiline Comments Demo\n\n Subject: PHP\n\n */\n\n \n\n print \"An example with multi line comments\";\n\n?>\n\nPHP is whitespace insensitive\n\nWhitespace is the stuff you type that is typically invisible on the screen, including spaces, tabs, and carriage returns (end-of-line characters).\n\nPHP whitespace insensitive means that it almost never matters how many whitespace characters you have in a row.one whitespace character is the same as many such characters.\n\nFor example, each of the following PHP statements that assigns the sum of 2 + 2 to the variable $four is equivalent −\n\n$four = 2 + 2; // single spaces\n\n$four =+2 ; // spaces and tabs\n\n$four =\n\n2+\n\n2; // multiple lines\n\nPHP is case sensitive\n\nYeah it is true that PHP is a case sensitive language. Try out following example −\n\n\n\n \n\n \n\n \");\n\n print(\"Variable CaPiTaL is $CaPiTaL
\");\n\n ?>\n\n \n\n \n\n\n\nThis will produce the following result −\n\nVariable capital is 67\n\nVariable CaPiTaL is\n\nStatements are expressions terminated by semicolons\n\nA statement in PHP is any expression that is followed by a semicolon (;).Any sequence of valid PHP statements that is enclosed by the PHP tags is a valid PHP program. Here is a typical statement in PHP, which in this case assigns a string of characters to a variable called $greeting −\n\n$gree","datePublished":"2019-12-08T09:23:17Z","dateModified":"2019-12-08T09:23:17Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":1007}]}},{"@type":"ListItem","position":12,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/690","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/690","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/690","headline":"PHP Introduction PHP started out as a small open source project that evolved as more and more people found ou…","articleBody":"PHP Introduction\n\nPHP started out as a small open source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994.\n\n· PHP is a recursive acronym for \"PHP: Hypertext Preprocessor\".\n\n· PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites.\n\n· It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.\n\n· PHP is pleasingly zippy in its execution, especially when compiled as an Apache module on the Unix side. The MySQL server, once started, executes even very complex queries with huge result sets in record-setting time.\n\n· PHP supports a large number of major protocols such as POP3, IMAP, and LDAP. PHP4 added support for Java and distributed object architectures (COM and CORBA), making n-tier development a possibility for the first time.\n\n· PHP is forgiving: PHP language tries to be as forgiving as possible.\n\n· PHP Syntax is C-Like.\nhttps://t.me/software_programming1","datePublished":"2019-11-28T16:32:50Z","dateModified":"2019-11-28T16:32:50Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":940},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":2}]}},{"@type":"ListItem","position":13,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/689","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/689","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/689","headline":"Hey pals We all know that what gives the website functionality is well written php code.","articleBody":"Hey pals \nWe all know that what gives the website functionality is well written php code.","datePublished":"2019-11-28T16:32:50Z","dateModified":"2019-11-28T16:32:50Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":825}]}},{"@type":"ListItem","position":14,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/688","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/688","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/688","headline":"✅12 Reasons Why You should learn Python in 2019 ⏰15 Minutes Reading Share if you like it https://telegra.ph/1…","articleBody":"✅12 Reasons Why You should learn Python in 2019 \n\n⏰15 Minutes Reading\n\n Share if you like it\n\nhttps://telegra.ph/12-Reasons-you-should-learn-Python-11-25","datePublished":"2019-11-25T15:23:21Z","dateModified":"2019-11-25T15:23:21Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":888},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":3}]}},{"@type":"ListItem","position":15,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/687","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/687","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/687","headline":"https://bit.ly/2pMsPqM","articleBody":"https://bit.ly/2pMsPqM","datePublished":"2019-11-22T18:40:43Z","dateModified":"2019-11-22T18:40:43Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":852}]}},{"@type":"ListItem","position":16,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/686","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/686","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/686","headline":"What gives a life for your website is how you use your javaScript skill with creativity and how you use image…","articleBody":"What gives a life for your website is how you use your javaScript skill with creativity and how you use images.\nIt is true that using image in your page is good but using too much may take time to load the page.\nSo DON'T USE TOO MUCH IMAGES IN YOUR WEBSITE is one principle.\n@software_programming1","datePublished":"2019-11-10T09:34:24Z","dateModified":"2019-11-10T09:34:24Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":956},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":17,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/685","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/685","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/685","headline":"✅What is HTTP? ▶️HTTP stands for hyper text Transfer Protocol ▶️WWW stands for World Wide Web ▶️The World Wid…","articleBody":"✅What is HTTP? \n\n▶️HTTP stands for hyper text Transfer Protocol \n▶️WWW stands for World \nWide Web \n▶️The World Wide Web is \nabout communication \nbetween web clients and \nweb servers. \n▶️ Communication between client computers and web servers is done by sending HTTP Requests and receiving HTTP Responses \n▶️Clients are often browsers \n(Chrome, Edge, Safari), but they can be any type of program or device. \n▶️ Servers are most often computers in the cloud.\n\n✅Communication between clients and servers is done by requests and responses: \n\n1. A client (a browser) sends an HTTP request to the web \n\n2. An web server receives the request \n\n3. The server runs an application to process the request \n\n4.The server returns an \nHTTP response (output) \nto the browser \n\n5.The client (the browser) \nreceives the response.","datePublished":"2019-11-09T18:53:18Z","dateModified":"2019-11-09T18:53:18Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":1089},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":4}]}},{"@type":"ListItem","position":18,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/684","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/684","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/684","headline":"✅ What is Web Development? ✔️ Web programming, also known as web development, is the creation of dynamic web…","articleBody":"✅ What is Web Development?\n\n\n✔️ Web programming, also known as web development, is \nthe creation of dynamic web applications. \n✔️Examples of web applications are social networking sites like \n✔️Instagram, \n✔️Telegram, \n✔️Twitter,\n ✔️Facebook or \n ✔️e-commerce sites like Amazon, eBuy and Alibaba, etc. \n\n✅Build website using HTML and CSS\n\n➡️What is HTML?\n\n✔️HTML is the standard markup language for creating Web pages. \n✔️HTML stands for Hyper Text \nMarkup Language \n✔️It is used to design web pages using markup language. \n✔️HTML is the combination of \nHypertext and Markup language. \n✔️ HTML is a markup language which is used by the browser to manipulate text, images and other content to display it in required format. \n✔️Hypertext defines the link \nbetween the web pages. \n✔️Markup language is used to \ndefine the text document \nwithin tag which defines the \nstructure of web pages. \n========================\n\n✅ What is CSS?\n \n✔️css stands for cascading \nstyle sheet. \n✔️ It is the language for describing the presentation of Web pages, including colors, layout, and fonts. \n✔️ It allows one to adapt the \npresentation to different types of devices, such as large screens, small screens, or printers. \n✔️CSS is independent of HTML and can be used with any XML based markup language. \n✔️The separation of HTML from CSS makes it easier to maintain sites, share style sheets across pages, and tailor pages to different environments. \n✔️This is referred to as the \nseparation of structure (or: \ncontent) from presentation. \n\n➡️N.B: This is an introduction about web development. You can learn web development from beginners to Advanced level. \n\n👉👉Next time I will present about Client and server, and little bit about HTTP.","datePublished":"2019-11-07T16:08:12Z","dateModified":"2019-11-07T16:08:12Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":934},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":3}]}},{"@type":"ListItem","position":19,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/683","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/683","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/683","headline":"Software programing","datePublished":"2019-11-05T16:29:26Z","dateModified":"2019-11-05T16:29:26Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":915},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":16}]}},{"@type":"ListItem","position":20,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/682","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/682","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/682","headline":"Software programing","datePublished":"2019-11-05T16:29:17Z","dateModified":"2019-11-05T16:29:17Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":902},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":16}]}}]}











\");\n\n ?>\n\n \n\n \n\n\n\nThis will produce the following result −\n\nVariable capital is 67\n\nVariable CaPiTaL is\n\nStatements are expressions terminated by semicolons\n\nA statement in PHP is any expression that is followed by a semicolon (;).Any sequence of valid PHP statements that is enclosed by the PHP tags is a valid PHP program. Here is a typical statement in PHP, which in this case assigns a string of characters to a variable called $greeting −\n\n$gree","datePublished":"2019-12-08T09:23:17Z","dateModified":"2019-12-08T09:23:17Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":1007}]}},{"@type":"ListItem","position":12,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/690","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/690","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/690","headline":"PHP Introduction PHP started out as a small open source project that evolved as more and more people found ou…","articleBody":"PHP Introduction\n\nPHP started out as a small open source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994.\n\n· PHP is a recursive acronym for \"PHP: Hypertext Preprocessor\".\n\n· PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites.\n\n· It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.\n\n· PHP is pleasingly zippy in its execution, especially when compiled as an Apache module on the Unix side. The MySQL server, once started, executes even very complex queries with huge result sets in record-setting time.\n\n· PHP supports a large number of major protocols such as POP3, IMAP, and LDAP. PHP4 added support for Java and distributed object architectures (COM and CORBA), making n-tier development a possibility for the first time.\n\n· PHP is forgiving: PHP language tries to be as forgiving as possible.\n\n· PHP Syntax is C-Like.\nhttps://t.me/software_programming1","datePublished":"2019-11-28T16:32:50Z","dateModified":"2019-11-28T16:32:50Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":940},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":2}]}},{"@type":"ListItem","position":13,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/689","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/689","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/689","headline":"Hey pals We all know that what gives the website functionality is well written php code.","articleBody":"Hey pals \nWe all know that what gives the website functionality is well written php code.","datePublished":"2019-11-28T16:32:50Z","dateModified":"2019-11-28T16:32:50Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":825}]}},{"@type":"ListItem","position":14,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/688","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/688","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/688","headline":"✅12 Reasons Why You should learn Python in 2019 ⏰15 Minutes Reading Share if you like it https://telegra.ph/1…","articleBody":"✅12 Reasons Why You should learn Python in 2019 \n\n⏰15 Minutes Reading\n\n Share if you like it\n\nhttps://telegra.ph/12-Reasons-you-should-learn-Python-11-25","datePublished":"2019-11-25T15:23:21Z","dateModified":"2019-11-25T15:23:21Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":888},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":3}]}},{"@type":"ListItem","position":15,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/687","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/687","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/687","headline":"https://bit.ly/2pMsPqM","articleBody":"https://bit.ly/2pMsPqM","datePublished":"2019-11-22T18:40:43Z","dateModified":"2019-11-22T18:40:43Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":852}]}},{"@type":"ListItem","position":16,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/686","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/686","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/686","headline":"What gives a life for your website is how you use your javaScript skill with creativity and how you use image…","articleBody":"What gives a life for your website is how you use your javaScript skill with creativity and how you use images.\nIt is true that using image in your page is good but using too much may take time to load the page.\nSo DON'T USE TOO MUCH IMAGES IN YOUR WEBSITE is one principle.\n@software_programming1","datePublished":"2019-11-10T09:34:24Z","dateModified":"2019-11-10T09:34:24Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":956},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":1}]}},{"@type":"ListItem","position":17,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/685","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/685","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/685","headline":"✅What is HTTP? ▶️HTTP stands for hyper text Transfer Protocol ▶️WWW stands for World Wide Web ▶️The World Wid…","articleBody":"✅What is HTTP? \n\n▶️HTTP stands for hyper text Transfer Protocol \n▶️WWW stands for World \nWide Web \n▶️The World Wide Web is \nabout communication \nbetween web clients and \nweb servers. \n▶️ Communication between client computers and web servers is done by sending HTTP Requests and receiving HTTP Responses \n▶️Clients are often browsers \n(Chrome, Edge, Safari), but they can be any type of program or device. \n▶️ Servers are most often computers in the cloud.\n\n✅Communication between clients and servers is done by requests and responses: \n\n1. A client (a browser) sends an HTTP request to the web \n\n2. An web server receives the request \n\n3. The server runs an application to process the request \n\n4.The server returns an \nHTTP response (output) \nto the browser \n\n5.The client (the browser) \nreceives the response.","datePublished":"2019-11-09T18:53:18Z","dateModified":"2019-11-09T18:53:18Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":1089},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":4}]}},{"@type":"ListItem","position":18,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/684","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/684","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/684","headline":"✅ What is Web Development? ✔️ Web programming, also known as web development, is the creation of dynamic web…","articleBody":"✅ What is Web Development?\n\n\n✔️ Web programming, also known as web development, is \nthe creation of dynamic web applications. \n✔️Examples of web applications are social networking sites like \n✔️Instagram, \n✔️Telegram, \n✔️Twitter,\n ✔️Facebook or \n ✔️e-commerce sites like Amazon, eBuy and Alibaba, etc. \n\n✅Build website using HTML and CSS\n\n➡️What is HTML?\n\n✔️HTML is the standard markup language for creating Web pages. \n✔️HTML stands for Hyper Text \nMarkup Language \n✔️It is used to design web pages using markup language. \n✔️HTML is the combination of \nHypertext and Markup language. \n✔️ HTML is a markup language which is used by the browser to manipulate text, images and other content to display it in required format. \n✔️Hypertext defines the link \nbetween the web pages. \n✔️Markup language is used to \ndefine the text document \nwithin tag which defines the \nstructure of web pages. \n========================\n\n✅ What is CSS?\n \n✔️css stands for cascading \nstyle sheet. \n✔️ It is the language for describing the presentation of Web pages, including colors, layout, and fonts. \n✔️ It allows one to adapt the \npresentation to different types of devices, such as large screens, small screens, or printers. \n✔️CSS is independent of HTML and can be used with any XML based markup language. \n✔️The separation of HTML from CSS makes it easier to maintain sites, share style sheets across pages, and tailor pages to different environments. \n✔️This is referred to as the \nseparation of structure (or: \ncontent) from presentation. \n\n➡️N.B: This is an introduction about web development. You can learn web development from beginners to Advanced level. \n\n👉👉Next time I will present about Client and server, and little bit about HTTP.","datePublished":"2019-11-07T16:08:12Z","dateModified":"2019-11-07T16:08:12Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":934},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":3}]}},{"@type":"ListItem","position":19,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/683","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/683","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/683","headline":"Software programing","datePublished":"2019-11-05T16:29:26Z","dateModified":"2019-11-05T16:29:26Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":915},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":16}]}},{"@type":"ListItem","position":20,"item":{"@type":"SocialMediaPosting","@id":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/682","url":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/682","mainEntityOfPage":"https://telemetr.io/ch/channels/1259641032-software_programming1/posts/682","headline":"Software programing","datePublished":"2019-11-05T16:29:17Z","dateModified":"2019-11-05T16:29:17Z","author":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"publisher":{"@type":"Organization","name":"Software programing","url":"https://telemetr.io/ch/channels/1259641032-software_programming1","image":"https://img.tlmtr.io/c/1nfkaQ/5846196616325870645?ty=x"},"commentCount":0,"interactionStatistic":[{"@type":"InteractionCounter","interactionType":"https://schema.org/ViewAction","userInteractionCount":902},{"@type":"InteractionCounter","interactionType":"https://schema.org/ShareAction","userInteractionCount":16}]}}]}
1 471
Attention, students! 👩💻👨💻
We’re excited to announce the #DeveloperStudentClubs Solution Challenge! Develop a solution for a problem in your local community using Google technology for a chance to be featured and win prizes!
Learn more here → http://goo.gle/solutionchallenge
1 471
TOP 10 Job Sites for 2020
1. LinkedIn
2. Glassdoor
3. Indeed
4. Monster
5. CareerBuilder
6. Dice
7. Google Jobs
8. Idealist
9. LinkUp
10. Naukri
TOP 10 Education Sites for 2020
1. Coursera
2. Edx
3. MIT Online
4. Harvard Online
5. Stanford Online
6. Yale Online
7. Udemy
8. Udacity
9. Khan Academy
10. Saylor
TOP 10 Hard Skills for 2020
1. Data Science
2. Artificial Intelligence
3. Machine Learning
4. Cyber Security
5. Blockchain
6. Digital Marketing
7. Cloud Computing
8. Website Development
9. Mobile App Development
10. User Experience Design
TOP 10 Soft Skills for 2020
1. Resilience
2. Emotional Intelligence
3. Complex Problem Solving
4. Critical Thinking
5. Creativity
6. Communication
7. Collaboration
8. Confidence
9. Negotiation
10. Management
TOP 10 Programming Languages for 2020
1. Python
2. Java
3. JavaScript
4. C++
5. C#
6. Scala
7. C
8. PHP
9. Ruby
10. Swift
TOP 10 Internship Sites for 2020
1. Internships
2. Absolute Internship
3. Looksharp
4. Intern Queen
5. Careershift
6. GoAbroad
7. Experience
8. CoolWorks
9. HerCampus
10. SimplyHired
1 471
አስገራሚ የሀኪንግ እውነታዎች
-በየ 39 ሰከንዶቹ የሀከር ጥቃት አለ።
-የሩሲያ ሀከሮች በጣም ፈጣን ናቸው።
-በየቀኑ 300,000 አዳዲስ ቫይረሶች ይፈጠራሉ።
-የሳይበር ወንጀል ከዓለም አቀፍ ሕገ-ወጥ የአደንዛዥ ዕፅ ንግድ የበለጠ ትርፋማ ነው።
-ሀከሮች በየሴኮንዱ 75 ሪከርዶችን ይሰርቃሉ፡፡
-በአሜሪካ ውስጥ የሳይበር ደለል በጀት በ 2019 14.98 ቢሊዮን ዶላር ነው ፡፡
-ኩባንያዎች ካሏቸው ፋይሎች ውስጥ 3% ብቻውን ነው መከላከል የሚችሉት።
1 471
it allows you to download Web site from the Internet to a local directory, building recursively all directories, getting HTML, images, and other files from the server to your computer.
🔆የምትፈልጉትን website offline download ማረግ ትችላላችሁ 🔆
like w3school.com
Tutorialspoint.com
1 471
ting = "Welcome to PHP!";
Expressions are combinations of tokens
The smallest building blocks of PHP are the indivisible tokens, such as numbers (3.14159), strings (.two.), variables ($two), constants (TRUE), and the special words that make up the syntax of PHP itself like if, else, while, for and so forth
Braces make blocks
Although statements cannot be combined like expressions, you can always put a sequence of statements anywhere a statement can go by enclosing them in a set of curly braces.
Here both statements are equivalent −
if (3 == 2 + 1)
print("Good - I haven't totally lost my mind.<br>");
if (3 == 2 + 1) {
print("Good - I haven't totally");
print("lost my mind.<br>");
}
Running PHP Script from Command Prompt
Yes you can run your PHP script on your command prompt. Assuming you have following content in test.php file
<?php
echo "Hello PHP!!!!!";
?>
Now run this script as command prompt as follows −
$ php test.php
It will produce the following result −
Hello PHP!!!!!
Hope now you have basic knowledge of PHP Syntax.
@software_programming1
1 471
PHP Syntax Overview
This chapter will give you an idea of very basic syntax of PHP and very important to make your PHP foundation strong.
Escaping to PHP
The PHP parsing engine needs a way to differentiate PHP code from other elements in the page. The mechanism for doing so is known as 'escaping to PHP'. There are four ways to do this −
Canonical PHP tags
The most universally effective PHP tag style is −
<?php...?>
If you use this style, you can be positive that your tags will always be correctly interpreted.
Short-open (SGML-style) tags
Short or short-open tags look like this −
<?...?>
Short tags are, as one might expect, the shortest option You must do one of two things to enable PHP to recognize the tags −
· Choose the --enable-short-tags configuration option when you're building PHP.
· Set the short_open_tag setting in your php.ini file to on. This option must be disabled to parse XML with PHP because the same syntax is used for XML tags.
ASP-style tags
ASP-style tags mimic the tags used by Active Server Pages to delineate code blocks. ASP-style tags look like this −
<%...%>
To use ASP-style tags, you will need to set the configuration option in your php.ini file.
HTML script tags
HTML script tags look like this −
<script language="PHP">...</script>
Commenting PHP Code
A comment is the portion of a program that exists only for the human reader and stripped out before displaying the programs result. There are two commenting formats in PHP −
Single-line comments − They are generally used for short explanations or notes relevant to the local code. Here are the examples of single line comments.
<?
# This is a comment, and
# This is the second line of the comment
// This is a comment too. Each style comments only
print "An example with single line comments";
?>
Multi-lines printing − Here are the examples to print multiple lines in a single print statement −
<?
# First Example
print <<<END
This uses the "here document"syntax to output
multiple lines with $variable interpolation. Note
that the here document terminator must appear on a
line with just a semicolon no extra whitespace!
END;
# Second Example
print "This spans
multiple lines. The newlines will be
output as well";
?>
Multi-lines comments − They are generally used to provide pseudocode algorithms and more detailed explanations when necessary. The multiline style of commenting is the same as in C. Here are the example of multi lines comments.
<?
/* This is a comment with multiline
Author : Mohammad Mohtashim
Purpose: Multiline Comments Demo
Subject: PHP
*/
print "An example with multi line comments";
?>
PHP is whitespace insensitive
Whitespace is the stuff you type that is typically invisible on the screen, including spaces, tabs, and carriage returns (end-of-line characters).
PHP whitespace insensitive means that it almost never matters how many whitespace characters you have in a row.one whitespace character is the same as many such characters.
For example, each of the following PHP statements that assigns the sum of 2 + 2 to the variable $four is equivalent −
$four = 2 + 2; // single spaces
$four <tab>=<tab2<tab>+<tab>2 ; // spaces and tabs
$four =
2+
2; // multiple lines
PHP is case sensitive
Yeah it is true that PHP is a case sensitive language. Try out following example −
<html>
<body>
<?php
$capital = 67;
print("Variable capital is $capital<br>");
print("Variable CaPiTaL is $CaPiTaL<br>");
?>
</body>
</html>
This will produce the following result −
Variable capital is 67
Variable CaPiTaL is
Statements are expressions terminated by semicolons
A statement in PHP is any expression that is followed by a semicolon (;).Any sequence of valid PHP statements that is enclosed by the PHP tags is a valid PHP program. Here is a typical statement in PHP, which in this case assigns a string of characters to a variable called $greeting −
$gree
1 471
PHP Introduction
PHP started out as a small open source project that evolved as more and more people found out how useful it was. Rasmus Lerdorf unleashed the first version of PHP way back in 1994.
· PHP is a recursive acronym for "PHP: Hypertext Preprocessor".
· PHP is a server side scripting language that is embedded in HTML. It is used to manage dynamic content, databases, session tracking, even build entire e-commerce sites.
· It is integrated with a number of popular databases, including MySQL, PostgreSQL, Oracle, Sybase, Informix, and Microsoft SQL Server.
· PHP is pleasingly zippy in its execution, especially when compiled as an Apache module on the Unix side. The MySQL server, once started, executes even very complex queries with huge result sets in record-setting time.
· PHP supports a large number of major protocols such as POP3, IMAP, and LDAP. PHP4 added support for Java and distributed object architectures (COM and CORBA), making n-tier development a possibility for the first time.
· PHP is forgiving: PHP language tries to be as forgiving as possible.
· PHP Syntax is C-Like.
https://t.me/software_programming1
1 471
Hey pals
We all know that what gives the website functionality is well written php code.
1 471
✅12 Reasons Why You should learn Python in 2019
⏰15 Minutes Reading
Share if you like it
https://telegra.ph/12-Reasons-you-should-learn-Python-11-25
1 471
What gives a life for your website is how you use your javaScript skill with creativity and how you use images.
It is true that using image in your page is good but using too much may take time to load the page.
So DON'T USE TOO MUCH IMAGES IN YOUR WEBSITE is one principle.
@software_programming1
1 471
✅What is HTTP?
▶️HTTP stands for hyper text Transfer Protocol
▶️WWW stands for World
Wide Web
▶️The World Wide Web is
about communication
between web clients and
web servers.
▶️ Communication between client computers and web servers is done by sending HTTP Requests and receiving HTTP Responses
▶️Clients are often browsers
(Chrome, Edge, Safari), but they can be any type of program or device.
▶️ Servers are most often computers in the cloud.
✅Communication between clients and servers is done by requests and responses:
1. A client (a browser) sends an HTTP request to the web
2. An web server receives the request
3. The server runs an application to process the request
4.The server returns an
HTTP response (output)
to the browser
5.The client (the browser)
receives the response.
1 471
✅ What is Web Development?
✔️ Web programming, also known as web development, is
the creation of dynamic web applications.
✔️Examples of web applications are social networking sites like
✔️Instagram,
✔️Telegram,
✔️Twitter,
✔️Facebook or
✔️e-commerce sites like Amazon, eBuy and Alibaba, etc.
✅Build website using HTML and CSS
➡️What is HTML?
✔️HTML is the standard markup language for creating Web pages.
✔️HTML stands for Hyper Text
Markup Language
✔️It is used to design web pages using markup language.
✔️HTML is the combination of
Hypertext and Markup language.
✔️ HTML is a markup language which is used by the browser to manipulate text, images and other content to display it in required format.
✔️Hypertext defines the link
between the web pages.
✔️Markup language is used to
define the text document
within tag which defines the
structure of web pages.
========================
✅ What is CSS?
✔️css stands for cascading
style sheet.
✔️ It is the language for describing the presentation of Web pages, including colors, layout, and fonts.
✔️ It allows one to adapt the
presentation to different types of devices, such as large screens, small screens, or printers.
✔️CSS is independent of HTML and can be used with any XML based markup language.
✔️The separation of HTML from CSS makes it easier to maintain sites, share style sheets across pages, and tailor pages to different environments.
✔️This is referred to as the
separation of structure (or:
content) from presentation.
➡️N.B: This is an introduction about web development. You can learn web development from beginners to Advanced level.
👉👉Next time I will present about Client and server, and little bit about HTTP.
