> Trouble with a php/myself for on an intranet?

Trouble with a php/myself for on an intranet?

Posted at: 2014-12-18 
Post the entire code to the page that is giving you this problem. It just might be a slight oversight in your code.

Could you have some really funky chmod ?

I am so sorry for you. What a pity you did not bother to show any code, we might have been able to help yu with advice.

I have an intranet PHP/MySQL server set up for internal uses. I have a variety of pages which access my database, some of them with select only functions, others with enter and update functions. The server is on IP xxx.xxx.xxx.20, and I can access the pages from several different computers within the building.

I am having trouble with one particular form which is not performing the insert functions when accessed from any computer other than the server. I can access the page from other computers, and input data into the form. But when it's submitted, it just hangs and never inserts the data. However, if I access the page on the server, then the insert functions work as expected.

I don't have issues with the insert or update functions working on any of the other pages.