[thelist] PHP/HTML graphs and loops

HP Thniah heanpeng at gmail.com
Tue May 19 16:38:44 CDT 2009


Thanks Ben and Will - greatly appreciated. I will try the above.

On Wed, May 20, 2009 at 1:53 AM, Will <willthemoor at gmail.com> wrote:

> If you're just get started with $_GET and loops and the image.php file
> isn't something you wrote I'd suggest trying the $_GET and loop stuff
> on a new file called test.php that just loops over text and removing
> the calls from the img tag (just dump the output to the page). Once
> you're sure you 'get' (sorry) how $_GET and loops work, apply what you
> sussed out to image.php. You could spend an awful amount of time
> building problems that don't exist.
>
>
>
>
>
> On Tue, May 19, 2009 at 7:20 AM, ben morrison <morrison.ben at gmail.com>
> wrote:
> > 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
> > --
> >
> > * * Please support the community that supports you.  * *
> > http://evolt.org/help_support_evolt/
> >
> > For unsubscribe and other options, including the Tip Harvester
> > and archives of thelist go to: http://lists.evolt.org
> > Workers of the Web, evolt !
> >
> --
>
> * * Please support the community that supports you.  * *
> http://evolt.org/help_support_evolt/
>
> For unsubscribe and other options, including the Tip Harvester
> and archives of thelist go to: http://lists.evolt.org
> Workers of the Web, evolt !
>



More information about the thelist mailing list