Jump to content

JJ Siddeshwar

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by JJ Siddeshwar

  1. I want a web app to be added to w3schools which works offline
  2. W3schools have introduced a new javascript library that is w3js which is just like w3data.js and this has many features and i have used it . It was cook http://www.w3schools.com/w3js/default.asp
  3. Is Sql is working in PHP7? Please say then I can install from http://www.php.net
  4. The following might be useful Example to Add Data to SQLUPDATE Customers SET ContactName='Alfred Schmidt', City='Hamburg' WHERE CustomerName='Alfreds Futterkiste'; Try it Yourself » Example to delete a data in SQLDELETE FROM Customers WHERE CustomerName='Alfreds Futterkiste' AND ContactName='Maria Anders'; Try it Yourself »
×
×
  • Create New...