Search the web
Sign In
New User? Sign Up
ydn-php · Yahoo! PHP Developer Group (CLOSED)
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
I need to edit some PHP for the search monkey app   Message List  
Reply | Forward Message #253 of 335 |
I'm sure that this is a really simple question for some..
Here is some PHP used in Yahoo Open Search:

$ret['image']['src'] =
"http://static.move.com/move/images/icons/move-avatar-logo.jpg";


The problem is that the image is 88x88 pixels and needs to be 75x75
pixels to fit. I don't want to wait to have our engineering department
upload a smaller image that is the right size and am trying to find
out if there is any PHP code that I should add underneath that will
just make the image the right size?

Or another way to rephrase this question would be..what is the PHP
equivalent to the HTML version below:

img src="http://www.example/anyimage.jpg" height="50" width="50"

?

THANKS....




Wed Jun 4, 2008 11:48 pm

amfcontacts
Offline Offline
Send Email Send Email

Forward
Message #253 of 335 |
Expand Messages Author Sort by Date

I'm sure that this is a really simple question for some.. Here is some PHP used in Yahoo Open Search: $ret['image']['src'] = ...
amfcontacts
Offline Send Email
Jun 16, 2008
12:53 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help