rjmman
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Can I copy a Buttons BlockThanks. Got it.
Forum: Developing with WordPress
In reply to: Can I copy a Buttons BlockI’ve tried to copy a buttons block on one page and then paste it on another page but it is not working. I can copy and paste within a page, but not across different pages.
Forum: Developing with WordPress
In reply to: Can I copy a Buttons BlockThanks for your reply. Sorry to have bothered you.
Forum: Fixing WordPress
In reply to: How to pass data from one SQL to anotherI’ve tries $_SESSION, POST, GET, but can not figure out how to capture the month from the first SQL and save it to be passed and used in the second SQL.
Forum: Fixing WordPress
In reply to: How to pass a variable from one page to anotherI had the wrong page address
Forum: Fixing WordPress
In reply to: How to pass a variable from one page to anotherAn update. I have Exec-PHP installed and active. I have searched the forums and found similiar issues but the suggestions were over my head. I think I’m close just need the correct syntax.
ThanksForum: Fixing WordPress
In reply to: WPDB and PHPSo this ‘gets’ the variable. How is it passed? I’ve been trying to use this without any success:
echo “<td>“.$username.”</td>”;But doing this doesn’t get it in the link to page:
$user_input = $_GET[‘user’];