Title: Jamie's Replies | WordPress.org

---

# Jamie

  [  ](https://wordpress.org/support/users/themissingcode/)

 *   [Profile](https://wordpress.org/support/users/themissingcode/)
 *   [Topics Started](https://wordpress.org/support/users/themissingcode/topics/)
 *   [Replies Created](https://wordpress.org/support/users/themissingcode/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/themissingcode/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/themissingcode/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/themissingcode/engagements/)
 *   [Favorites](https://wordpress.org/support/users/themissingcode/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/users/themissingcode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/themissingcode/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/themissingcode/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] PHP Parse Error](https://wordpress.org/support/topic/php-parse-error-15/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/php-parse-error-15/#post-6924693)
 * Hi Thundertrax,
 * Any errors in eval()’d code is an error in the code you have passed in.
 * Double check that the code itself works first!, it looks like a syntax error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] stylesheets not working](https://wordpress.org/support/topic/styleshhets-not-working/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/styleshhets-not-working/#post-6867584)
 * Hi Muxipups
 * The plugin executes it’s code server-side, so the output is served to the browser(
   as with any PHP), so any styles will be applied from stylesheets.
 * Try making your css selector more specific or using the !important rule.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[PHP Code for posts] Bugs](https://wordpress.org/support/topic/bugs-41/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/bugs-41/#post-8036053)
 * Hi Slawa19
 * That is an error in your code; the plugin executes the code in a basically sandbox
   environment, so you need to include any functions yourself before you reference
   them!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] echoing doesn't work](https://wordpress.org/support/topic/echoing-doesnt-work/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/echoing-doesnt-work/#post-5880726)
 * Hi Leandro_S,
 * <!–nextpage–> is a special code that is parsed before short codes are in the 
   post content, as such this tag needs to be used within the actual post content
   rather than a short code.
 * There may be something in the codex which will allow you to paginate, or you 
   can use custom PHP code to make the same thing happen and echo your own links.
 * I hope this helps,
 * Thanks,
    TMC
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] Don't work on WP 4.1.1](https://wordpress.org/support/topic/dont-work-on-wp-411/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/dont-work-on-wp-411/#post-5909830)
 * Hi Jacky,
 * I have tested the plugin and can confirm it works on 4.2.1.
 * What is it that isn’t working for you?
 * Thanks,
    TMC
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] How to add php code?](https://wordpress.org/support/topic/how-to-add-php-code/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/how-to-add-php-code/#post-4222254)
 * it _is_ possible for it to conflict if the syntax highlighter uses the [php] 
   shortcode too.
 * At this time there is not an alternative shortcode for use, however in the future
   there may be an option for using an alternative shortcode, should there be sufficient
   demand 🙂
 * TMC
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] styles snippet in php snippet not working](https://wordpress.org/support/topic/styles-snippet-in-php-snippet-not-working/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/styles-snippet-in-php-snippet-not-working/#post-4619316)
 * you need to use the do_shortcode function [Do Shortcode Codex](http://codex.wordpress.org/Function_Reference/do_shortcode)
 * this will evaluate the shortcode and include it in your output.
 * Hope this helps.
 * TMC
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] mysql_connect() Access denied for user](https://wordpress.org/support/topic/mysql_connect-access-denied-for-user/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/mysql_connect-access-denied-for-user/#post-4639796)
 * Hi Skydras,
 * I don’t think this is a problem with the plugin itself.
 * The code entered into the snippet is eval’ed, is it possible for your server 
   to have an alternative php configuration for eval’d code?
 * TMC
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] will not update code](https://wordpress.org/support/topic/will-not-update-code/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/will-not-update-code/#post-4607399)
 * Okay,
 * I will add an option to turn off AJAX updating in the next release.
 * As a stop-gap solution, you can download the previous version here:
    [http://downloads.wordpress.org/plugin/php-code-for-posts.1.1.3.zip](http://downloads.wordpress.org/plugin/php-code-for-posts.1.1.3.zip)
 * TMC
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] will not update code](https://wordpress.org/support/topic/will-not-update-code/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/will-not-update-code/#post-4607373)
 * Hi Pgnswm,
 * To help me find the cause of your issue, please can you tell me:
 *  – Your browser and version
    – Your Operating System – Your WordPress Version
 * Also, if you are technically minded, can you tell me the response from the AJAX
   call?
 * Thanks
    TMC
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] Snippet being rendered outside column shortcode](https://wordpress.org/support/topic/snippet-being-rendered-outside-column-shortcode/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/snippet-being-rendered-outside-column-shortcode/#post-4560369)
 * Hi Zimbo,
 * I looked into the your html some more, and it would appear a random </div> tag
   has been placed in your code, which is causing the container to close early, 
   forcing it to break out.
 * There certainly is no reason for the plugin to modify the html in the manner 
   that it is happening.
 * TMC
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] Snippet being rendered outside column shortcode](https://wordpress.org/support/topic/snippet-being-rendered-outside-column-shortcode/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/snippet-being-rendered-outside-column-shortcode/#post-4560365)
 * Hi zimbo000
 * I’m not sure if this has been solved, or if you have used a different solution,
   but it appears to be working fine now.
 * There is no reason that the snippet HTML should be rendered in the incorrect 
   place, as the output from the snippet is returned to the shortcode location.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] Code Editor and Ajax Save](https://wordpress.org/support/topic/code-editor-and-ajax-save/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/code-editor-and-ajax-save/#post-4578437)
 * Hi Eneasgesing
 * Good news!
 * Version 1.2 has CodeMirror in AND AJAX updating for snippets!
 * Enjoy!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] Code Editor and Ajax Save](https://wordpress.org/support/topic/code-editor-and-ajax-save/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/code-editor-and-ajax-save/#post-4578421)
 * Hi Eneasgesing,
 * Watch this space, I will look into adding the requested features soon!
 * TMC
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code for posts] No Longer Working! – Page Not Found Error](https://wordpress.org/support/topic/no-longer-working-page-not-found-error/)
 *  Plugin Author [Jamie](https://wordpress.org/support/users/themissingcode/)
 * (@themissingcode)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/no-longer-working-page-not-found-error/#post-4385756)
 * Hi Ntjedge,
 * The field used in the table is a longtext field which has a maximum length of
   4,294,967,295 (or 4gb)
 * It may be that for some reason, longtext is not available in your database configuration,
   in which case the maximum length could only be 65535 characters, although this
   is unlikely, check the column type in your table.
 * TMC

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/users/themissingcode/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/themissingcode/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/themissingcode/replies/page/2/?output_format=md)