PHP के Variables create करने से पहले उसके कुछ नियम समझे |Rules for PHP VariablesPHP का variable बनाने के लिए शुरुआत में $ (dollar) sign का इस्तेमाल किया जाता है |$ sign के बाद variable underscore(_) या किसी भी letter(A-Z, a-z) से start किया जाता है | For eg. $var, $_varकिसी भी numeric value से variable की शुरुआत नहीं होती | For eg. $123varVariable...
29 October, 2018
PHP के Variables create करने से पहले उसके कुछ नियम समझे |
Programing Coderfunda
October 29, 2018
php
No comments
PHP के Variables create करने से पहले उसके कुछ नियम समझे |
Rules for PHP Variables
PHP का variable बनाने के लिए शुरुआत में $ (dollar) sign का इस्तेमाल किया जाता है |
$ sign के बाद variable underscore(_) या किसी भी letter(A-Z, a-z) से start किया जाता है | For eg. $var, $_var
किसी भी numeric value से variable की शुरुआत नहीं होती | For eg. $123var
Variable...
28 October, 2018
Bootstrap Grids
Programing Coderfunda
October 28, 2018
Bootstrap
No comments
Bootstrap Grid SystemBootstrap's grid system allows up to 12 columns across the page.If you do not want to use all 12 columns individually, you can group the columns together to create wider columns:span 1span 1span 1span 1span 1span 1span 1span 1span 1span 1span 1span 1 span 4 span 4 span 4span 4span 8span 6span 6span 12Bootstrap's...
Bootstrap Grids
Programing Coderfunda
October 28, 2018
Bootstrap
No comments
Bootstrap Grid System
Bootstrap's grid system allows up to 12 columns across the page.
If you do not want to use all 12 columns individually, you can group the columns together to create wider columns:
span 1span 1span 1span 1span 1span 1span 1span 1span 1span 1span 1span 1
span 4 span 4 span 4
span 4span 8
span 6span 6
span 12
Bootstrap's...
Bootstrap Get Started
Programing Coderfunda
October 28, 2018
Bootstrap, Bootstrap3
No comments
Bootstrap Get StartedWhat is Bootstrap?Bootstrap is a free front-end framework for faster and easier web developmentBootstrap includes HTML and CSS based design templates for typography, forms, buttons, tables, navigation, modals, image carousels and many other, as well as optional JavaScript pluginsBootstrap also gives you the ability to easily...