Home > Backend Development > PHP Tutorial > html中怎么使用php的变量

html中怎么使用php的变量

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-13 10:50:46
Original
883 people have browsed it

html中如何使用php的变量
如果我做一个页面,php代码和html语言是结合使用的,比如我用php代码在数据库中取到各一个值,如何将其显示在html中的一个text中???

------解决方案--------------------
$s = 'abcd';
?>

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
php data acquisition?
From 1970-01-01 08:00:00
0
0
0
PHP extension intl
From 1970-01-01 08:00:00
0
0
0
How to learn php well
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template