answersLogoWhite

0


Best Answer

Yes. CGI scripting can be done in notepad, since CGI scripting is just the scripting of normal programming languages, like Python and Perl.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Can CGI scripting be done in notepad?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What do you call a CGI expert?

Most CGI scripts are used for websites, thus CGI experts would be named website programmers. If they use CGI scripting for other purposes, however, another title may be more ideal.


How do you save the input from an HTML form to a notepad document?

You can't. You need a Server-side scripting language such as php.


Is HTML a type of web scripting?

HTML [Hyper Text Markup Language] is a set of instructions on a document for displaying within a web browsers. It doesn't display without a web browser or browser-like program. HTML can be used to actuate a script (as in a javascript) or make calls to servers with scripting programs there [like BASH or CGI], but HTML in and of itself is not a scripting language.


What are the capabilities of PHP?

PHP is a server-side scripting language capable of most anything other CGI languages can accomplish.Such as,Collecting form dataDynamic page contentCookie management


Where do you put html code on facebook?

you dont it has to be done in notepad.


Can a cgi program be written in c plus plus?

CGI scripts are usually written with a scripting language such as Python, but there is nothing preventing a CGI program from being written in just about any language, you just need the libraries to define the necessary components to create a CGI file.cgic is an open source ANSI C library for CGI programming. It can be found at:http://www.boutell.com/cgic/cgicc is a c++ library:http://www.gnu.org/software/cgicc/also, you might want to check this directory:http://cgi.resourceindex.com/Programs_and_Scripts/C_and_C++/Libraries_and_Classes/-KS


Is NASCAR racing a real sport?

na its all done with CGI


What tools can use to design programming login?

One way to do it is to select your favorite scripting language, have a place for it to run, select your favorite database system, and then use NotePad to write the script for your site.


What is the largest file size notepad can utilize?

Notepad can utilize files over 250mb as I personally have done. Now keep in mind that is 250 million characters.


Why HTML needs CGI?

HTML has no ability to do any processing of data. To do so it needs to connect to other programming languages and data source. That is done through CGI.


What experience does a web developer need?

You need to experience how to develop a simple webpage with some functionalities. In doing this, you need to learn some programming and scripting languages. You also have to learn how to use a database and how to connect it to a webpage. I suggest you start reading ebooks about programming/scripting languages and about some good database. Below are some examples. Programming / Scripting Languages: =PHP =JavaScript =CGI-Perl =HTML Database: =PostgreSQL =MySQL


How do you check the data given by the user with database values using PHP from MySQL database?

You could use the string replace attribute but you might have to use Javascript, CGI, ASP or another scripting language to do so.