我正在尝试访问一个上传的图片,我已经使用锚标签保存在我的服务器上(在上传文件夹中)。其目的是提供类似缩放功能的功能。缩放工作正常,但图像不显示。我试过这样的东西
<?php
//$txt is the actual image name and $image is the name saved in uploads folder,$ext is the extension like .jpg or so.
$image = time().substr(str_replace(" ", "_", $txt), 5).".".$ext;
我从html开始,我有一些问题,我的老师就像“你有上网搜索”,但我找不到任何东西让它工作,所以很抱歉,如果这是一个基本问题.所以,我的问题是,在下面的图片中,我有一张图片下面的文字,我想把它放在图片旁边的文本下面,我还想在那个日期"24 de Abril de 2014“下添加一些文本.有一幅图片可以解释我的问题:
这就是我所拥有的,我的分部:
<div class="inline" id="noticiaDiv">
<tr
<a href="noticia1.html" titl