-
Notifications
You must be signed in to change notification settings - Fork 2
/
gallery.php
45 lines (35 loc) · 1017 Bytes
/
gallery.php
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
<?php
/*echo "hello\t hiii \timages/icon.png * hello\t hiii \t images/icon.png* hello\t hiii \t images/icon.png* hello\t hiii \t images/icon.png* hello\t hiii \t images/icon.png* hello\t hiii \timages/icon.png"
*/
?>
<div class="container">
<div class="card card-register mx-auto mt-5">
<div class="card-header">
Add Images
</div>
<div class="card-body">
<form id="application" action="upload.php" method="post">
<input type="hidden" name="w" value="g">
<div id="uploadFormLayer">
<label>Select Files:</label><br/>
<input name="image[]" type="file" class="form-control" class="inputFile" multiple="multiple" />
<br>
<input type="submit" value="Submit" class="btn btn-primary btn-block" id="btnSubmit" />
</form>
</div>
</div>
</div>
<div class="card card-register mx-auto mt-5">
<div class="card-header">
Add Images
</div>
<div class="card-body">
<?php
$_POST['q'] = "gadis";
include_once 'retreive.php';
?>
</div>
</div>
</div>
</div>
<br>