Jump to content

ausmedia

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

ausmedia's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. hi mjdamato i will definitely give it a go, will try my best to put it together then post the result here. thank you very much
  2. hi mjdamato thank you for your reply, I have done that already, although what am really confuse about is: how do write a script that will automatically detect a new module when i place it into the folder call "modules" after that how will i link that module to the table "modules" so then from there i can control the access permission of that module. cheers
  3. Hi guys, I am currently working on a project using php & mysql, however i have some problems which i cannot solve by myself (not smart enough), so i would like to ask for your expertise regarding this problem. Problem: -------------------------------- Don't know how to add/remove modules into admin system. I want to be able to add/remove modules into the systems (record it into the database), then assign access permission to certain user groups. -------------------------------- Am not sure where to start and what are the steps, could someone please give me some guidelines, resources or websites where i can do some further research? If possible some codes to start off would be greatly. Thank you
  4. Hi, i have a database with a table that records all the types of stones, eg. ID    Size    Shape 1      1.1      round 2      1.2      square 3      1.3      round 4      2        round 5      2.1      square 6      2.5      round 7      3.7      square 8      3.9      square 9      4.1      round 10      4.9      square 11      5        round What i MUST do is sort it into individual shape, also for every size's range i must display a sub-heading like.. ROUND SHAPE - 1.0 to 1.9 {display all stones within 1.0 to 1.9 which is round} ROUND SHAPE - 2.0 to 2.9 {display all stones within 2.0 to 2.9 which is round} ROUND SHAPE - 3.0 to 3.9 {display all stones within 3.0 to 3.9 which is round} ROUND SHAPE - 4.0 to 4.9 {display all stones within 3.0 to 3.9 which is round} ROUND SHAPE - 5.0 to 5.9 {display all stones within 5.0 to 5.9 which is round} SQUARE SHAPE - 1.0 to 1.9 {display all stones within 1.0 to 1.9 which is Square} SQUARE SHAPE - 2.0 to 2.9 {display all stones within 2.0 to 2.9 which is Square} SQUARE SHAPE - 3.0 to 3.9 {display all stones within 3.0 to 3.9 which is Square} SQUARE SHAPE - 4.0 to 4.9 {display all stones within 4.0 to 4.9 which is Square} SQUARE SHAPE - 5.0 to 5.9 {display all stones within 5.0 to 5.9 which is Square} to create multiple sql statement then displaying them in a loop seems to be a messy task, could someone please give me a hint on how to write a good sql statement to sort this table out in an organized way. Thank you.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.