I have this code almost working. I’m assuming this is simple stuff for you guys but basically I’m trying to have the action of the form open a URL that has been concatenated with a string variable.
Basically the action should open the page http://www.myblog.com/wordpress/?p=868 (as an example), but instead it just opens to http://www.myblog/wordpress/?p=. If I change the code and assign the $test echo part of the action instead of the $Article it does open to http://www.myblog/wordpress/?p=900.
Here’s where I have the code so far. Any help is greatly appreciated. thx.
[code]<?php
$Article=$_POST[“Article”];
$test=900
?>
[/code]
