Pages
(Move to ...)
Assignment
Synopsis
C
Graphics
Compiler
C#
DCN
DBMS
Discrete Math
DS
IT Fun
Java
Json
NIELIT
Notes
Office
OOPS
OS
PHP
Project
Phython
Question
SSAD
Web
UGC Net
VB
ASP
▼
Showing posts with label
ci 4 tutorial
.
Show all posts
Showing posts with label
ci 4 tutorial
.
Show all posts
Wednesday, 14 September 2022
Update Table CodeIgniter
›
$DataModel =new \App\Models\NewsModel(); $DataModel->set('FileName','jpg'); $DataModel->where('id', 101); $D...
File Upload with new name Codeigniter
›
HTML <form method="post" action="<?php echo site_url('/Admin/newsadddb'); ?>" enctype="multipart...
Wednesday, 6 July 2022
Google Captcha Integration in Codeiginater 4
›
Step 1 : Signup to Google Recaptcha and get the public and private key. Step 2 : Make a Model named CaptchaResponse in Model fold...
Thursday, 10 February 2022
Begin CodeIgniter 4.1.8
›
Whoops! We seem to have hit a snag. Please try again later Solution : Your PHP is missing intl extension. It is useful for formatting curr...
›
Home
View web version