PDA

View Full Version : CGI, DHTML, PHP, Perl, ...????


Vovan
11-13-02, 06:00 AM
I must make a report about this things .... and I do not have any infos.... :bump head Really! can anybody help? :(

moorcito
11-13-02, 10:40 AM
What type of report? Like a book report?

If you're looking for info, then...
Here's some links for perl/cgi
http://www.perl.org
http://www.perl.com

Here's php:
http://www.php.net/
http://www.phpbuilder.com/

else, we need more info.

su root
11-14-02, 09:05 PM
you may also want to poke around in the Programming Tips & Tricks forum

Vovan
11-15-02, 10:21 AM
Thanks, people!
Some simple Perl code. . . .perhaps?

su root
11-15-02, 06:10 PM
Originally posted by Vovan
Thanks, people!
Some simple Perl code. . . .perhaps?

simple perl code? there isn't too much out there that is easy.. perl is a HUGE language. I bet only one or two people know of every command in perl.

Here is some simple stuff tho: (havn't run it through a tester)

#!/usr/bin/perl

# print out headders
print "Content-Type: text/html\n\n";

# hello world!
print "Hello World!";

$i = 0;
$i = $i + 7
print "$i";

will output
Content-Type: text/html

Hello World!8

hope this helps. If you search for "hello world perl" anywhere, you should get a similar example

Vovan
11-18-02, 08:16 AM
Thanks, Su Root! :)
Does anybody know, what is DHTML???

su root
11-18-02, 12:47 PM
Originally posted by Vovan
Thanks, Su Root! :)
Does anybody know, what is DHTML???

No, I don't know what DHTML is.
I've been away from programming for a while now. I'm finding myself preferring the hardware side.

UnseenMenace
11-18-02, 12:59 PM
DHTML is short for Dynamic HTML. DHTML refers to Web content that changes each time it is viewed.

If the D is capitalized, (Dynamic HTML), DHMTL refers to HTML 4 extensions that will enable a Web page to react to user input without sending requests to the Web server.

If the d is not capitalized, (dynamic HTML), dHTML refers to the combined use of HTML and any of a variety of technologies (Javascript, CSS, CGI, SSI, Visual Basic, etc.) used to create interactive or animated Web pages.

su root
11-18-02, 02:09 PM
Interesting.

What kind of scripting is used for DHTML? is it proprietary, or is it like Javascript or VBScript?

Vovan
11-20-02, 08:23 AM
Thanx UM!!! This thing doesn't know anybody, for sure!
Hey, whats SSI??

Originally posted by UnseenMenace

If the D is capitalized, (Dynamic HTML), DHMTL refers to HTML 4 extensions that will enable a Web page to react to user input without sending requests to the Web server.

If the d is not capitalized, (dynamic HTML), dHTML refers to the combined use of HTML and any of a variety of technologies (Javascript, CSS, CGI, SSI, Visual Basic, etc.) used to create interactive or animated Web pages.

2 Su Root : Js,CSS,CGI,....

Vovan
11-25-02, 02:10 AM
bump.
Hallo...

su root
11-25-02, 01:15 PM
oh, didn't see the other question.

SSI = Server side includes.

It allows you to put special tags in HTML files that will be replaced by certain things. Usually in .shtml files.

http://hoohoo.ncsa.uiuc.edu/docs/tutorials/includes.html#format

example:
<!--#exec cgi="counter.cgi" -->
<!--#include file="footer.html" -->

Vovan
11-27-02, 03:26 AM
Thanks, people!!!!
By the way, I have found something, that is worth clicking on this thema! www.selfhtml.org , Itīs in German, French, .... but the only thing in English,that i found is ... intro.