Web Developers Portal
learn and share
Wednesday, 20 April 2022
ER [Entity–relationship] Model
›
ER Model is a popular high-level (conceptual) data model. It is an approach to designing Semantic Conceptual schema of a Database. ER model ...
The Agile Principles
›
1. Satisfy the customer through early and continuous delivery of valuable software. 2. Welcome changing requirements, even late in developme...
Data Model
›
Data Model is a collection of concepts that can be used to describe the structure of the database. Structure means data types, relationships...
Database Schema
›
Description of a database is called as database Schema. Three-Schema Architecture: A database can be described using three different levels ...
Tuesday, 19 April 2022
Fatal error: Cannot redeclare Function() in PhP
›
Fatal error : Cannot redeclare count_words() (previously declared) in PhP Solution 1. Don't declare a function inside a loop. Declare be...
Monday, 18 April 2022
Integrate TinyMCE Editor in PhP
›
1. Download the latest version of TinyMCE SDK https://www.tiny.cloud/get-tiny/ 2. Extract the folder [tinymce] and put in your applicat...
How to disable phpinfo() in a hosting environment?
›
Login to server WHM as a root user Edit the php.ini file. Add below line disable_functions = phpinfo Restart the server
‹
›
Home
View web version