-
PHP Function, and Text Area
I realise the problem is now solved, but out of curiosity, what exactly was the issue? Your description doesn't make much sense. When storing data, it should always be sanitised as much as possible, what would be the issue with just using stripslashes() when it is pulled from the database?
-
-
Getting EasySlider 1.5 to work
Also, the problem you had before you placed that in the easySlider.js seems to be fixed. It was that in the script tags surrounding your $(document).ready.... you were using src="main.js" which wasn't needed, and would come up as a 404 thus not running the rest of the code as the browser would presume it is dependant on said file
-
-
Getting EasySlider 1.5 to work
I've taken a quick look and think I've found the problem. Remove $(document).ready(function(){ $("#slider").easySlider({ speed:'200'; auto: 'true' }); }); from easySlider.js -- EDIT -- The reason for me suggesting this, is that you have speed: '200'; where the semi-colon should be a ,
-
-
POST problems
I was just writing about that lol
-
POST problems
var dataString = "submit=insertField&numFields="+numAdded+"&formId="+formId; $(".formElement.added").each(function(i, e){ dataString += "&field["+i+"]['fieldType']="+e.type+"&field["+i+"]['fieldName']="+e.name+"&field["+i+"]['fieldId']="+e.id+"&field["+i+"]['fieldClass']="+e.className+"&field["+i+"]['fieldValue']="+e.value+"&field["+i+"]['fieldLabel']="+e.label; }); Personally, I'd do it as above, that should give you the desired effect You need to declared the index variable before you use it
-
My Facebook
Ahh, my profile must be hidden, I must undo that!
-
My Facebook
The link works fine for me, and I was thinking more personal Facebooks
-
My Facebook
Well, There appears to be a lot of designers/developers coming out of the woodwork and slowly taking over this forum As such, I decided that I am going to drop a link in to my personal facebook, it'd be nice to meet others in the industry, whether you're from Redditch or not http://www.facebook.com/the.ace.of.heartbreak You may have to be logged in to see the above link
-
SSL Certificate Error In IE
To reiterate on a point that rallport mentioned, you need to make sure, that when serving a HTTPS request, that every element within the site is using https://. For instance, if you have an image, referenced using its fully url, without the s, then IE will throw up errors. I believe the issue is analytics, try changing var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl."'>https://ssl." : "http://www."'>http://www."); to be var gaJsHost = (("https:" == location.protocol) ? "https://ssl." : "http://www.");
-
Streamline php tell a friend script issues
Hi, "we filter outbound email to ensure each message is sent from or to a StreamlineNet-hosted email address". Looks like no matter what you do, their hosting will cry like a baby at the fact the email may potentially be going to a non-streamline email address. I would recommend finding another host, if you'd like to PM me the prices you pay, I could find an adequate replacement. Either that, or contact Streamline support and ask them if there is a way around it, and if there isn't, I would suggest demanding they fix it. Regards Ollie
-
Hello..
Welcome to the forums Brett
-
Payment Gateways for Adult Content
BlueDreamer, The payments are for memberships at first, time period based subscription. Eventually there will be products, but for the meanwhile, it's just membership. Cheers darrenbale, I'll check them out. Regards Ollie
-
Payment Gateways for Adult Content
Hello there everyone, I have a possible client that is a model, and does a lot of Adult photography. While it is tasteful and not classed as pornography, it is still classed as Adult, so the usual selection of payment gateways are out of the question. I'm looking for a selection of payment gateways so that I can offer several choices and makes my recommendations in the quote. If anybody knows of any, then it would be a big help. Thank you in advance. Regards Ollie
-
simple jquery function
Are there multiple li.galleryli ?
-
-
php: send email with attachment
ahaha I'm glad it's all working, and glad I could be of assistance. and at 3am, I was in some caffeine induced buzz state playing my xbox I think aha