Post-3 (PHP) Declare Variables in PHP Administrator March 26, 2016 0 Comments # Creating (Declaring) Variables in PHP Example: 7 <?php $txt = "Hi Netwax Lab!"; $x = 5; $y = 10.... Read More Read more No comments:
Post-2 (PHP) Start First PHP Page Administrator March 26, 2016 0 Comments For starting with PHP, first you need know form where we start. It’s not like HTML, create a notepad file than change its extension... Read More Read more No comments:
Post-1 (PHP) PHP Introduction Administrator March 25, 2016 0 Comments PHP is a Server-Side Scripting Language designed for web development. Originally created by Rasmus Lerdorf in 1994, the PHP referenc... Read More Read more No comments:
C# Operators Administrator February 10, 2015 3 Comments Download An operator performs the operations on operands. The combination of operands and operators are called expressions. There are lo... Read More Read more 3 comments: