evolution creations
when you put your mind to it, anything is possible
when you put your mind to it, anything is possible
Mar 28th
When you run your PHP script you get the error:
Fatal error: Call to undefined function curl_init()
This is most likely caused by PHP not having the curl module installed. To fix, you want to run:
sudo apt-get install php5-curl
restart Apache and then check your phpinfo page to verify if this is showing up or not.
Mar 22nd
Lets say you want to create a subdomain, and then route it to a completely different webpage after a predefined length of time, but you want it to execute the Google Analytic code to be able to then track the transaction. How do you do that?
Mar 22nd
For awhile now I’ve been adding technical docs to this blog in attempt to both retain knowledge that I find over the ages, but also to share with the wider community and partipate in the conversation.
Mar 17th
How do you take a string in an MSSQL table and append another string to the end of it? To do this, you can run a bit of SQL such as:
update tablename set Columnname = Columnname + ‘newstring’ where id = X
update url_table set urlfield = urlfield + ‘&additionalfield=true’
Mar 14th
This has to be one of my favorite songs from my all time favorite movie, Meet the Robinsons.