Most voted "historical" questions
7 questions
Sort by count of
-
10
votes1
answer133
viewsIs there any strategy for a "de-collapsible" database?
I’ve seen on some sites (like even Stack Exchange) a possibility to "undo" an action in the database (like in Question Edits / Answers). I’ve been thinking about some possible solutions, but I’m…
-
3
votes2
answers2411
viewsHow to find source URL
I need a function that shows me the visitor’s origin url of my page. I have tried $_SERVER['HTTP_REFERER'], but it only seems to work when the source comes from a clicked link. Currently I work with…
-
1
votes1
answer300
viewsReporting - Consistency of data when prices are changed
I have the following database: Requirements: the prices of the lunch boxes and the address of the customers can be amended as necessary. every week I need to generate a report from that database,…
-
1
votes2
answers123
viewsIs it possible to delete the browser history?
Is there any way to delete all browser history via javascript? The browser is accumulating about 46 histories on my site, and I can’t reduce it even with angry prayer: I’ve tried with:…
-
0
votes1
answer318
viewsSQL history query
I am in need of a help with SQL. I need to do a query that returns a history of the current date up to 7 days behind. Could someone please help me?
-
0
votes1
answer99
viewsEntity database modeling for history
In the system I am developing there are several parts that will need data history. As I did so far it was, for when you need a history for a table I created another table with the same fields and…
-
-2
votes1
answer18
viewsClear bash history on Kali Linux
The searches I did on clearing the bash history were useless. I used history -c, but the terminal did not accept an option -c, nor -w. I tried to delete the file /.bash_history, but there is no file…