Skip to content
Clecotech International

Clecotech

WORLD CLASS SOFTWARE ENGINEERS WORK HERE

Want to develop Mobile App or Website ?
  • Home
  • Programming
    • PHP
    • Ruby On Rails
    • Javascript
    • HTML 5
  • Technologies
  • Social
  • More
    • IT News
    • Make Money Online
    • MongoDB
    • Solr Search
    • Video Tutorials

Day: January 6, 2013

Uploading Files to Your Web Site

January 6, 2013

Creating the Form: Start out by creating a one-field form. You can create a form to upload as many files as you like after…

Continue Reading

Delete Files in PHP

January 6, 2013

Deleting Files:Be very careful when using the unlink() function because once you’ve deleted a file, it’s gone for good. Example:<?php$new_file = “e:/ashu.txt”;$success = unlink($new_file)…

Continue Reading

Rename Files in PHP

January 6, 2013

Renaming Files:Like the copy() function, the rename() function just needs to know the original filename and a new filename. In this case, you’re just…

Continue Reading

Copying Files in PHP

January 6, 2013

Copying Files in PHP: The copy() function is very simple: It needs to know the original filename and a new filename, and that’s all there…

Continue Reading

Read Data from File with Proper New Line

January 6, 2013

Read Data from File with proper New Line : That’s definitely the string written to the file, but what happened to that line break?…

Continue Reading

Read Data from File

January 6, 2013

Read Data from File: <?php$filename = “e:/readdata.txt”;$myfile = fopen($filename, “r”) or die(“Unable to open file”);$showfile = fread($myfile, filesize($filename));$showfile = “<br>$showfile<br/>”;$msg = “The file contents…

Continue Reading

Append a File in PHP

January 6, 2013

Append a File in PHP:<?php$filename = “e:/appendfile.txt”;$writetext = “My First filenHi world I am ASHISH PRAJAPATI”;$writefile = fopen($filename,”a+”) or die(“unable to create file”);fwrite($writefile, $writetext)…

Continue Reading

Posts navigation

Previous 1 2
January 2013
M T W T F S S
 123456
78910111213
14151617181920
21222324252627
28293031  
« Nov   Feb »

Categories

Analytics angular.js API backend Blogger Buzz C++ CSI CSS Delhi Rape Case Engineering Facebook front-end Games Gate 2013 HTML 5 Idea Internet IT News Javascript Jobs Make Money Online Mapbox.js MongoDB PDF PHP Programming python Rails 6 Rails Editor react React.js RSS Feeds Rubygems Ruby On Rails Social Networking Solr Search Student Sublime Technologies UI/UX Design Uncategorized Video Tutorials webpacker XML

Recent Posts

  • The Best “font-size” and “line height” for you according to UI/UX Design guidelines.
  • React Router Dom
  • How to Use Webpacker with in Rails 6
  • Wow, Your Next E-Commence with Ruby on Rails
  • What is ROR and why should I use it?

Who we are

Clecotech is an award winning web & mobile application development company.

Clecotech provides the resources to different international businesses to serve their customers & internal requirements. ClecoTech has been building web and mobile applications for over a decade. We pair project with talent and deliver high quality Applications worldwide that made us one of the leading Application development company.

What we do

ClecoTech works on AI and Machine Learning based applications, developing Mobile Applications for Android, React Native, Swift, and Ionic, and Web Applications in Ruby on Rails, Python, Django, and many other languages.

Clecotech has expertise in Discourse (Community Forum), Canvas LMS ( Learning Management System ), JitSi (Video Conferencing Software).
ClecoTech International © 2016-2021 ClecoTech International.

[email protected]
Copyright Clecotech. All rights reserved. | Theme by SuperbThemes