Re: Setting the years

2008-07-12 Thread Vixy
I tried changing those, and it doesnt get passed 1973 and 2007. Thanks, Vix On Jul 11, 11:06 pm, Amit Badkas [EMAIL PROTECTED] wrote: 2008/7/12 Vixy [EMAIL PROTECTED]: Hi, In the HTML Helper, I found this code: function yearOptionTag($tagName, $value = null, $minYear = null, $maxYear

Re: $html-textarea displaying actual html codes

2008-07-11 Thread Vixy
Thanks, I'll go with the 3rd option. How can I disable it from CakePHP? What files do I need to edit? Thanks, Vix On Jul 10, 3:58 pm, Lance Willett [EMAIL PROTECTED] wrote: Thanks, my question is, how can i stop the script from out putting the html code when its inserted through the comments

Setting the years

2008-07-11 Thread Vixy
Hi, In the HTML Helper, I found this code: function yearOptionTag($tagName, $value = null, $minYear = null, $maxYear = null, $selected = null, $selectAttr = null, $optionAttr = null, $showEmpty = true) { if (empty($selected) ($this-tagValue($tagName))) {

Re: $html-textarea displaying actual html codes

2008-07-11 Thread Vixy
No one knows the answer to this? i really need help people. On Jul 10, 4:14 pm, Vixy [EMAIL PROTECTED] wrote: Thanks, I'll go with the 3rd option. How can I disable it from CakePHP? What files do I need to edit? Thanks, Vix On Jul 10, 3:58 pm, Lance Willett [EMAIL PROTECTED] wrote

$html-textarea displaying actual html codes

2008-07-09 Thread Vixy
Hello, I just started using cakePHP and im working on a social netowrk with it. The problem is, when i put html codes in the $html-textarea fields, it actually outputs the html codes, how can i stop it from outputting the actual html and only show the html codes in plain text? I looked in the

Re: $html-textarea displaying actual html codes

2008-07-09 Thread Vixy
tried that it didnt work, i added that code to the view file and it didn't work, can you please tell me where i should be adding it etc. Thanks, Vix On Jul 9, 4:43 pm, rtconner [EMAIL PROTECTED] wrote: really? i guess you could do htmlspecialchars($form-textarea(...)); On Jul 9, 1:53 pm, Vixy