Xaqa
05-22-2011, 10:53 PM
I have a website and I'm trying to get text from a input box to go in put of the link for the image code. Like this:
$to_put .= $<img src="http://res.public-craft.com/hb.php?ip=$ServerIP.&port=YOUR_PORT&on=OPTIONAL_ONLINE_IMAGE&off=OPTIONAL_OFFLINE_IMAGE"></img>."|".$ServerIP."|".$Port."|".$Password."|".$Hamachi."|".$Owner."";
Where it says $ServerIP. is where the thing from the input box comes in.
Here's the error I'm receiving.
Parse error: syntax error, unexpected T_STRING in /hermes/bosweb/web258/b2582/ipg.crowngaming/submit/process.php on line 32
$to_put .= $<img src="http://res.public-craft.com/hb.php?ip=$ServerIP.&port=YOUR_PORT&on=OPTIONAL_ONLINE_IMAGE&off=OPTIONAL_OFFLINE_IMAGE"></img>."|".$ServerIP."|".$Port."|".$Password."|".$Hamachi."|".$Owner."";
Where it says $ServerIP. is where the thing from the input box comes in.
Here's the error I'm receiving.
Parse error: syntax error, unexpected T_STRING in /hermes/bosweb/web258/b2582/ipg.crowngaming/submit/process.php on line 32