Posts by RRV • 105 points
7 posts
-
0
votes2
answers1578
viewsQ: move_uploaded_file failed to open stream: No such file or directory
When I send a photo to update the profile on the system, it returns the following failure: move_uploaded_file(/isequi/public/Assets/img/user_pic/062701-20160807-suicidal.jpg): failed to open stream:…
-
1
votes1
answer528
viewsQ: Loop in PHP to create array with PHP and Mysql
I want to fill an array with data coming from the database with PHP and Mysql, the array is being filled, but not in the format that would be most functional for the application. Some hint to change…
-
0
votes0
answers22
viewsQ: Update query with last table input
How do I update a query with data that was entered in the BD after the last query? Simple example is a social network: You are viewing existing data, and when there is a new post, this is inserted…
-
1
votes1
answer189
viewsQ: Number of lines changed by the user
I have some tables in a system and for all entries I do the validation and compare if the input is equal to what is currently defined in the table and use PHP rowCount() to check if I had an update…
-
1
votes1
answer711
viewsQ: Read TXT file with PHP and write to mysql
I am developing an application to control the equipment of the company, I can generate a log of the equipment with all the information related to the equipment, however this file is not tabulated,…
-
3
votes1
answer2862
viewsQ: Jquery beforeunload is called when I click on link
I want to run a function only when the user closes the browser, but when I click on a link the event is triggered anyway. $(window).bind('beforeunload', function(e) { $.ajax({ url:…
-
1
votes1
answer194
viewsQ: Show badge at the edge of a button
I have a button and a badge with the value being updated with Jquery, I want the badge to be at the edge of the button. Does anyone know how to set up?