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

  1. #1

    Default PHP & Text

    hi there, I've a text from a database ( MySQL ), the text is very long I need
    to ''call'' that text from the databse into a PHP file, but I need that text
    longer, is there any way to do this?

    Thanks in advance!

    Atmosfera Guest

  2. Similar Questions and Discussions

    1. Error: content type of 'text/html; but expected 'text/xml'.
      Hi, I've created a webservice, which is working fine in development environment and UAT environment. but i received following error often in...
    2. Coursebuilder - 5 text areas for 5 possible scores. Eachpossible answer has its own text area
      I'm trying to build an inventory form that has different point values for each possible answer for a particular question. there will be 5 possible...
    3. Text edit functions not working for text entry fields onMAC
      In all the text-entry fields - one cannot cut, copy, paste, nor perform other normal text edit functions on MAC using Firefox. Any idea about the...
    4. current selected text to highlighted text on mouse up event through java script
      hi everybody, I want to convert the current selected text to highlighted text i.e. to yellow background on mouse up event on pdf form through...
    5. text field including text from a text file *.txt
      Hi, I would like to insert a text field which includes text from a text file. I know it must be possible but unfortunately I cannot find any help...
  3. #2

    Default Re: PHP & Text

    On 20 Apr 2005 in macromedia.dreamweaver.appdev, Atmosfera wrote:
    > hi there, I've a text from a database ( MySQL ), the text is very
    > long I need to ''call'' that text from the databse into a PHP file,
    > but I need that text longer, is there any way to do this?
    <p><?php echo $text_from_database; ?></p>

    Other than that, could you be a little more specific?

    --
    Joe Makowiec
    [url]http://makowiec.net/[/url]
    Email: [url]http://makowiec.net/email.php[/url]
    Joe Makowiec 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