Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: PHP Frameworks

May 9, 2017 Database / PHP Frameworks / Web Development

What is PDO? Why PDO should be used in PHP?

May 9, 2017 Database / PHP Frameworks / Web Development
Post Views: 4,365
| By Webner

PDO stands for PHP Data Objects. PDO is a consistent way to access databases. Today, mostly websites or desktop based applications store their data in databases. Therefore, PHP has also provided the way to connect with databases. PHP supports following

Read More
April 25, 2017 PHP Frameworks / Web Development

Moodle | Hyperlinks in course summary

April 25, 2017 PHP Frameworks / Web Development
Post Views: 6,003
| By Webner

In Moodle when we create a new course we have an option to add summary/description of course. We can use this summary anywhere while showing courses. This summary could be anything. It can be simple text, image, multimedia or hyperlinks.

Read More
April 25, 2017 PHP Frameworks / Web Development

How to send ical attachment via PHPMailer

April 25, 2017 PHP Frameworks / Web Development
Post Views: 26,073
| By Webner

We can send ical attachment in email using attach ical file (filename with .ics file extension). For example, following is the object containing the information about ical like event start date and time, location, event summary etc: $ical_content = “BEGIN:VCALENDAR

Read More
April 19, 2017 PHP Frameworks / Web Development

PHP FPDF (To generate PDF files)

April 19, 2017 PHP Frameworks / Web Development
Post Views: 7,743
| By Webner

FPDF (To generate PDF files) Using PHP we can generate PDF files dynamically. FPDF is a free PHP class that contains a number of PHP functions with the help of which we can create and manipulate PDFs. To get started

Read More
April 13, 2017 Java Frameworks / PHP Frameworks / Web Development

An example of Ajax to display dyanamic images and text on webpage

April 13, 2017 Java Frameworks / PHP Frameworks / Web Development
Post Views: 3,445
| By Webner

Whenever the situation occurs to rerender the page contents without reloading the whole page, we use ajax in it. By using ajax we get the response data back in the success function which we will show on the screen. Let’s

Read More
April 11, 2017 PHP Frameworks

Floating Point issue in Programming Languages

April 11, 2017 PHP Frameworks
Post Views: 3,602
| By Webner

When we pass a floating point value to a variable, then the value which we store in the variable is not the actual value but it is something approximately near to that number which transfers to that variable. Let us

Read More
March 28, 2017 Linux, Windows, Mac / PHP Frameworks / Web Development

Cakephp 3.3 |How to execute script using Console

March 28, 2017 Linux, Windows, Mac / PHP Frameworks / Web Development
Post Views: 6,355
| By Webner

In Cakephp, console applications are useful in running background processes and can be run without access to web browser. The CakePHP console provides a framework for creating shell scripts.To run the cakephp functions, first of all create a shell to

Read More
March 24, 2017 Linux, Windows, Mac / PHP Frameworks

Call to undefined function mcrypt_encrypt()

March 24, 2017 Linux, Windows, Mac / PHP Frameworks
Post Views: 10,434
| By Webner

Error: Call to undefined function mcrypt_encrypt() Description: In one of our project, I was trying to save a field value in encrypted format in the database, using PHP, which could be retrieved back to its normal value, where we need

Read More
March 23, 2017 Java Frameworks / PHP Frameworks

Correct way to post a form in cakephp 2.* with client side validation in JavaScript

March 23, 2017 Java Frameworks / PHP Frameworks
Post Views: 7,912
| By Webner

If we follow cakephp rules to create a form then we can use cakephp inbuilt functionality like we don’t need to assign labels to form fields. Cakephp automatically creates a label for each form field also in case of update/insert

Read More

Posts pagination

«Previous Posts 1 … 13 14 15 16 17 … 30 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection