[thelist] PHP/HTML graphs and loops

ben morrison morrison.ben at gmail.com
Tue May 19 09:20:44 CDT 2009


On Tue, May 19, 2009 at 2:04 PM, HP Thniah <heanpeng at gmail.com> wrote:
> Thanks - still confused about how I can call the variables in image.php

USE $_GET http://uk3.php.net/manual/en/reserved.variables.get.php

Search for 'query string' - http://ditio.net/2008/06/12/php-query-string/

>
> 2) How do I loop the below in HTML? I tried to turn this into PHP but it
> doesn't recognise the function img src.

PHP loops http://uk3.php.net/manual/en/control-structures.for.php

so the PHP could loop and output HTML

http://uk2.php.net/echo

Sounds like you could do with a PHP book....

ben
-- 
Ben Morrison



More information about the thelist mailing list