Home2009February14FACTS FACTS Posted on February 14, 2009 by teliaz Did you know? Did You Know? from Amybeth on Vimeo.
Vars from PHP to JS and Back The easy part is to add a js variable from php. <html> <?php $MyVar3 = “Something in PHP”; ?> <script…
IIS Server Error Every developer likes to take certain things for granted – like ASP.Net being configured correctly with IIS. However sometimes there…
MySQL Import Data From EXCEL (csv file) 1. Save as excel document in CSV format. (found as CSV Comma Delimited file) 2. Connect to Mysql through command…