Hi can anyone tell me how I can write data to the main www.example.com from mobile.example.com i keep getting a http write error when i try to mkdir or a file on the main domain from the subdomain??

Recommended Answers

All 4 Replies

Your file paths should be relative to their location in the file system. Where in the file system is the PHP file doing the writing compared to where you're trying to create the file. It should be irrelevant whether it's a different subdomain or not.

thanks gotcha i was thinking too out of the box as usual

Let us know if you still can't get it working.

sorry been busy fixing other site issues but its not working as soon as i get to ../../../https within the sub domain its ok but when i go one more the next dir name is mobile it starts throwing Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(../../../../mobile) is not within the allowed path(s): mobile is the subdomain name before mobile is dir subdomains

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.