
Search In
PHP Copying, Creating & Deleting files
Copy file using PHP:- In PHP when we want to copy our file from source to destination then we have to use following syntax.
Syntax:
Bool copy (string $source, string $destination);
Example:
Echo Copy (
There are two types of storage in Android device, one is external storage and another is internal storage. You should be aware that the file you try to store in internal storage of Android device will gets completely removed if you uninstall the appl
How to open and read PHP files have been discussed in blog:
http://findnerd.com/list/view/How-to-open-and-read-files-with-PHP/3157/
Now,we will discuss about copying a php file.
In php,we can Copy files from “source” to “destination”.
Function use
Creating reports in OpenErp using OpenOffice is the easiest way. Just need to follow simple steps:
Download base_report_designer module from the web or https://www.openerp.com/apps.
Add to the addons and install the module.
Open OpenOffice 3 and cr
Use below code line in .py file if you want to debug file in odoo
import ipdb; ipdb.set_trace();
And then restart server use this command in terminal and then restart your openerp- server with the —debug option.
# openerp-server –debug
The procedure to translate text in Python and JavaScript code is very similar. You could have noticed these lines at the beginning of the petstore.js file.
var _t = instance.web_t,
_lt = instance.web_lt;
These lines are simply used to import th
Hi Readers!
This blog will help you in displaying hidden files and folders in MAC OS X Finder.
Please write below 2 commands one by one in terminal, and then open Finder again
defaults write com.apple.finder AppleShowAllFiles YES
killall Finder
Hi Reader's,
Welcome to FindNerd, today we are going to discuss what is the use of the @ symbol in PHP ?
so basically @ symbol is an "Error Control Operators" and it's works only on expressions.
In other word we can say that this symbol is used
If we do not have access to shell and we want to extract a zip file then just put the below php piece of code and run.
$zipObj = new ZipArchive;
$file = $zipObj->open(’zip_file_name.zip’);
if ($file == TRUE) {
$zipObj->extractTo('extract_d
OpenERP/Odoo is as secure as any other enterprise standard business application, and the architecture gives you many advantages to deploy applications over the Cloud infrastructure.
We have been getting many queries about "How secure is OpenERP/Odoo?