businessdad
MVPbusinessdad MVP
Reactions
-
Re: Setting up Vanilla via cURL
A-ha! Now that I think about it, I only run tests against 2.0.x, which explains why it works. Good finding. (View Post)1 -
Re: Update on Peregine Reactions Plugin
Great support from @phreak. Just to be pedantic, a word to those who were thinking of contributing, but are having second thoughts because of this generous offer: don't be shy and keep donating. 645 … (View Post)2 -
Re: Setting up Vanilla via cURL
My ANT script runs against a localhost too. My localhost is better than your localhost. :P Maybe it's a Buddhist localhost, more tolerant. :D (View Post)1 -
Re: Update on Peregine Reactions Plugin
I think there are perfectly acceptable parameters (especially the last one, considering how time consuming it must have been for you to produce all your contributions). It's a great plan. :) (View Post)2 -
Re: How do Increment value in mysql update query when the column is a variable?? can it be done?
Ok, I think I got it now. I think you can either do like this: $SQL = " UPDATE GDN_SomeTable SET $ColumnVar= $ColumnVar + 1 WHERE MyID = $BlahID"; // Obviously, $BlahID should be sanitised … (View Post)4