Regarding edit code source. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Regarding edit code source.

Hi, quick inquiry please, I need to edit code on web base application, I knew how to edit it using "inspect" option from chrome developer tool but when i back again it will return to the original, my question how to edit the source of this code and save it on the server if you noticed I have the access to the host server and the sql server, any article or video explain to me the details for urgent purpose.. Thanks in advance

23rd Jun 2020, 9:45 PM
Ahmed Abdellatif Hassan
2 Answers
+ 3
You'd need to edit the code file(s) on the server or replace the files with updated files. For minor edits this can usually be done through the remote server interface or management system such as Cpanel after logging in to your account on the server and entering edit mode for the file. Otherwise, and more commonly, it is done by editing a copy of the file and then transfering them to the to the server usually via FTP (this needs to be set up first) overwriting the file on the server. It then may take a few minutes before the page is active due to caching. In some cases you may also need to clear the browser cache to see changes in your browser.
24th Jun 2020, 12:28 AM
ChaoticDawg
ChaoticDawg - avatar
0
If you notice that this hosted on server and we have log in to VM, also the edit should be on dropdown button for form after submission only the admin user has the right to edit the content of the form except that dropdown which is locked,, simply after inspect the code i found that script with "disabled style" i edit it to be "enabled style"
24th Jun 2020, 5:31 AM
Ahmed Abdellatif Hassan