mirror [OPTS] [source [target]]
Monthly Archives: April 2010
Tinymce How can I disable Tag?
How can I disable <p> Tag? force_br_newlines : true, force_p_newlines : false, forced_root_block : “”,
Directory of Internet Whois Servers
Directory of Internet Whois Servers Whois servers return information about ownership and location of Internet hostnames and IP numbers.
Configuring Statistics cheacge month Liits
Go to Settings > Settings of Server Statistics (in the Logs & Statistics group). Under the System preferences group, specify the term during which the bandwidth usage statistics should be kept for your customers. Specify the items that should be considered when disk space and bandwidth usage is calculated. Click OK.
Flash Arrays Tutorial
http://www.webwasp.co.uk/tutorials/b28-array/index.php http://www.actionscript.org/resources/articles/89/2/Arrays-in-ActionScript/Page2.html http://www.flashvalley.com/fv_tutorials/arrays/
MySQL errors into PHP?
Here are some examples of how to utilize mysql_error () mysql_connect(“your.hostaddress.com”, “username”, “password”) or die(mysql_error()) This will return an error if there is a problem connecting to your MySQL database $value = mysql_query($your_query) or die(“A MySQL error has occurred.<br />Your Query: ” . $your_query . “<br /> Error: (” . mysql_errno() . “) ” . …