我是php的新手,我想尝试使用id号从数据库中获取一个名称。例如id=1 name=test我想说当id=1制作name=test的时候我认为这样就可以了,我一直在试着自己编php。$id = "1"; // later i will add it so this is defined by the link you click on
$firstname = mysql_query("SELECT firstname FROM $info_table WHERE id = $id"
我有PHP web application,我想把它转换成docker。我有这些容器php我的主机文件夹中有作为/var/www/site1的源代码
现在,当我启动nginx时,我可以将site1挂载到nginx作为/usr/nginx/share但我不知道如何与PHP conainer链接。我不能有一个独立的PHP容器,只安装PHP,或者我需要一些need服务器与PHP一起