Jump to content

Need help with a small problem.


INeedAGig

Recommended Posts

Okay, I am writing a new form validation script that also keeps the data so it can re-populate the fields the user already filled out if there is an error on the page so they do not have to fill it out again.

 

Here is an example of the code I am using in the HTML part of the form input elements.

 

<input name="name" type="text" id="name" value="<?php=$fields['name']?>">

 

Now, the problem I am getting is the

<?php=$fields['name']?>

code is being physically displayed within the form field at all times. How would I go about having it not display this line of code in the field?

 

Thanks!!

Link to comment
https://forums.phpfreaks.com/topic/249577-need-help-with-a-small-problem/
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.