the values are from an xml feed
insert into ahnFeed
(link, topic, title, pubDate, image, description)
values
('#RIGHT(world.rss.channel.item[x].guid.xmlText, 10)#', 'Sports', '#world.rss.channel.item[x].title.xmlText#', '#world.rss.channel.item[x].pubDate.xmlText#', <cfif...
Hey, hope someone can help
I have the following working
<cfif #qCheckDups.recordCount# eq 0>
insert into ahnFeed
(link, topic, title, pubDate, description)
values
('#world.rss.channel.item[x].guid.xmlText#', 'Sports', '#world.rss.channel.item[x].title.xmlText#'...
Someone is deleting my mssql database tables...
how do I stop them and haw can I find out who...
Someone will be in for one seriouse buttkicking if I can ever get my hands on them...
I just purchased a news rss.20 feed...
Im grabbing the feed, and parsing it to my database and displaying it on my site from the DB...I wrote a cron that updates once every 30 minutes to check if rss has changed.
alot of these feeds come with video, images and soundclips.
I tried to grab the...
I have an xml news feed on my site but on the page that the xml news comes up on is slow. Is this a result of the xml parsing, the xml supplier...what can I do....
<cfhttp url="MY XML FEED" method="GET" resolveurl="No" ></cfhttp>
<cfset world=XMLParse(cfhttp.FileContent)>
<cfoutput>
<cfloop...
Im currently using
#Left(qGetArticles1.event, '50')#
to display a teaser for an event or an article...it just displays the first 50 characters...the problem with this is that it indiscriminantly cuts a word off anywhere...how can i ask it to go to 50 characters then cut the display off at...
While restoring the SQL Server database, I got the message:
Exclusive access could not be obtained because the database is in use. RESTORE DATABASE is terminating abnormally.
Nothing else except sql is running and nothing accessing the db.
My website was going to http://www.mysite...
but recently i had the need to switch it to https://www.mysite...
what I need to do now is get the traffic that goes to the http to be automatically redirected to the https version... but I have no clue as to do this...
iis version = 6
site...
This just started happening out of the blue and i cant find any solution on the internet of the cause..
<cfform action="testPage.cfm" method="post">
<cfinput name="email" type="text" required="yes" message="enter email" validate="email" />
<input name="submit" type="submit" value="submit" />...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.