Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.97 KB | None | 0 0
  1. [This is a link](http://www.this.is.the.url)
  2.  
  3. See [so].
  4.  
  5. Please add meaningful code and a problem description here. Don't just link to the site
  6. that needs fixing - otherwise, this question will lose any value to future visitors once
  7. the problem is solved or if the site you're linking to is inaccessible. Posting a
  8. [Minimal, Complete, and Verifiable example (MCVE)](http://stackoverflow.com/help/mcve) that
  9. demonstrates your problem would help you get better answers. For more info, see
  10. [Something on my web site doesn't work. Can I just paste a link to it?](https://meta.stackexchange.com/questions/125997/)
  11. Thanks!
  12.  
  13. Sharing your research helps everyone. Tell us what you've tried and why
  14. it didn’t meet your needs. This demonstrates that you’ve taken the time
  15. to try to help yourself, it saves us from reiterating obvious answers,
  16. and most of all it helps you get a more specific and relevant answer!
  17. See also: [ask]
  18.  
  19. Pure code-writing requests are off-topic on Stack Overflow -- we expect
  20. questions here to relate to *specific* programming problems -- but we
  21. will happily help you write it yourself! Tell us
  22. [what you've tried](http://stackoverflow.com/help/how-to-ask), and where you are stuck.
  23. This will also help us answer your question better.
  24.  
  25. Questions seeking debugging help ("**why isn't this code working?**") must include
  26. the desired behavior, a specific problem or error and the shortest code necessary
  27. to reproduce it **in the question itself**. Questions without a **clear problem
  28. statement** are not useful to other readers. See: [How to create a Minimal, Complete, and
  29. Verifiable example](http://stackoverflow.com/help/mcve).
  30.  
  31. You should post this as an answer and accept it so others can see that
  32. your problem was solved, especially if you solved it yourself :)
  33.  
  34. Please specify the RDBMS that you are targeting by adding the
  35. appropriate tag (Oracle, SQL Server, MySQL, etc.). There may be answers
  36. that take advantage of language or product features that are not
  37. universally supported. Also, by tagging it with a specific RDBMS, your
  38. question may receive attention from people better suited to answer it.
  39.  
  40. Please provide some sample data and your desired output. (See [How to
  41. format SQL tables in a Stack Overflow
  42. post?](https://meta.stackexchange.com/q/96125) for how to add some.) Additional schema
  43. information and where your attempts failed would also help us to help you better.
  44.  
  45. There is **no more support** for `mysql_*` functions, they are
  46. [**officially deprecated**](https://wiki.php.net/rfc/mysql_deprecation), **no longer maintained**
  47. and were [**removed in PHP 7**](http://php.net/manual/en/function.mysql-connect.php#warning). You should update your code with [PDO](http://php.net/pdo) or
  48. [MySQLi](http://php.net/mysqli) to ensure the functionality of your project in the future.
  49.  
  50. This question is [off topic here](https://meta.stackoverflow.com/faq), but
  51. might be suitable for the [main site](http://stackoverflow.com/). Before
  52. re-posting there, please first [search](http://stackoverflow.com/search)
  53. to see if it has been asked before. Be sure to read [How to ask]
  54. (http://stackoverflow.com/questions/how-to-ask) first!
  55.  
  56. Please note that [downvotes on Meta may appear to be different]
  57. (https://meta.stackoverflow.com/faq#vote-differences). Here, downvotes
  58. may indicate disagreement in addition to any criticism of the post itself.
  59. Verbose criticisms will be expanded upon in answers and comments.
  60. Hope that clears things up!
  61.  
  62. It's difficult to tell what is being asked here, and this question cannot be
  63. reasonably answered in its current form. Please provide the context, and/or post
  64. code samples of what you have done
  65. (i.e.: [What have you tried?](http://whathaveyoutried.com))
  66.  
  67. Welcome to Stack Overflow! Please read
  68. [what this site is about](http://stackoverflow.com/about) and
  69. "[How to ask](http://stackoverflow.com/questions/how-to-ask)"
  70. before asking a question.
  71.  
  72. Please consider [registering](/users/login) your account, which will
  73. [give you access](https://meta.stackexchange.com/questions/44557/why-should-i-register-my-account)
  74. to more of the site's features.
  75.  
  76. I suggest that you [edit your profile](/users/edit/current) and give yourself a
  77. name!
  78.  
  79. We're a little different from other sites; this isn't a discussion forum but a
  80. Q&A site, where we reserve the answer space for answers. Please check out our
  81. short [tour]. Could you please [edit] this to more directly address the
  82. question?
  83.  
  84. I hope you'll look around and find other Q&A of interest, perhaps starting with
  85. our ### other [tag:SELECTATAG] questions.
  86.  
  87. [Stack Overflow]
  88.  
  89. [Stack Overflow]
  90.  
  91. [Stack Overflow]
  92.  
  93. Please include all relevant code in your post and **don't** just
  94. include a link to jsFiddle. Your post should stand alone from any other resource;
  95. consider what would happen if jsFiddle went down in the future! (It would be *terrible,* we know.)
  96.  
  97. The above snippet uses code from the [ECMAScript 5 specification](http://es5.github.com/),
  98. which is [not supported in older browsers](http://kangax.github.com/es5-compat-table/).
  99. If you wish to support them, you need to either alter the snippet yourself or
  100. make use of an [ES5 shim](http://stackoverflow.com/questions/8732846/how-to-provide-es5-shim)
  101. or [polyfiller](http://stackoverflow.com/questions/8221757/polyfill-or-workarounds-for-ecmascript5-new-features).
  102.  
  103. W3Schools often contains out of date and incorrect information.
  104. For JavaScript, please reference the
  105. [Mozilla Developer Network (or MDN)](https://developer.mozilla.org/)
  106. - it is far more likely to remain accurate and updated over time.
  107.  
  108. If you want to notify the user, please [@tag](https://meta.stackexchange.com/q/43019/307988) their name in the comment.
  109.  
  110. Weird behavior often comes from undefined behavior caused by wrong memory manipulation. If you're experiencing **access violation** (segmentation fault), please try tools like [Valgrind](http://valgrind.org) or [AddressSanitizer](https://clang.llvm.org/docs/AddressSanitizer.html) to determine the root of the problem.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement