Jump to content

[SOLVED] <? echo $detail ?> showing up in form input field


sillysillysilly

Recommended Posts

I have a script that looks to the database and collects some variable that will be echoed back inside the form field so they can update it.  I had this running on another server just fine - it would give the detail inside the form field.  When I installed the latest and greatest xampp on my own computer is when it started putting <? echo $detail ?>  in the form field instead of what is in the variable.  The HTML is right; its probably something in the php.ini settings but I don't know what it would be.  Any ideas?

 

<tr><td><label>First Name  </label><input name="firstname" type="text" size="16" maxlength="16" value="<? echo $firstname; ?>"/>   

 

Also where can I get the wysiwig that is shown in the posting windows here, those are cool.

Link to comment
https://forums.phpfreaks.com/topic/174755-solved-showing-up-in-form-input-field/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.