-
Notifications
You must be signed in to change notification settings - Fork 250
Expand file tree
/
Copy pathindex.php
More file actions
175 lines (145 loc) · 4.84 KB
/
index.php
File metadata and controls
175 lines (145 loc) · 4.84 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
<?php
/*
require __DIR__ . '/vendor/autoload.php';
use Cowsayphp\Farm;
header('Content-Type: text/plain');
$text = "selam Set a message by adding ?message=<message here> to the URL";
if(isset($_GET['message']) && $_GET['message'] != '') {
$text = htmlspecialchars($_GET['message']);
}
$cow = Farm::create(\Cowsayphp\Farm\Cow::class);
echo $cow->say($text);
*/ ?>
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sorucevap.com Php github kod deposu ve demo linkler</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/css@3">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
<meta name="theme-color" content="#712cf9">
<style>
.bd-placeholder-img {
font-size: 1.125rem;
text-anchor: middle;
-webkit-user-select: none;
-moz-user-select: none;
user-select: none;
}
@media (min-width: 768px) {
.bd-placeholder-img-lg {
font-size: 3.5rem;
}
}
.b-example-divider {
width: 100%;
height: 3rem;
background-color: rgba(0, 0, 0, .1);
border: solid rgba(0, 0, 0, .15);
border-width: 1px 0;
box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}
.b-example-vr {
flex-shrink: 0;
width: 1.5rem;
height: 100vh;
}
.bi {
vertical-align: -.125em;
fill: currentColor;
}
.nav-scroller {
position: relative;
z-index: 2;
height: 2.75rem;
overflow-y: hidden;
}
.nav-scroller .nav {
display: flex;
flex-wrap: nowrap;
padding-bottom: 1rem;
margin-top: -1px;
overflow-x: auto;
text-align: center;
white-space: nowrap;
-webkit-overflow-scrolling: touch;
}
.btn-bd-primary {
--bd-violet-bg: #712cf9;
--bd-violet-rgb: 112.520718, 44.062154, 249.437846;
--bs-btn-font-weight: 600;
--bs-btn-color: var(--bs-white);
--bs-btn-bg: var(--bd-violet-bg);
--bs-btn-border-color: var(--bd-violet-bg);
--bs-btn-hover-color: var(--bs-white);
--bs-btn-hover-bg: #6528e0;
--bs-btn-hover-border-color: #6528e0;
--bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
--bs-btn-active-color: var(--bs-btn-hover-color);
--bs-btn-active-bg: #5a23c8;
--bs-btn-active-border-color: #5a23c8;
}
.bd-mode-toggle {
z-index: 1500;
}
.bd-mode-toggle .dropdown-menu .active .bi {
display: block !important;
}
</style>
</head>
<body>
<div class="col-lg-8 mx-auto p-4 py-md-5">
<header class="d-flex align-items-center pb-3 mb-5 border-bottom">
<a href="/" class="d-flex align-items-center text-body-emphasis text-decoration-none">
<span class="fs-4">Sorucevap.com Php</span>
</a>
</header>
<main>
<h1 class="text-body-emphasis">Php demo ve kodlar deposu</h1>
<p class="fs-5 col-md-8">Sorucevap.com da sorulan php ile ilgili sorular icin olusturulan ornek ve demo kodlar sunucusu.</p>
<div class="mb-5">
<a href="https://sorucevap.com" class="btn btn-primary btn-lg px-4">Sorucevap.com</a> <a href="https://github.com/KilicSelcuk/sorucevap-php" class="btn btn-primary btn-lg px-4">Github: sorucevap-php</a>
</div>
<hr class="col-3 col-md-2 mb-5">
<div class="row g-5">
<div class="col-md-12">
<h2 class="text-body-emphasis">Sorulan sorular</h2>
<p>sorucevap.com da php ile ilgili sorulan sorular ve githubda ornek kodlari ve burada demosu olan konular.</p>
<ul class="list-unstyled ps-0">
<li>
<a class="icon-link mb-1" href="https://sorucevap.com/t/php-ile-coklu-resim-secme-ve-yukleme/88" target="_blank">
<svg class="bi" width="16" height="16"><use xlink:href="#arrow-right-circle"/></svg>
PHP ile çoklu Resim Seçme ve Yükleme
</a> -
<a class="icon-link mb-1" href="https://phpdemo.sorucevap.com/selcukkilic/resimyukle/" target="_blank">
<svg class="bi" width="16" height="16"><use xlink:href="#arrow-right-circle"/></svg>
Demo
</a>
</li>
</ul>
</div>
</div>
<hr class="col-3 col-md-2 mb-5">
<div id='discourse-comments'></div>
<meta name='discourse-username' content='selcukkilic'>
<script type="text/javascript">
DiscourseEmbed = {
discourseUrl: 'https://sorucevap.com/',
discourseEmbedUrl: 'https://phpdemo.sorucevap.com/',
// className: 'CLASS_NAME',
};
(function() {
var d = document.createElement('script'); d.type = 'text/javascript'; d.async = true;
d.src = DiscourseEmbed.discourseUrl + 'javascripts/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(d);
})();
</script>
</main>
<footer class="pt-5 my-5 text-body-secondary border-top">
Sorucevap.com · © 2024
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js" integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL" crossorigin="anonymous"></script>
</body>
</html>