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

Month: January 2013

Using Cookies with Authentication in PHP

January 6, 2013

Using Cookies with Authentication:<?php$cookie_name = “test”;$cookie_value = “string”;$cookie_expire = time()+10;$cookie_domain = “127.0.0.1”;$cookie_domain2 = “localhost”;setcookie($cookie_name, $cookie_value, $cookie_expire, “/” ,$cookie_domain, 0);setcookie($cookie_name, $cookie_value, $cookie_expire, “/” ,$cookie_domain2, 0);?><HTML><HEAD><TITLE>Set…

Continue Reading

What are Cookies in PHP ?

January 6, 2013

What are Cookies ?Cookies are pieces of text that are sent to a user’s Web browser. Cookies can help you create shopping carts, user…

Continue Reading

Displaying Data from MySql Database Table in PHP

January 6, 2013

Selecting and Displaying Data from MySql database table in php: <?php $con = mysql_connect(“localhost”,”peter”,”abc123″); if (!$con)   {   die(‘Could not connect: ‘ ….

Continue Reading

Delete Data from Database Table in Mysql using PHP

January 6, 2013

Delete Data from Database Table in Mysql using PHP: <?php$con = mysql_connect(“localhost”,”root”,”root”);if (!$con)  {  die(‘Could not connect: ‘ . mysql_error());  }mysql_select_db(“db_name”, $con);mysql_query(“DELETE FROM Persons…

Continue Reading

Insert Data into Database Table in MySql using PHP

January 6, 2013

Insert Data into Database Table in MySql using PHP:<?php$con = mysql_connect(“localhost”,”root”,”root”);mysql_select_db(“db_name”, $con);mysql_query(“INSERT INTO Persons (FirstName, LastName, Age)VALUES (‘Angry’, ‘Ashu’, ’35’)”); mysql_query(“INSERT INTO Persons (FirstName,…

Continue Reading

Create Table in MySql using PHP

January 6, 2013

Create table in MySql using PHP: <?php $con = mysql_connect(“localhost”,”root”,”root”); mysql_select_db(“db_name”, $con); $sql = “CREATE TABLE Persons ( FirstName varchar(15), LastName varchar(15), Age int…

Continue Reading

Deleting Database in MySql using PHP

January 6, 2013

Deleting Database in MySql using PHP: <? $sql = “DROP DATABASE testDB2”; $connection = @mysql_connect(“localhost”,”rot”,”root”)or die(mysql_error()); $result = @mysql_query($sql,$connection) or die(mysql_error()); if ($result) {…

Continue Reading

Create New Database in My Sql using PHP

January 6, 2013

Create New Database in My Sql using PHP: <?php $sql = “CREATE database sexybabe_db”; $connection = mysql_connect(“localhost”,”root”,”root”); $query = mysql_query ($sql, $connection) or die(mysql_error());…

Continue Reading

List Database and Tables from MySql in PHP

January 6, 2013

List Database and tables in PHP: <?php $connection = @mysql_connect(“localhost”,”root”,”root”) or die(mysql_error()); $dbs = @mysql_list_dbs($connection) or die(mysql_error()); $db_list = “<ul>”; $i = 0; while…

Continue Reading

Establishing a Connection to MySql in PHP

January 6, 2013

Establishing a Connection to MySql using PHP: <?  $connection = @mysql_connect(“localhost”, “root”, “root”) or die(mysql_error()); if($connection) { echo “Connection success!”; } ?>

Continue Reading

Posts navigation

1 2 … 4 Next
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