Profiles

  • Member Since: July 21st, 2014
  • Find me on:
  • Posted a reply to Refresh a page with new data, on the site WordPress.org Forums:
    I've found this code to refresh my page after submittal. echo "<meta http-equiv='refresh' content='0'>";

  • Created a topic, Refresh a page with new data, on the site WordPress.org Forums:
    I've created a custom template with custom code to pul…

  • Posted a reply to SQL Statement in the Editor or Template, on the site WordPress.org Forums:
    Your code worked by the way. Thanks a bunch!

  • Posted a reply to SQL Statement in the Editor or Template, on the site WordPress.org Forums:
    I will definitely read up on it. And thanks for your input again! Good night.

  • Posted a reply to SQL Statement in the Editor or Template, on the site WordPress.org Forums:
    I modified it and got it to work. How would I go about just looking…

  • Posted a reply to SQL Statement in the Editor or Template, on the site WordPress.org Forums:
    I will give that a try.

  • Posted a reply to SQL Statement in the Editor or Template, on the site WordPress.org Forums:
    I have a table with the column userId, globalShipping, freeShipping and I want to be…

  • Posted a reply to SQL Statement in the Editor or Template, on the site WordPress.org Forums:
    I'm using the typical SELECT statement. $servername = "localhost"; $username = "xxx"; $password = "xxx";…

  • Created a topic, SQL Statement in the Editor or Template, on the site WordPress.org Forums:
    I created a table within my wordpress database for spe…

  • Posted a reply to Rendering HTML code from a form field, on the site WordPress.org Forums:
    That didn't work. When I pull a value from a variable, it does not display…

  • Posted a reply to Rendering HTML code from a form field, on the site WordPress.org Forums:
    Thank you Shannon. I'll take a look at that link.

  • Created a topic, Rendering HTML code from a form field, on the site WordPress.org Forums:
    Is it possible to render html code from a form (php va…

  • Posted a reply to PHP If statement with 3 Conditions, on the site WordPress.org Forums:
    Just changed. Thank you for the reminder Maria.

  • Posted a reply to PHP If statement with 3 Conditions, on the site WordPress.org Forums:
    i figured out the issue. It was passing the condition to the next but there…

  • Posted a reply to PHP If statement with 3 Conditions, on the site WordPress.org Forums:
    I've done that. That's why I'm confused. Output1 = "" Output2 = "" Output3 =…

  • Posted a reply to PHP If statement with 3 Conditions, on the site WordPress.org Forums:
    Shannon, The problem is that it's not working in the latest version of WP. I'm…

  • Created a topic, PHP If statement with 3 Conditions, on the site WordPress.org Forums:
    I'm having an issue with if statement in wordpress. I…