how to reduce PHP code volume

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default how to reduce PHP code volume

    HI;
    I have made a database driven page, using php and mysql,
    when i made my table and rows and colums for inserting the php code(
    recordset) inside the cell, some codes are long, and takes lots of space in
    the cell, (but the amound of data which will appear in that cell when the
    page is on line is not much, only two words or one word, my be about 60 to
    80 pixel)
    and as a result table becomes too wide, one example I have a table with
    three columns, the width of them are 155, 282 and 374 pixels, as you see a
    table with the width of 832,
    and I have only place for a table with 565 pixel .
    I have made the size of code in cells to size 1, eventhough the size of the
    text which appears on web is too small, but the table is still too wide, how
    can I make this work?

    is it possible to change the text of php code appears as an icon?
    as you know some of the codes appears as an icon ( yellowish square about
    18 px, php is written inside of it)?

    I appreciate your help.


    Manou Guest

  2. Similar Questions and Discussions

    1. Volume bar slider - examples with code?
      Hello I am developing a volume audio slider which the user can click on and drag within a specific area of the screen to adjust the volume of the...
    2. How to reduce code?
      I premise I'm not a C expert... I'm trying to modify some sources and I can't figure out what's the cause of a crash... If I could reduce the...
    3. How to determine if a volume is a remote volume
      Lorenzo P. Thurman wrote: I'm not 100 percent sure this will help, but it's probably worth a look. FSGetVolumeInfo() will get you an...
    4. when volume changes a beep sounds at the new volume
      A beep sounds every time a change the volume. I have turned off all the windows sounds in control pannel -> Sounds. I've looked in every other...
    5. Need help to reduce the duplicate php code
      Steven wrote: <snip> The following code should work for an arbitrary number of _POST vars. It could be modified to check for specifics (SSN is...
  3. #2

    Default Re:how to reduce PHP code volume

    This should not be a problem. This is the only aspect about Dreamweaver that is not "what u see is what u get" but when you view that page in your browser, you will see the size of the table as per what you defined in the properties of the table. I really wouldnt worry much about this.

    Pistolfire99


    Pistolfire99 webforumsuser@macromedia.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139