Jump to content

Search the Community

Showing results for tags 'permission'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • W3Schools
    • General
    • Suggestions
    • Critiques
  • HTML Forums
    • HTML/XHTML
    • CSS
  • Browser Scripting
    • JavaScript
    • VBScript
  • Server Scripting
    • Web Servers
    • Version Control
    • SQL
    • ASP
    • PHP
    • .NET
    • ColdFusion
    • Java/JSP/J2EE
    • CGI
  • XML Forums
    • XML
    • XSLT/XSL-FO
    • Schema
    • Web Services
  • Multimedia
    • Multimedia
    • FLASH

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests


Languages

Found 3 results

  1. I have been looking all over the w3schools.com website and other sites referring to it in an attempt to find info about requesting permission for referencing their content. The About page below does suggest that explicit permission from Refsnes Data is required to do so, and I have been trying very hard to find contact information or an online form that will allow me to make that request. I am planning to create a collection of web development tutorial videos for non-commercial use, and I am hoping to reference the w3schools.com website throughout my lessons, as it is a fantastic resource that helps people to help themselves. I am also likely to have screenshots on my website (either from the videos or of the w3schools site itself). Is anyone able to provide info on where to go for this permission? Thank you.
  2. Hi. I have been using this site to learn web development and I learnt html, CSS, Javascript and PHP from this site. I appreciate the this site for making it this much easy to learn something usefull. I wanted to start teaching some young people on skype some of these courses in our native language so that they might grasp it and understand it easily. I, due to some personal reasons, am not in a shape or able to type and make up my own framework of lectures and written slides etc. So i wanted to ask owners or admins of w3schools that if it is possible could i use their tutorials to teach some one on skype i.e. Copy tutorials i. Ms word or something else and use it as a basic written framework?
  3. Hey, guys. I'm having trouble with something, and I'm hoping you can help. I'm trying to have it to where you can edit files directly on the website itself. But the problem is, is when I go to edit them, I get an error, and it immediately takes me to my error 403 page that I've set up. So I changed it to permission 777 (and then immediately changed it back afterward, it is now on 644) to see if that was the problem, but I got the same result every time. I was hoping you could take a look at my code, and see if you could tell me what's happening. $edit=$_POST['edit']; $page=$_POST['page']; $file=fopen($page,'w'); if(!mysql_query($file)){ die('Error: '.mysql_error()); } else fwrite($file,$page); Please let me know if you can figure out the problem. And I've also tried removing the 4th 5th and 6th line to see if that was the problem, but still nothing has changed.
×
×
  • Create New...