browser lang:en
Setting up mysql password is one of the essential tasks. By default root user is MySQL admin account. Please note that the Linux / UNIX login root account…
11/03/2011 - by admin - 0 commentsSpherical Law of Cosines Suppose that we want to find the five nearest places to (47.470779, -87.890699) using Spherical Law of Cosines, the following MySQL syntax would easily accomplish it: SELECT *…
03/02/2010 - by admin - 1 commentsI have been reading about MySQL's Query Caching features on the web. I have also been playing around with it on my own. I have concluded that it is a…
11/06/2009 - by admin - 0 commentsMySQL “Query Cache” is quite helpful for MySQL Performance optimization tasks but there are number of things you need to know. First let me clarify what MySQL Query…
11/06/2009 - by admin - 0 commentshere a rapid snippet to verify if a record exists in a mysql table: codice PHP: if ( mysql_num_rows(mysql_query("SHOW COLUMNS FROM table_name LIKE 'record_name' ")) == 1 ) echo "record exists" ; else…
10/05/2009 - by admin - 0 commentsPHP is one of the most widely used open-source server-side scripting languages that exist today. With over…
in:Scripts and tutorials (0 comments)In a FBML Facebook App, your quick jump menu will require a little tweak to work in FBJS…
in:Scripts and tutorials (0 comments)Every single day, someone, somewhere is discussing something important to your business; your brand, your executives, your…
in:Scripts and tutorials (0 comments)The Singleton Pattern is one of the GoF (Gang of Four) Patterns. This particular pattern provides a…
in:Scripts and tutorials (0 comments)Because of the near-spherical shape of the Earth, calculating an accurate distance between two points requires the use…
in:Scripts and tutorials (1 comments)With this script we can limit the download speed // local file that should be send to the client $local_file…
in:Scripts and tutorials (0 comments)Some hosts disabled the ini setting allow_url_fopen. This also means that the ability to easily grab images…
in:Scripts and tutorials (0 comments)The act to verify if a file exists, is one of more important tasks related to files operations,…
in:Scripts and tutorials (0 comments)
