Forum: PHP Nov 13th, 2009 |
| Replies: 12 Views: 627 You cannot use this character: " or ' within the string unless you write it like this: \" or \'. You cannot have a string within another string. Just add backslashes to all ' and " characters. That... |
Forum: PHP Nov 3rd, 2009 |
| Replies: 8 Views: 734 No, I mean if I have files like *.js and css in a folder like "/var/CMS/script.js" and the www is in the same folder as CMS, how can I make a link from html (which is in 'www' folder) to 'script.js'... |
Forum: PHP Oct 29th, 2009 |
| Replies: 2 Views: 658 I FOUND IT!
function getEmail(){
return $this->email=$mail;//incorrect. must be "return $this->email;"
}
Sorry I am very tired, I couldn't see it for hours. Anyone can do a mistake like... |
Forum: PHP Oct 29th, 2009 |
| Replies: 2 Views: 658 Hi I'm making a login panel which sends data to the same page and I use a class made by me and called 'user' that stored user information and autentification. When I refresh the page I check if any... |
Forum: PHP Oct 28th, 2009 |
| Replies: 8 Views: 734 Unfortunately I don't use any MVC yet cause I don't know :(. But I have 2 questions for *samarudge*:
1. I would have this link echo(ed) in the template header:
<script type="text/javascript"... |
Forum: PHP Oct 28th, 2009 |
| Replies: 8 Views: 734 Unfortunately I don't use any MVC yet cause I don't know :(. But I have 2 questions for *samarudge*:
1. I would have this link echo(ed) in the template header:
<script type="text/javascript"... |
Forum: PHP Oct 28th, 2009 |
| Replies: 8 Views: 734 I'm building a Content Management System on my own in PHP & MySql. I thought it's a good idea that all CMS files to be stored secure on the server "before" www folder so that it can't be accesed from... |