About the TutorialLaravel is a powerful MVC PHP framework, designed for developers who need a simple and elegant toolkit to create full-featured web applications. Laravel was created by Taylor Otwell. This is a brief tutorial that explains the basics of Laravel framework.AudienceThis tutorial will guide the developers and students who want to learn...
05 December, 2018
Tutorial of Laravel
Programing Coderfunda
December 05, 2018
Laravel
No comments
About the Tutorial
Laravel is a powerful MVC PHP framework, designed for developers who need a simple and elegant toolkit to create full-featured web applications. Laravel was created by Taylor Otwell. This is a brief tutorial that explains the basics of Laravel framework.
Audience
This tutorial will guide the developers and students...
21 November, 2018
PHP : Introduction for PHP
Programing Coderfunda
November 21, 2018
hindi-php, php
No comments
PHP : Introduction for PHPPHP : Hello WorldPHP : VariablesPHP : Comments in PHPPHP : Echo and printPHP : ConstantsPHP : OperatorsPHP : LoopsPHP : Control StatementsPHP : ArrayPHP : StringPHP : FunctionPHP : Date and TimePHP : include() and require() functionPHP : PHP MathPHP : Get and Post Method-PHP FormPHP : Form Validation-PHP FormPHP : File Uploading-PHP...
PHP : Introduction for PHP
Programing Coderfunda
November 21, 2018
hindi-php, php
No comments
PHP : Introduction for PHP
PHP : Hello World
PHP : Variables
PHP : Comments in PHP
PHP : Echo and print
PHP : Constants
PHP : Operators
PHP : Loops
PHP : Control Statements
PHP : Array
PHP : String
PHP : Function
PHP : Date and Time
PHP : include() and require() function
PHP : PHP Math
PHP : Get and Post Method-PHP Form
PHP : Form Validation-PHP...
20 November, 2018
Sending Email in Hindi
Programing Coderfunda
November 20, 2018
php
No comments
PHP में mail() function ये बहुत ही महत्वपूर्ण हिस्सा है | PHP के mail() function plain text, HTML या कुछ attachments messages भेजे जाते है |Syntax for mail() functionmail(to, subject, message, headers, some_parameters)Parameters :to : यहाँ पर email receiver का email address आता है |subject : यहाँ पर email का subject आता है | Subject के लिए...
File Handling in PHP in Hindi
Programing Coderfunda
November 20, 2018
File-Handling, php
No comments
File Handling in PHP in HindiFile Handling ये PHP में बहुत ही महत्वपूर्ण हिस्सा है | PHP में File Handling में creating file, opening file, Reading file, Writing file, Closing file और Deleting file जैसी कार्यक्षमता होती है |File के साथ हर एक काम के लिए अलग-अलग File के लिए functions बनाये गए है |fopen() : Opening Filefwrite() : Writing or...