in java, I can get it using id with integer data type as follow
<img src="image.jsp?id=<%=rs.getInt(1)%>">but in php, i have created an array but I cant get the image.
my image link is
<img src=image.php?id=<? echo row['id'];?><br>I know I can get the image in php using
<img src=image.php?id=1> but I have created an array and wants to get it just as I can do in Java
thanks


Sign In
Create Account


Back to top









