So this is the code that I'm using to cycle thru the array and grab each member in the struct. I hope there is a better way of doing it. This was a copy and paste from another site that dealt with...
I've been tasked to create basically an infinite scrolling feature for a site. I'm using CF as the server side language, but that shouldn't be important.
if I use the https with the url I get to basically a landing page on how to create a client for this web service, removing the 'https://' takes me to the actual wsdl doc, I...
Hmm I just tried adding the wsdl url using the cfide admin web service section and it gave me a "the url is wrong" type error but I can clearly get to it using the browser.
I just got a job at a company that uses CF as its server side language. I'm a quick learner and have the basics ironed out so my boss gave me a project that seems above my league but...
check to see if they're empty using empty($_POST[]) and check to see if you're given what you expect (letters only in a name or a proper email address)
You can A)give each div separately the edit/delete function (creating a whole lot of forms) instead of a check box or B)dynamically create a lot of hidden inputs (inside the form) that will get...
Hmm I've seen putting a text indent or something similar into the anchor style with a value of around -900% so the text in the anchor would be "gone".
I'm trying to grab only one row from a table. It's inside a class constructor, I'm attempting to grab settings for a page in the site. And I want to grab this data anytime, in any method, so I have...