finding defaults back Bookmark[.lib.php

Ask a Question related to PHP Development, Design and Development.

  1. #1

    Default finding defaults back Bookmark[.lib.php

    Hi,

    I have messed again,

    Somebody would give me the defaults fro theese on lines 34,35,36,37 of
    Bookmark[.lib.php in folder Apache (EasyPhp)?


    $cfgBookmark['user'] = 'root';
    $GLOBALS['cfg']['Server'][' '];
    $cfgBookmark['db'] = $GLOBALS['cfg']['Server'][' '];
    $cfgBookmark['table'] = $GLOBALS['cfg']['Server'][' '];

    Thanks anyway,

    Jean


    Québec Guest

  2. Similar Questions and Discussions

    1. Merging a PDF with bookmark as a child of a bookmark node
      I have already developed a plugin that merges several PDF's and generates bookmarks But there is one issue If a PDF already has bookmarks, I dont...
    2. WildCard Defaults
      I'm trying to use % as the default value in the query variables. I have a select list displaying numbers. At the top of the select list I want an...
    3. Setting Defaults
      I recently migrated to Freehand MX (OS X) from Freehand 5.5 (OS 9). I'd like to change the defaults so that any new page I create will open to my...
    4. Help Please -Bookmark help - File Name= Bookmark
      Is there a way in Acrobat to import multiple .pdf files and have each files file name show up as a bookmark?
    5. Stroke Defaults
      Is it possible to add stroke sizes to the drop down menu of defaults? I'm working on diagrams that use .7pt strokes and 1.3pt strokes for most of the...
  3. #2

    Default Re: finding defaults back Bookmark[.lib.php

    Québec wrote:
    > I have messed again,
    >
    > Somebody would give me the defaults fro theese on lines 34,35,36,37 of
    > Bookmark[.lib.php in folder Apache (EasyPhp)?
    >
    >
    > $cfgBookmark['user'] = 'root';
    > $GLOBALS['cfg']['Server'][' '];
    > $cfgBookmark['db'] = $GLOBALS['cfg']['Server'][' '];
    > $cfgBookmark['table'] = $GLOBALS['cfg']['Server'][' '];
    >
    The bookmark.lib.php file appears to be part of the phpmyadmin package.

    Just download it and see what's inside.


    JW



    Janwillem Borleffs Guest

  4. #3

    Default Re: finding defaults back Bookmark[.lib.php

    Thanks


    JPD
    "Janwillem Borleffs" <jw@jwscripts.com> a écrit dans le message de
    news:41443e60$0$62048$ee9da40f@news.euronet.nl...
    > Québec wrote:
    > > I have messed again,
    > >
    > > Somebody would give me the defaults fro theese on lines 34,35,36,37 of
    > > Bookmark[.lib.php in folder Apache (EasyPhp)?
    > >
    > >
    > > $cfgBookmark['user'] = 'root';
    > > $GLOBALS['cfg']['Server'][' '];
    > > $cfgBookmark['db'] = $GLOBALS['cfg']['Server'][' '];
    > > $cfgBookmark['table'] = $GLOBALS['cfg']['Server'][' '];
    > >
    >
    > The bookmark.lib.php file appears to be part of the phpmyadmin package.
    >
    > Just download it and see what's inside.
    >
    >
    > JW
    >
    >
    >

    Québec 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