Team:Groningen/Team
From 2012.igem.org
(Difference between revisions)
m |
(→Who we are) |
||
Line 15: | Line 15: | ||
+ | |||
+ | <?php | ||
+ | $size = getimagesize("http://www.example.com/gifs/logo.gif"); | ||
+ | |||
+ | // if the file name has space in it, encode it properly | ||
+ | $size = getimagesize("http://www.example.com/gifs/lo%20go.gif"); | ||
+ | |||
+ | ?> | ||
+ | //ismael 20120421-0133 | ||
== '''Who we are''' == | == '''Who we are''' == |
Revision as of 23:33, 20 April 2012
Home | Team | Official Team Profile | Public Relations | Project | Parts Submitted to the Registry | Modeling | Notebook | Safety | Attributions |
---|
<?php $size = getimagesize("http://www.example.com/gifs/logo.gif");
// if the file name has space in it, encode it properly $size = getimagesize("http://www.example.com/gifs/lo%20go.gif");
?> //ismael 20120421-0133
Who we are
|