HeatWare.net header image
HeatWare.net
TwitterRSSEmail
  • Home
  • Windows
    • Windows 8
    • Windows 7
    • Windows Vista
    • Windows XP
  • Linux/Unix
  • Mac
  • Mobile
    • Android
    • iOS
    • Phones (Help / Resources)
  • Software / Programming
    • Free Software
    • Programming – General
    • PHP
    • Ruby/Rails
    • Quality Assurance (QA)
    • Software – General
    • Software Help
    • Databases
  • Cool Websites
  • Other
    • Deals & Bargains
    • News
    • Video Games
    • Hardware
    • Electronics
  • About

Programming – PHP

4 comments / March 15, 2016 / sood / Programming – PHP

Manage Cron Jobs with Codeigniter 3.0 and MySQL

I didn’t like managing all of my website’s CRON jobs via CPanel because I couldn’t easily see what my jobs were and when they will run next. So I decided to manage the CRON in my applications database and with a simple PHP script. You will need to only create 1 CRON job in Cpanel… Read more

2 comments / April 29, 2014 / guest / Databases, Programming – PHP

Useful tips for PHP developers using MySQL

MySQL is a very common database used while developing web application. When developers are using PHP as their main programming language, they prefer MySQL as database. We are going to discuss some of uncommon but useful queries and precautions every developer should follow and will be taken care of.     1. Why not to use… Read more

1 comment / January 12, 2011 / sood / Free Software, Programming – PHP

Codeigniter 2.0: How to Download & Install

[Update 07/18/2015] The long awaited, and much anticipated Codeigniter 3.0 has officially been released. The Codeigniter project is now under new management, BCIT, and they are aiming to re-ignite the project and keep it competitive with other frameworks.  If you are interested to see a list of every change between Codeigniter 2.0 vs 3.0, view the… Read more

0 comments / August 11, 2009 / sood / Programming – PHP

How to call JavaScript function from PHP

This article will show you how to call a JavaScript function from within PHP code. It is quite simple actually! echo "<script language=javascript>myfunction();</script>"… Read more

0 comments / May 8, 2009 / sood / Programming – PHP, Software Help

Firefox 3.0 Memory Leak Problem Caused By FireBug

My work computer stays on 24/7 and I like to keep all my applications open, including Firefox 3.0. For months now, I noticed that everyday, my firefox.exe process grows to over 1.5 GB, eating up all my system’s memory.  It was a very annoying problem since it would cause my entire system to become sluggish. … Read more

2 comments / February 20, 2009 / sood / Programming – PHP

How to SCP (Secure Copy) files using PHP5

This article will explain how to SCP (Secure Copy) files using PHP5. SCP is a secure method of copying files from one host to another using the SSH protocol. Here is a snippet of working code to help get you started! $hostname = "target_host"; $username = "root"; $password = "password"; $sourceFile = "test.txt"; $targetFile =… Read more

Recent Posts

  • Why You Should Consider Diving Apps
  • How to Buy a Smartphone that Fits Your Budget
  • How to Overcome Frustrating PDF Stress
  • Convert PDF to Word: Easy, Reliable and Quality Conversion
  • PDF to Excel App ­ – A New Way of Handling Tricky Documents

Recent Comments

  • Valarie Walter on Basic Troubleshooting Steps for your Cell Phone
  • John Mists on A Brief History of Android OS
  • syarif on PostgreSQL: How to reload config settings without restarting database
  • Raghu on How to SSH to a server using Ruby – Part I
  • francisco clemente on Basic Troubleshooting Steps for your Cell Phone

Tags

ACSLS Android Bargain Cell Phones Cool Software Cool Websites Databases Deals Ebooks Facebook Free Software G2x Galaxy S5 iOS iPhone Kindle LG Linux Linux/Unix Mac Mobile mysql Office OpenStack OS X PHP Postgres PostgreSQL ruby Samsung Galaxy S6 Shell Smartphones Sun T-Mobile Tips Tips & Tricks Ubuntu Unix Virtualization VMWare Windows Windows 7 Windows 8 Windows Vista Windows XP

Latest Tweet

Follow @HeatwaredotNet

SP
@HeatwaredotNet

  • Why You Should Consider Diving Apps https://t.co/Is41cdUv2I #diving-apps
    about 6 years ago

All Categories

Other Links

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Copyright © 2015 — HeatWare