473,807 Members | 2,847 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

space is not been taken through echo as a value of textbox

21 New Member
Hello guys, my code is like

Expand|Select|Wrap|Line Numbers
  1. $temp="here there is space";
  2. <INPUT maxLength=30 name="txtFirstName" size="28" class="txtNormal" tabindex="4" style="float: left" value=<?php echo $temp; ?>>

But in a value of this textfield gives only "here" instead of "here there is space"....space is not been taken as a value..can anyone suggest me wht to do to eliminate this problem
Aug 13 '07 #1
3 1972
nathj
938 Recognized Expert Contributor
Hello guys, my code is like


$temp="here there is space";
<INPUT maxLength=30 name="txtFirstN ame" size="28" class="txtNorma l" tabindex="4" style="float: left" value=<?php echo $temp; ?>>


But in a value of this textfield gives only "here" instead of "here there is space"....space is not been taken as a value..can anyone suggest me wht to do to eliminate this problem

Hi,

Try this instead:
[php]
<?php
$temp="here there is space";
echo '<INPUT maxLength=30 name="txtFirstN ame" size="28" class="txtNorma l" tabindex="4" style="float: left" value="'.$temp . '"> ' ;
?>
[/php]

Putting the whole line in PHP works a treat, and makes it easier to read later on.

Cheers
nathj
Aug 13 '07 #2
dhaval321
21 New Member
Thanks Nathj,
Its workin..perfect ly..
Aug 14 '07 #3
nathj
938 Recognized Expert Contributor
Thanks Nathj,
Its workin..perfect ly..
No worries, glad to have helped.

nathj
Aug 14 '07 #4

Sign in to post your reply or Sign up for a free account.

Similar topics

13
2896
by: dogu | last post by:
Noob alert. Code is below. File is saved as a .php. What I'm trying to do: User uses 'select' box drop down list to pick a value. Value ($site) is derived from a db query. This works fine. Value selected is used as the 'where' clause of the 2nd query. If $site is a single word, the 2nd query works like a charm. If $site is more than one word (has spaces), the query returns a null
11
10607
by: PC Datasheet | last post by:
How do I get the Len function to count a space at the end of a string? For example, if I enter AB(space), how do I get Len to return 3 instead of 2? Thanks, Steve
4
9471
by: | last post by:
The title is maby a bit strage, I had problem coming up with a title that explain my problem. I have a variable $myvar="TEST 123" I would like to use this variable as a default value in a form. I have tryed this code: <input name="testbox1" type="text" value=<?php echo "$myvar"; ?>> the result is a form with a textbox with the default value "TEST"
8
3483
by: chrisoftoday | last post by:
Hi, I'm having trouble with some white space that's appearing in my table. I can't seem to spot the problem, it'd be great if someone could help. The HTML code (ignore the PHP, it shouldn't be an issue) I'm using to create the table is... <table align="center" cellpadding="5" width="650" border="1"> <tr> <td width="100">
9
4495
by: MS | last post by:
I am a newbie to PHP so hopefully this is a easy question. I am pulling data off of one server, which holds our data base and posts it to my PHP page. I have the following code on my php page: $pfirstname = $_POST; $plastname = $_POST;
3
29775
by: 2Dcube | last post by:
Hello, I'm doing some PHP and MySQL, and have a very simple question. How do you echo a long space? When I use echo " ": , it gets echo'd as only one space... Using echo " "; echo " "; echo " "; doesn't help either. Thanks in advance for answering :).
1
3177
by: brandoncall | last post by:
Hi, I am displaying a bunch of pictures on my website and I would like to sort them by a Date Picture Taken key. I have looked into exif data and I wrote a little code that just prints all the keys and their contents. Code: $file = "MyPicture.jpg"; $exif = read_exif_data ("$file"); while(list($k,$v)=each($exif))
7
2654
by: lawrence k | last post by:
I've got a music studio for a client. Their whole studio is run with Macintosh computers. Macintosh computers allow file names to have open white spaces, such as "animal hospital.mp3". I have a download script, so customers on the website can download MP3s to their harddrive (rather than merely listen to it in their browsers):
2
3519
by: asmpic | last post by:
Hi, I stumbled upon a script on the internet that monitors disk space and if it reaches a certain percentage being full it send an email. However, the problem I encountered was that one of the file system names are longer than usual so it expends over to the other columns and causes the other data to be put onto a second line. So the script no longer works when this is the case. does anyone know how to fix the script to take this into account?...
0
9599
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10626
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10374
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9193
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6879
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5546
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5685
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4330
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3854
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.