November 4th in PHP Scripts by .

PHP – check ssl and redirect to https secure page

If you have a non https form and you if you want to force to use SSL (https), it can be done with 4 lines of code with php. Remember that you need to buy ssl and have https working in your website. The key here is use of $_SERVER['https'] …

September 16th in Miscellaneous, PHP Scripts by .

Interview with Balakrishnan who blogs at corpocrat.com

Screen shot 2011-09-16 at 6.19.29 PM

As a owner of Corpocrat.com, I was recently interviewed by SelfBlogger.com and i was really proud to share my struggles and experiences and i came a long long way to acheive my goals.  I answered on various topics including blogging, making money and career goals.  You can read my interview …

June 14th in PHP Scripts by .

Mysql Query – Use brackets for multiple conditions!

mysql

Often you might be in situations where you want to query your mysql database with multiple AND and OR statements in the WHERE clause., which is why i use brackets to nest either OR and AND statments. Those conditions within the brackets will be executed first in the mysql query.

Lets …

June 2nd in PHP Scripts by .

10+ Best Social Network Scripts in PHP

php

i have been searching for a while for  instant turnkey php scripts  to start my own social network site. I must say that i am totally impressed with the scripts and these are the best ones i have seen to start a social network. I have listed both open source …

May 7th in PHP Scripts by .

25+ Very Useful PHP Class libraries for Developers

php

I am gonna post here some the very useful php libraries and classes which will come so handy during coding. You might run into various requirements which is why i compiled these php components.  All the php libraries listed below is free software and can be downloaded in the original …

January 9th in Linux/Unix, PHP Scripts by .

How to import text data in mysql with spaces?

mysql

Lets say you have to import a large text file to mysql and fields are totally irregular but only separated by spaces. For example.  Since it is only text file and highly irregular data you have to use other methods to import data to database.

17876           …

January 9th in Linux/Unix, PHP Scripts by .

How to use LOAD DATA INFILE to import fixed width data in MySQL

It is very easy to import fixed width CSV data into your mysql database and LOAD DATA INFILE is the fastest method i have seen. If you are on shared hosting be sure you first upload the csv file to your hosting server and specify LOCAL if not you will …

January 8th in Linux/Unix, PHP Scripts by .

Fix -> MySQL LOAD DATA Infile – Access Denied using password YES

I was on shared hosting and thought i could import a CSV file using PHP to mySQL database and whe

LOAD DATA INFILE ‘/home7/topbestg/OFFICES2_ALL.CSV’
REPLACE INTO TABLE `tbl`
FIELDS TERMINATED BY ‘,’ ENCLOSED BY ‘\”‘
LINES TERMINATED BY ‘\n’
IGNORE 1 LINES;

i was thrown this error

Access Denied user@localhost using password …

December 1st in PHP Scripts by .

10+ Great PHP Scripts to create a Social Network

phpsocial

I have been searching for some of the best php scripts (both free and paid ones) to create a social network in my website. The following are some of the nice php scripts, which i believe are instant turnkey solutions to create a social network with your site. The list …

November 13th in PHP Scripts by .

15 Best News/Magazine Templates for Joomla

joomlalogo

I always wanted to run a news portal and i was stuck between what CMS should i chose between Joomla and WordPress. I know Joomla is much better suited to run a news or magazine site but i had problems looking for best looking joomla templates for news. I know …

 Page 1 of 6  1  2  3  4  5  6 »