由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
BuildingWeb版 - passing paremetor in html code
相关主题
why is it?关于php的问题
help about sql connection with ASPmysql query in php
ASP问题: Operation must use an updateable querygoogle search 代码是怎么样的呢?
post problem问个jquery的简单问题
a problem confused a long time!Any Guru has idea about auto form fill?
怎样在网页里加入收索栏?Clean URL, any guru know?
adding a search linkpassing a set of parameter in php
如何在网页上加google搜索求指教
相关话题的讨论汇总
话题: fname话题: string话题: html话题: paremetor话题: value
进入BuildingWeb版参与讨论
1 (共1页)

is value= correct? the webpage dose not display the string stored
in $fname. Thanks!
: is value= correct? the webpage dose not display the string stored
: in $fname. Thanks!
s*****r
发帖数: 59
1
can some PHP guru take a look at following code:

size="30" maxlength="50" id="fname2">
e******y
发帖数: 19
2
it should be
try that!

【在 s*****r 的大作中提到】
: can some PHP guru take a look at following code:
:

: size="30" maxlength="50" id="fname2">
s*****r
发帖数: 59
3
it only works when the string is not empty. if it is empty, then the string
after ?> got displayed. is there a way to use a variable represent the string,
and still get displayed correctly when the string is empty. thanks.

value=
stored

【在 e******y 的大作中提到】
: it should be
: try that!

P****y
发帖数: 707
4
dude, you need put quote before
By the way, you'd better go over HTML before you learn PHP

【在 s*****r 的大作中提到】
: it only works when the string is not empty. if it is empty, then the string
: after ?> got displayed. is there a way to use a variable represent the string,
: and still get displayed correctly when the string is empty. thanks.
:
: value=
: stored

s*****r
发帖数: 59
5
this html code: value=
I've put , as I said, it only works when the string is not
empty. the problem is how could I get an empty string displayed correctly.
thanks.

string
string,

【在 P****y 的大作中提到】
: dude, you need put quote before
: By the way, you'd better go over HTML before you learn PHP

P****y
发帖数: 707
6
faint
value=""
" is called quote...

【在 s*****r 的大作中提到】
: this html code: value=
: I've put , as I said, it only works when the string is not
: empty. the problem is how could I get an empty string displayed correctly.
: thanks.
:
: string
: string,

P****y
发帖数: 707
7
and make sure to replace all " with \" in your $fname value

【在 P****y 的大作中提到】
: faint
: value=""
: " is called quote...

1 (共1页)
进入BuildingWeb版参与讨论
相关主题
求指教a problem confused a long time!
How to read out part of a string like xx/xx/xxxx怎样在网页里加入收索栏?
问一个QUERY_STRING的简单问题adding a search link
在问一个关于jsp显示时间的问题如何在网页上加google搜索
why is it?关于php的问题
help about sql connection with ASPmysql query in php
ASP问题: Operation must use an updateable querygoogle search 代码是怎么样的呢?
post problem问个jquery的简单问题
相关话题的讨论汇总
话题: fname话题: string话题: html话题: paremetor话题: value