-4
votes
0answers
45 views

Cant get php to echo data? [closed]

Im trying to get data from the database and echo it. Im trying to echo it in the text input fields and ive tried to echo it just as text and its not working its worked in the past but cant find where ...
0
votes
0answers
21 views

HTTP POST to form truncating preceding 0's in text field

We're trying to post a phone number to a field that automatically parses the numbers between area code, prefix and number. If the number starts with a 0 then the fields are truncating it. These are ...
0
votes
1answer
107 views

Php text field edit file

Iv have made a system that allows you to edit a config.php file through a text field on a web page But the textbox shows the whole files contents is there a way I can limit it to only show part of a ...
0
votes
2answers
45 views

Custom text field in wordpress

I am working on a site that has to have a box on the top left with a "welcome" header (h1) and text (p). I don't want to use a specific blog post for the content if there is a better way to do it. ...
0
votes
1answer
240 views

Insert into 2 tables at once into mysql databse from arrays

One called Job and the other is called Attributes. The Attributes table depend on the Job table because One table can have a lot of Attributes. The job table contains several fields, namely ...
0
votes
0answers
237 views

how to display selection form drop down menu in a new html page

I created a drop down menu with dates to select that then opens into a new page. I want the selected date to be displayed on top of that new page. I am not sure which script to use for that. Here is ...
0
votes
2answers
29 views

how to insert this to mysql if

Is it possible to insert all the values that the textfield will get if I choose this to generate the textfields. If yes,how? if not is there another way? <?php for($i=0;$i<$b;$i++) ...
0
votes
1answer
246 views

set empty value to a text field by deselecting checkbox

I have a form with 2 text fields that trigger a jquery date picker. I want to set empty values to both text field by unchecking a checkbox that is in the same form. The text fields are: <?php ...
1
vote
4answers
154 views

Can't get value of my textfield

can't get the value of my textfield 'new_list_id' using php. here is my code: <select id="mymenu" size="1" name='sf_old' class='short_tf'> <option >&nbsp;</option> <option ...
0
votes
1answer
196 views

how to get the substring in yii

<tr style="display:none"> <td><?php echo $form->labelEx($model,'classcode'); ?></td> <td> <?php echo ...
-2
votes
2answers
94 views

Php script closing text field when echoing database contents [closed]

I am trying to load the contents of a database row into a textfield, the problem I am having is that the content I want to load into the textfield box has text field code inside it, so instead of the ...
1
vote
2answers
265 views

synchronize combobox html with textfield

+---------+------------+ | class | name | +---------+------------+ | 10021 | John | | 10027 | Alex | | 10030 | Brian | | 10033 | Anita | ...
0
votes
1answer
34 views

Different MaxLength values [closed]

I have an options panel in my WordPress theme with several text fields. For example: Project title, Project description, Twitter username, etc. case 'text': $val = $value['std']; $std = ...
-1
votes
4answers
55 views

Texfield result into a hyperlink [closed]

I have made this form where you write you name, lastname, phone and email. With HTML and PHP. name: "textfield here" lastname: "textfield here" phone: "textfield here" email: "textfield here" My ...
1
vote
2answers
66 views

PHP populated text field is not changed by JavaScript

I have a text input field, which is populated by PHP at page load. <?php $product_price = 10000; ?> <input type='text' name='product_price' value='<?=$product_price?>' > I have ...
0
votes
1answer
156 views

Auto populate a textfield with the information of previous textfield

I have a form, which I'm using autofill using jquery in the first textfield. This textfield is called "producto1". What I want is that when user write the information in "producto1" automatically ...
1
vote
1answer
145 views

Rich text editor that does NOT use HTML [closed]

I'm looking to add a light text editor (in php/js), much like the one found here in stackoverflow, wikipedia, forums, etc. to my application to get input from the user. I do not want to use ones ...
1
vote
3answers
256 views

How to create a dynamic textfield in PHP / PDO?

I have a website where I need users to interact with other users. So far all done in JQuery / Jquery Mobile and PHP with a MySQL database. Users need to select other users to play against in a game, ...
0
votes
1answer
168 views

Cannot get textfield values from javascript

I have made 2 php pages. One page is "doc.php" and other is "chkval.php". I have used some javascript code to generate textfields in "doc.php". And by using $POST , I am trying to catch textfield ...
0
votes
2answers
2k views

multiple input field jquery.autocomplete

i want to make autocomplete for many text input field... but with this autocomplete <html><head><script type="text/javascript" src="jquery-1.4.js"></script> <script ...
0
votes
2answers
417 views

Default value and styling in text field in TCPDF

I'm trying to generate a form in a PDF file with editable text fields that have a default value. Here's an excerpt of the code: $pdf = new TCPDF('P','mm','A5',true,'UTF-8',false); ...
0
votes
1answer
62 views

Computing values from textfield in realtime using Dreamweaver

I have three text fields which are Quantity, Quantity_per_Unit and Quantity_In_Pieces. How do I populate Quantity_In_Pieces with the product of values from Quantity and Quantity_Per_Unit without ...
2
votes
2answers
2k views

how to fill textfield with database value in Yii?

