cgi - Related information

  • How does CGI programming achieve waiting for pages to load?

    the server uses the CGI,B page button POST method to point to the generate.pl script. script processing takes a long time and generates a new page B. but after A clicks the button, the page content does not change, the window title shows the loading ci...

    Apr.03,2022
  • How to deal with the data submitted by the form in CGI

    the front end submits data to CGI, through the form, but I found that the data format in CGI is not correct, and some data seems to have been escaped . as shown in the figure, PP+ should actually show spaces, and% 2C I need to show commas. how do I...

    Jun.24,2021
  • How to set Cookie in CGI

    The CGI, written in C has the following statement printf ( "Set-Cookie:username =% s; path= r n ", username); can be set successfully and can be read at the front end. but if I want to set two values, I try the following methods: printf ( "Set-...

    May.24,2021
  • How to deal with front-end JSONArray or JSONObject data in CGI

    before the WEB project uses the framework of java, the data format that the front-end send gives to http is JSONObject or JSONArray,. The operation is slow due to the need to install jvm, to run java on the device. If you want to use C s open source WEB...

    Apr.09,2021
  • MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
    MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bc0da1-30515.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    MySQL Errno : 1021
    Message : Disk full (/tmp/#sql-temptable-64f5-1bc0da1-30515.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?