Diff
checker
Text
Text
Images
Documents
Excel
Folders
Legal
Enterprise
Desktop
Pricing
Sign in
Download Diffchecker Desktop
Compare text
Find the difference between two text files
Tools
History
Real-time editor
Hide unchanged lines
Disable line wrap
Layout
Split
Unified
Diff precision
Smart
Word
Char
Syntax highlighting
Choose syntax
Ignore
Transform text
Go to first change
Edit input
Diffchecker Desktop
The most secure way to run Diffchecker. Get the Diffchecker Desktop app: your diffs never leave your computer!
Get Desktop
Untitled diff
Created
11 years ago
Diff never expires
Clear
Export
Share
The two texts are identical
There is no difference to show between these two texts
0 removals
Lines
Total
Removed
Characters
Total
Removed
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
19 lines
Copy
0 additions
Lines
Total
Added
Characters
Total
Added
To continue using this feature, upgrade to
Diff
checker
Pro
View Pricing
19 lines
Copy
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
Saved diffs
Original text
Open file
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
Changed text
Open file
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
Find difference