• This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn more.

Search results

  1. J

    BUG Reading from an array

    The following piece of code worked very nicely with the old Insert PHP plugin. (The code below is just a portion of the entire page code) [insert_php] echo ReadArray(); [/insert_php] <div align="center"> <table style="border-style: none; border-width: 0;" border="0" width="100%"> <tbody> <tr>...
  2. J

    RESOLVED Trouble converting [php_insert] into Snippet

    Excellent! That did it. Thank you.
  3. J

    RESOLVED Trouble converting [php_insert] into Snippet

    I am having a problem converting a page that used two [php_insert]s to connect to and select from an external SQL database. Here is the insert for connecting to the database: ---------------------------------------------------------- // connection to the sql database $myDB = new...