Hi guys, I have an issue that I'm coming up with on the content management system setup, I have built out a pretty decent (I think anyways lol) cms from this setup, & have found an issue that is kinda baffling me... I know why, but not sure what to do about fixing it....
if I type
"info hello <h1 id="bummer">"
in a wysiwyg, or a textbox (maybe even a oneline, not sure) I will get in a print_r($_POST)
Array
(
[uri] => ticketing
[block] => content_maincontent
[field] => info
[nbsp;_hello_ "bummer">
)
I know it has to do with the javascript that builds the datastring, but how to resolve this issue?
var dataString = 'uri=' + uri + '&block=' + block + '&field=' + content;
thanks! Scott
Page 1 of 1
build a content management system javascript issue
#2
Posted 16 March 2012 - 08:42 PM
also just for info to help, when I do a print_r(array_keys($_POST)); I get:
Array
(
[0] => uri
[1] => block
[2] => field
[3] => nbsp;_hello_
showing that it actually made another array value because of the & in the field.
Array
(
[0] => uri
[1] => block
[2] => field
[3] => nbsp;_hello_
showing that it actually made another array value because of the & in the field.
#3
Posted 17 March 2012 - 08:14 AM
Take a look here: http://www.killersit...h__1#entry26818
Benjamin Falk | Falken Creative : Twitter : KillerSites Screencast Blog
Skills: Photoshop, Illustrator, HTML, CSS, jQuery, PHP and CodeIgniter
Skills: Photoshop, Illustrator, HTML, CSS, jQuery, PHP and CodeIgniter
#4
Posted 17 March 2012 - 12:12 PM
Thanks Ben, I'll give those fixes a try. Php I'm pretty fluent in, javascript I'm still a bit shaky on...
I hope to give you a copy of my completed project to browse & give constructive criticism on. Thanks for creating a great tutorial.
#5
Posted 17 March 2012 - 11:18 PM
got it working great now, used the {id: id, field: content} method.
Thanks again for the help
Scott
Thanks again for the help
Scott
#6
Posted 17 March 2012 - 11:53 PM
Good to hear. I'm glad you found the series useful. =)
Benjamin Falk | Falken Creative : Twitter : KillerSites Screencast Blog
Skills: Photoshop, Illustrator, HTML, CSS, jQuery, PHP and CodeIgniter
Skills: Photoshop, Illustrator, HTML, CSS, jQuery, PHP and CodeIgniter
Share this topic:
Page 1 of 1

Help











