Hello, from Coldfusion to PHP

Hi all,
I’m new to this forum. I always planned on Mysql database in Coldfusion and Access and after insistence of a friend I went step-by-step guide to PHP. I must say that PHP is much more 'complex than Coldfusion , so easy in functions and fast o write but… I’m not giving up.
Right now…i’m able to insert data in the database, reading tables, modify and delete records.
The only problem that I just can not solve alone, even reading guides, manuals and sample script is something that replaces the cfloop Coldfusion, what are multidimensional arrays in php.
So far, so impossible …
I need help to proceed with my project, I’m stuck.
Thank to this forum I’m confident to unlock my situation

Info on Arrays including Multidimensional Arrays http://php.net/manual/en/language.types.array.php
Info on For Loops which I think will do what cfloops do http://php.net/manual/en/control-structures.for.php

Hope this helps if you have questions let us know.

Thank you Andrew,
I’ve tried lot of manuals and tutorial, everything is ok and works fine except… multidimensional array or loop.
I’ve always had errors in result pages…I don’t know why…
I would like to try to fin an example on my own script. I’ve arranged an easy query to post here to do some test…hoping in an help

Sponsor our Newsletter | Privacy Policy | Terms of Service