Hey guys and girls, im having a php problems so let me lay it out
I using xampp
the filename is index.php
the url is localhost/index.php
Problem:
outside of my
php code i put a image code in html <img src="C:\Users\chris\Documents\image.png"/>
the image didnt show up, however i tested it and i change the url of the image to
<img src="http://www.blabla.com/blabla.png"/>
and it shows that image.... how do i make it show an image in my documents not on the internet?
I using xampp
the filename is index.php
the url is localhost/index.php
Problem:
outside of my
php code i put a image code in html <img src="C:\Users\chris\Documents\image.png"/>
the image didnt show up, however i tested it and i change the url of the image to
<img src="http://www.blabla.com/blabla.png"/>
and it shows that image.... how do i make it show an image in my documents not on the internet?