File tree Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change 79
79
send and receive cookies. But PHP can do much more.
80
80
</para >
81
81
<para >
82
- There are three main areas where PHP scripts are used.
82
+ There are two main areas where PHP scripts are used.
83
83
<itemizedlist >
84
84
<listitem >
85
85
<simpara >
109
109
for more information.
110
110
</simpara >
111
111
</listitem >
112
- <listitem >
113
- <simpara >
114
- Writing desktop applications. PHP is probably
115
- not the very best language to create a desktop
116
- application with a graphical user interface, but if
117
- you know PHP very well, and would like to use some
118
- advanced PHP features in your client-side applications
119
- you can also use PHP-GTK to write such programs. You also
120
- have the ability to write cross-platform applications this
121
- way. PHP-GTK is an extension to PHP, not available in
122
- the main distribution. If you are interested
123
- in PHP-GTK, visit <link xlink : href =" &url.php.gtk; " >its
124
- own website</link >.
125
- </simpara >
126
- </listitem >
127
112
</itemizedlist >
128
113
</para >
129
114
<para >
Original file line number Diff line number Diff line change 11
11
<itemizedlist >
12
12
<listitem ><simpara >Websites and web applications (server-side scripting)</simpara ></listitem >
13
13
<listitem ><simpara >Command line scripting</simpara ></listitem >
14
- <listitem ><simpara >Desktop (GUI) applications</simpara ></listitem >
15
14
</itemizedlist >
16
15
</para >
17
16
<para >
48
47
command line PHP applications</link >. In this case,
49
48
you need no server and no browser.
50
49
</para >
51
- <para >
52
- With PHP you can also write desktop GUI applications
53
- using the PHP-GTK extension. This is a completely
54
- different approach than writing web pages, as you
55
- do not output any HTML, but manage windows and objects
56
- within them. For more information about PHP-GTK, please
57
- <link xlink : href =" &url.php.gtk; " >visit the site dedicated to
58
- this extension</link >. PHP-GTK is not included in the
59
- official PHP distribution.
60
- </para >
61
50
<para >
62
51
From now on, this section deals with setting up PHP
63
52
for web servers on Unix and Windows with server module
You can’t perform that action at this time.
0 commit comments