| 
	
 | 
 Posted by Rik on 08/15/06 14:50 
peteski22@gmail.com wrote: 
> How can I get my webpage to validate to XHTML strict if I am using the 
> commands as given in the phpthumb demo: 
> 
> <img src="../phpThumb.php?src=images/disk.jpg&w=200"> 
> 
> This gives validation errors as I'm not allowed the 'w' or other 
> parameters. 
 
No, that's not the reason. 
<img src="../phpThumb.php?src=images/disk.jpg&w=200"> 
Will be valid. 
 
 
> 
> I wondered if it was possible to do something like this (bare with me) 
> 
> $thisThumb = phpThumb(src=images/disk.jpg&w=200); 
> echo '<img src="'.$thisThumb.'">; 
 
No. 
 
> (p.s. please keep in on topic). 
 
Tssk, this is usenet, you know :-) 
 
Grtz, 
--  
Rik Wasmus
 
  
Navigation:
[Reply to this message] 
 |