Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SAÉ 303 JO
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GONZALEZ LORENZO Aldo
SAÉ 303 JO
Commits
57861bea
Commit
57861bea
authored
5 months ago
by
aldo.gonzalez-lorenzo
Browse files
Options
Downloads
Patches
Plain Diff
Fix search.php
parent
6642aca2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
search.php
+2
-2
2 additions, 2 deletions
search.php
with
2 additions
and
2 deletions
search.php
+
2
−
2
View file @
57861bea
...
@@ -54,12 +54,12 @@ if (isset($_GET['event'])) {
...
@@ -54,12 +54,12 @@ if (isset($_GET['event'])) {
$result
=
$sth
->
fetchAll
();
$result
=
$sth
->
fetchAll
();
echo
"<p>Podium de <em>"
.
$_GET
[
'event'
]
.
"</em></p>"
;
echo
"<p>Podium de <em>"
.
$_GET
[
'event'
]
.
"</em></p>"
;
echo
"<ul>"
;
echo
"<ul>"
;
echo
"<li>Or : "
.
$result
[
0
][
'name'
]
.
" ("
.
$result
[
1
][
'country'
]
.
")</li>"
;
echo
"<li>Or : "
.
$result
[
0
][
'name'
]
.
" ("
.
$result
[
0
][
'country'
]
.
")</li>"
;
echo
"<li>Argent : "
.
$result
[
1
][
'name'
]
.
" ("
.
$result
[
1
][
'country'
]
.
")</li>"
;
echo
"<li>Argent : "
.
$result
[
1
][
'name'
]
.
" ("
.
$result
[
1
][
'country'
]
.
")</li>"
;
echo
"<li>Bronze : "
.
$result
[
2
][
'name'
]
.
" ("
.
$result
[
2
][
'country'
]
.
")</li>"
;
echo
"<li>Bronze : "
.
$result
[
2
][
'name'
]
.
" ("
.
$result
[
2
][
'country'
]
.
")</li>"
;
echo
"</ul>"
;
echo
"</ul>"
;
}
else
{
}
else
{
echo
"<p>Veuillez choisir une
autre
compétition</p>"
;
echo
"<p>Veuillez choisir une compétition</p>"
;
}
}
?>
?>
</body>
</body>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment