Hi there,

I dont have any experience with PHP & SQL, but I can see that this two are very powerfull in developing a dynamic website.

I was wondering is there any way that I can create a script with your help of course (unless this is done by somebody else before) that I could login as a admin and then create categories and subcategories. And then under subcategories to add files (text and one image only).

So it would look something like this:

FORD >> FIESTA >> 2000

FORD: Main Category
FIESTA: Sub category
2000: The file that would contain info about 2000 model and an image of this car.

Under the 2000 (file) to have like a form fileds that I can feed the file with information

Maybe what Im asking is too much, but at least if you could guide me where shall I start from?

Many thanks

Kind regards,
a$h.

    He doesnt have to use XML, but is lot to explain in this, so I sugest u to look for some scripts on google ...

    Create mysql tables:
    1. Create table category (categ_id, name)
    2. Create table subcategory(subcateg_id,categ_id, name)
    3. Create table files (file_id,subcateg_id,name,photo)

    From there u can extract everithing u want using php and create your html code ...

      bogu wrote:

      He doesnt have to use XML, but is lot to explain in this, so I sugest u to look for some scripts on google ...

      I wasn't aware that I'd said he has to use XML, I was just suggesting it as a possible alternative given he has little experience of PHP and SQL.

      Blu

        Blulagoon wrote:

        I wasn't aware that I'd said he has to use XML, I was just suggesting it as a possible alternative given he has little experience of PHP and SQL.

        Blu

        U sugest him to use XML when he said:

        I dont have any experience with PHP & SQL, but I can see that this two are very powerfull in developing a dynamic website.
        ......
        I was wondering is there any way that I can create a script with your help of course....

        Stick to what he ask ...

        Is much easier to make update, delete, etc. in mysql that in XML, and he already said that he doesn't have experience or u assume that he know XML better that he know PHP or SQL?

          Write a Reply...