Diff
checker
Texte
Texte
Images
Documents
Excel
Dossiers
Legal
Enterprise
Application de bureau
Prix
Se connecter
Télécharger Diffchecker Desktop
Comparer le texte
Trouver la différence entre deux fichiers texte
Outils
Historique
Éditeur live
Cacher identiques
Sans retour à la ligne
Vue
Divisé
Unifié
Niveau de précision
Intelligent
Mot
Caractère
Coloration syntaxique
Choisir la syntaxe
Ignorer
Transformer le texte
Aller au premier écart
Modifier l'entrée
Diffchecker Desktop
La façon la plus sécurisée d'utiliser Diffchecker. Obtenez l'application Diffchecker Desktop : vos diffs ne quittent jamais votre ordinateur !
Obtenir Desktop
Untitled diff
Créé
il y a 9 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Expliquer
2 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
22 lignes
Copier tout
1 ajout
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
22 lignes
Copier tout
$paczkow = $_POST['paczkow'];
$paczkow = $_POST['paczkow'];
$grzebieni = $_POST['grzebieni'];
$grzebieni = $_POST['grzebieni'];
$suma = 0.99 * $paczkow + 1.29 * $grzebieni;
$suma = 0.99 * $paczkow + 1.29 * $grzebieni;
echo<<<END
echo<<<END
<h2>Podsumowanie zamówienia</h2>
<h2>Podsumowanie zamówienia</h2>
Copier
Copié
Copier
Copié
<table border="1" cellpadding="10" cellspacing="0
"
>
<table border="1" cellpadding="10" cellspacing="0
''
>
<tr>
<tr>
<td>Pączek (0.99PLN/szt)</td> <td>$paczkow</td>
<td>Pączek (0.99PLN/szt)</td> <td>$paczkow</td>
</tr>
</tr>
<tr>
<tr>
<td>Grzebień (1.29PLN/szt)</td> <td>$grzebieni</td>
<td>Grzebień (1.29PLN/szt)</td> <td>$grzebieni</td>
</tr>
</tr>
<tr>
<tr>
<td>SUMA</td> <td>$suma PLN</td>
<td>SUMA</td> <td>$suma PLN</td>
Copier
Copié
Copier
Copié
</tr>
</tr>
</table>
</table>
<br /><a href="index.php">Powrót do strony głównej</a>
<br /><a href="index.php">Powrót do strony głównej</a>
END;
END;
Différences enregistrées
Texte d'origine
Ouvrir un fichier
$paczkow = $_POST['paczkow']; $grzebieni = $_POST['grzebieni']; $suma = 0.99 * $paczkow + 1.29 * $grzebieni; echo<<<END <h2>Podsumowanie zamówienia</h2> <table border="1" cellpadding="10" cellspacing="0"> <tr> <td>Pączek (0.99PLN/szt)</td> <td>$paczkow</td> </tr> <tr> <td>Grzebień (1.29PLN/szt)</td> <td>$grzebieni</td> </tr> <tr> <td>SUMA</td> <td>$suma PLN</td> </tr> </table> <br /><a href="index.php">Powrót do strony głównej</a> END;
Texte modifié
Ouvrir un fichier
$paczkow = $_POST['paczkow']; $grzebieni = $_POST['grzebieni']; $suma = 0.99 * $paczkow + 1.29 * $grzebieni; echo<<<END <h2>Podsumowanie zamówienia</h2> <table border="1" cellpadding="10" cellspacing="0''> <tr> <td>Pączek (0.99PLN/szt)</td> <td>$paczkow</td> </tr> <tr> <td>Grzebień (1.29PLN/szt)</td> <td>$grzebieni</td> </tr> <tr> <td>SUMA</td> <td>$suma PLN</td> </tr> </table> <br /><a href="index.php">Powrót do strony głównej</a> END;
Trouver la différence