Page 1 of 1

how do i execute my .php script on another computer that not

PostPosted: 03. June 2012 05:30
by ghostman
how do i execute my .php script on another computer that not installed xampp


I've made the .php script, it's used for automatically saving images on my computer which installed xampp. then the images is stored in (eg d: \).
then, I try the script in my laptop that was still a same network. i tried the script, but it's not working. there are no error for my script, but it just won't stored images on my laptop so, it's just that the computer which installed xampp, the script works.
why in my laptop, didn't works?

Re: how do i execute my .php script on another computer that

PostPosted: 03. June 2012 13:59
by Altrea
Hi ghostman (there is ALWAYS time for an introducing welcome line, especially if you are asking for help. It's a matter of politeness),

ghostman wrote:why in my laptop, didn't works?

This issue is highly dependent on your application.
Without knowing your sourcecode, we can't do really much for you.

I guess, that you are using filebased anchors to link to your images, which will only work locally and doesn't have much to do with serverside programming languages.
Your images have to be saved inside the DocumentRoot (or any subfolder inside) of your Apache. Then you can link them with absolute or relative UrLs.

best wishes,
Altrea