mirror of
https://github.com/php/php-src.git
synced 2024-11-25 02:44:58 +08:00
Cleanup
This commit is contained in:
parent
92943a0c3f
commit
edb2b71387
@ -4,10 +4,6 @@
|
||||
<title>Cookies Example</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/examples/servlets/cookies.html">
|
||||
<img src="/examples/images/code.gif" height=24 width=24 align=right border=0 alt="view code"></a>
|
||||
<a href="/examples/servlets/index.html">
|
||||
<img src="/examples/images/return.gif" height=24 width=24 align=right border=0 alt="return"></a>
|
||||
<h3>Cookies Example</h3>
|
||||
|
||||
<?
|
||||
|
@ -4,10 +4,6 @@
|
||||
<title>Request Header Example</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/examples/servlets/reqheaders.html">
|
||||
<img src="/examples/images/code.gif" height=24 width=24 align=right border=0 alt="view code"></a>
|
||||
<a href="/examples/servlets/index.html">
|
||||
<img src="/examples/images/return.gif" height=24 width=24 align=right border=0 alt="return"></a>
|
||||
<h3>Request Header Example</h3>
|
||||
<table border=0>
|
||||
|
||||
|
@ -4,10 +4,6 @@
|
||||
<title>Request Information Example</title>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
<a href="/examples/servlets/reqinfo.html">
|
||||
<img src="/examples/images/code.gif" height=24 width=24 align=right border=0 alt="view code"></a>
|
||||
<a href="/examples/servlets/index.html">
|
||||
<img src="/examples/images/return.gif" height=24 width=24 align=right border=0 alt="return"></a>
|
||||
<h3>Request Information Example</h3>
|
||||
<table border=0><tr><td>
|
||||
Method:
|
||||
|
@ -4,10 +4,6 @@
|
||||
<title>Request Parameters Example</title>
|
||||
</head>
|
||||
<body bgcolor="white">
|
||||
<a href="/examples/servlets/reqparams.html">
|
||||
<img src="/examples/images/code.gif" height=24 width=24 align=right border=0 alt="view code"></a>
|
||||
<a href="/examples/servlets/index.html">
|
||||
<img src="/examples/images/return.gif" height=24 width=24 align=right border=0 alt="return"></a>
|
||||
<h3>Request Parameters Example</h3>
|
||||
Parameters in this request:<br>
|
||||
<?php
|
||||
|
@ -1,59 +0,0 @@
|
||||
Microsoft Developer Studio Workspace File, Format Version 6.00
|
||||
# WARNING: DO NOT EDIT OR DELETE THIS WORKSPACE FILE!
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "php4dllts"=..\..\php4dllts.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "php4ts"=..\..\php4ts.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Project: "servlet"=.\servlet.dsp - Package Owner=<4>
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<4>
|
||||
{{{
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name php4ts
|
||||
End Project Dependency
|
||||
Begin Project Dependency
|
||||
Project_Dep_Name php4dllts
|
||||
End Project Dependency
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
||||
Global:
|
||||
|
||||
Package=<5>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
Package=<3>
|
||||
{{{
|
||||
}}}
|
||||
|
||||
###############################################################################
|
||||
|
@ -4,10 +4,6 @@
|
||||
<title>Sessions Example</title>
|
||||
</head>
|
||||
<body>
|
||||
<a href="/examples/servlets/sessions.html">
|
||||
<img src="/examples/images/code.gif" height=24 width=24 align=right border=0 alt="view code"></a>
|
||||
<a href="/examples/servlets/index.html">
|
||||
<img src="/examples/images/return.gif" height=24 width=24 align=right border=0 alt="return"></a>
|
||||
<h3>Sessions Example</h3>
|
||||
<?php
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user