![]() |
Sergey Kornilov admin 3/24/2006 |
John, |
K
|
ke5rs author 3/24/2006 |
Hello great PHP Programmers I have to say that PHPRunner is great. I cannot seem to stop playing with it and adding more & more features to my web site. Just recently adding an option for users to add there image, this part works great but now I would like to put a limit on the height & width of the image. The option in the 'View Format' in step 7 does not seem to be working for me. I put a limit of 64 X 64 and the image comes in full size. Is there something that I am doing wrong. I am still a newbe here too. Thank you John
|
![]() |
Sergey Kornilov admin 3/24/2006 |
John, $disp='<img border=0 src="TableName_imager.php?'.$iquery.'">';
$disp='<img width=64 height=64 border=0 src="TableName_imager.php?'.$iquery.'">';
|
K
|
ke5rs author 3/24/2006 |
Yep. Thanks. |