
Search In
Hi Reader's,
Welcome to FindNerd, today we are going to discuss how to unlink a directory by using PHP ?
The unlink() function is used to deleted a file.unlink() function returns TRUE on success and FALSE on failure.
syntax of unlink() functio
Hello Friends,
Generally we resize image after uploading. If you are looking to resize image with codelgniter. Please follow the code below:
// Include gd library
$config['image_library'] = 'gd2';
// Define your source image path
$config['source
Hello Friends,
If you are looking to add watermark in the images under Codelgniter framework. Please follow the below code for the same:
// Set your source image path
$watermark_config['source_image'] = '/define/path/of/your/image';
// Add your wa
If you want to create handler , here is the code snippet that can help you out.
Step :-1 Create the object for Handler.
private Handler myHandler = new Handler();
Step :-2 Create the Runnable Thread.
private Runnable myRunnableThread = new Run
Hello Friends,
If you are looking to remove index.php from URL. By default Codelginter Path will appear like this "http://www.abc.com/index.php/users/userinfo", if you want to change this with "http://www.abc.com/users/userinfo"
//Replace your .hta
Swagger an open-source specification and a framework for describing, producing, consuming, and visualizing RESTful web services. Swagger was developed for Wordnik for their developer use in development.
Swagger framework simultaneously sol
In this blog we are displaying that how we can create a tab bar based application in iOS.
Step 1. Create a new project and select Tabbed Application Template instead of the Single View Based application and click next.
Step 2. Name that application
how to implement thumbnail for image in rails.
step 1:-
go to uploader inside views where you have written image uploader code for uploading image. uncomment this section
#Create different versions of your uploaded files:
version :thumb
I need assistance in measuring the circumferene of a human head. And also the diagonal distance between two points depicted by the beads on the head.I just want a starting point to build an application on an Android pho
So I am using this data on Rstudio with markdown, but it reads that there is an error on the top line:
Can you tell me how to fix this chunk of code so that it properly displays a barplot with the data from the link given?
```{r} ADHD_data <- re
