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 11 ans
Le diff n'expire jamais
Effacer
Exporter
Partager
Les deux textes sont identiques
Il n'y a aucune différence entre ces deux textes
0 suppressions
Lignes
Total
Supprimé
Caractères
Total
Supprimé
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
19 lignes
Copier tout
0 ajouts
Lignes
Total
Ajouté
Caractères
Total
Ajouté
Pour continuer à utiliser cette fonctionnalité, passez à
Diff
checker
Pro
Voir les prix
19 lignes
Copier tout
I was wondering if anyone can assist which a project I am working on.
I was wondering if anyone can assist which a project I am working on.
Very new to php though.
Very new to php though.
I currently have a membership form which captures details and the uploaded image which gets stored into a directory.
I currently have a membership form which captures details and the uploaded image which gets stored into a directory.
On the display page of the members details it echos the following:
On the display page of the members details it echos the following:
<?php echo "<img src=adminis/images/".$photo; ?>
<?php echo "<img src=adminis/images/".$photo; ?>
But most of the time members don't upload a image and now it just shows the "broken image link"
But most of the time members don't upload a image and now it just shows the "broken image link"
Since there is no entry in database so no image will display.
Since there is no entry in database so no image will display.
So I want it to pick up a default img in that directory when no image on membership form was uploaded.
So I want it to pick up a default img in that directory when no image on membership form was uploaded.
If anyone can assist I would appreciate it - or if more info is required let me know.
If anyone can assist I would appreciate it - or if more info is required let me know.
Thanks
Thanks
Différences enregistrées
Texte d'origine
Ouvrir un fichier
I was wondering if anyone can assist which a project I am working on. Very new to php though. I currently have a membership form which captures details and the uploaded image which gets stored into a directory. On the display page of the members details it echos the following: <?php echo "<img src=adminis/images/".$photo; ?> But most of the time members don't upload a image and now it just shows the "broken image link" Since there is no entry in database so no image will display. So I want it to pick up a default img in that directory when no image on membership form was uploaded. If anyone can assist I would appreciate it - or if more info is required let me know. Thanks
Texte modifié
Ouvrir un fichier
I was wondering if anyone can assist which a project I am working on. Very new to php though. I currently have a membership form which captures details and the uploaded image which gets stored into a directory. On the display page of the members details it echos the following: <?php echo "<img src=adminis/images/".$photo; ?> But most of the time members don't upload a image and now it just shows the "broken image link" Since there is no entry in database so no image will display. So I want it to pick up a default img in that directory when no image on membership form was uploaded. If anyone can assist I would appreciate it - or if more info is required let me know. Thanks
Trouver la différence