Thursday, 19 June 2014

Update the MySQL Query in Safe Mode

SET SQL_SAFE_UPDATES = 0;

No comments:

Create modal using HTML and CSS

<body>   <dialog id = "modal">      <div>        <h1>Title</h1>        <p>Sample Text</p...