Diff
checker
Text
Images
PDF
Excel
Folders
Features
Desktop
Pricing
Sign in
Create an account
Download Diffchecker Desktop
Saved Diffs
You haven't saved any diffs yet.
Diff history
now
Clear
Diff history is cleared on refresh
Real-time
Regular
Collapsed
Expanded
Split
Unified
Word
Character
Tools
19 lines
0 Removals
Copy all
19 lines
0 Additions
Copy all
The two files are identical
Editor
Compare & merge
Clear
Export as PDF
Save Diff
Share
Original Text
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
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