I want to fill one of the textfields with a value from a database. Commonly, this code was recommended: <div class="row"> <?php echo $form->labelEx($model,'field1'); ?> <?php ...
1
vote
0answers
184 views

Text from text field in mysql database getting cut off on special chars and minus signs when in phpmyadmin or using php

Text from text field in mysql database getting cut off on special chars and minus signs when in phpmyadmin or using php. Hi again there are a few questions relating to this sort of thing however no ...
0
votes
4answers
196 views

PHP & HTML help for editing password because it is in MD5

I have build one edit form in HTML. I am accessing that value in PHP. There is one field PASSWORD. In which I have displayed password for edit which is in MD5 format and stored in mysql database. But ...
0
votes
0answers
588 views

Get xpath location of element in iframe(iframe from my domain)

I have a two codes and I try to connect this two codes in some way. Also in code is function for get xpath location but how to use this on iframe. $(#iframeID).... and function to write result of ...
0
votes
2answers
193 views

Connect text field and php

I have a some code, but I don't now how to connect this with text field and PHP: <?php error_reporting(E_ALL ^ E_NOTICE); $url = $_GET['url']; if( ! empty($url)) { $data = ...
0
votes
1answer
518 views

How to make a dynamic, selectable list under a text field in a webpage (like Googles instant search)

I'm looking for a way to create a dynamic list below a text field on a web page. This list needs to be selectable (by mouse click and arrow-down-key). The selected item shall be in the text-field ...
0
votes
4answers
3k views

PHP - How Do I generate new text-fields based upon a select option field value?

How do I make a drop down box that when the value is selected it will create that many more text fields on the same form. I have a select option field that asks "how many categories do you need? 1-6" ...
1
vote
3answers
136 views

Test data in php

I want to generate test data for testing. What i need: I will have a list of 30 names. For each name i need to fill in the start and finish position. The position is between 1 and 30. So i wanted ...
1
vote
3answers
2k views

html/php - format form text to html

I have this textfield in a html form, which I want to insert into my MySQL database using php. But, I want the typed text to get HTML formatting, so I can easily display it on my website. How can I do ...
0
votes
1answer
1k views

Drupal 7: How to create a text field with php default value?

I've been searching for quite a while now and still wasn't able to find an answer yet. I'm using Drupal 7.4 and I created a new content type. There i want to add a simple text field that has a ...
0
votes
2answers
150 views

Javascript Text Fields and PHP variable Declaration

$(document).ready(function(){ var skillctr = 1; var experiencectr = 1; var educationctr = 1; var achievementctr = 1; var historyctr = 1; /* Add Skills */ $("#addSkill").click(function () { ...
2
votes
2answers
219 views

Populate sign-up form field with an uneditable/undeletable sentence

One field in our website's sign-up form is occasionally left blank yet we need it to include one sentence that for legal reasons must not be editable. This is then later used as part of the user's ...
1
vote
1answer
442 views

How to show the values from a PHP array in a textfield, based on a dropdown menu

any help would be great. Here's what I have so far: PHP: <?php $arr1 = array("1080", "939", "769", "696","572", "498", "408", "369"); $arr2 = array("1275", "1095", "890", "799", "676", "580", ...
-1
votes
4answers
189 views

textfield value changing detect in php

<input name="aa" type="text" id="aa" value="please enter your name" size="22" maxlength="60" /> <input name="aab" type="text" id="aab" value="please enter your email" size="22" ...
0
votes
3answers
971 views

get the value of text field using javascript and post it in action of the form

hi i have a PHP page and i want to take the value of the text field and post it in the action or in the url i want to put the page number in the url i am numbering the pages <form ...
0
votes
0answers
370 views

php search in array, show results in scroll and fill text fields

I have an array in php (multidimensional) of data, I need to search the first column n,1 for the first letter... so I have a list of people, and the first column n,1 is the name of the person, so ...
0
votes
2answers
1k views

php, html combobox and textfield

I made a simple application that have a combobox which is loaded with database value and a textfield which should display text related to combo box selection. Name Number number1 1234 ...
0
votes
2answers
978 views

Problem updating sql database using PHP

i am having some urgent problem with my UPDATE command in PHP. The thing is, whenever i update my data in PHP, it does not flow to the mySQL Database and thus no changes were made even though it ...
0
votes
2answers
422 views

Zend_Form: Uppercase in textfield

I want to create a textfield element in Zend Form which always type in uppercase whether CapsLock is On or Off. Thanks
2
votes
3answers
1k views

Escaping Apostrophes in Javascript Generated From PHP

I am trying to have a textfield with an initial value, where if you click on it, the text disappears, and if you click out before anything has been entered the initial value returns much like the ...
0
votes
1answer
380 views

Ajax: strange behaviour while checking a textfield

I have a registration form with checking the available name for username field through ajax. Inputing a username into username field and pushing the "Check!" button, the script sends value to php ...
0
votes
3answers
4k views

Saving new lines in a textfield to mysql field

Quick and simple (I hope) question; If a user inputs new lines in a text field, ie: 43 Dennis Beeston How can I save the new line rather than have it transferred to the mysql server as one line?! ...
0
votes
3answers
101 views

keeping past value of a field

i'm using a php page and it gets refreshed(on submit) . i need to keep the value of a textfield from a previous submission. how to make it