View Single Post
  #6 (permalink)  
Old 02-04-2007, 12:39
swexpert swexpert is offline
Premium Member
 
Join Date: Jan 2007
Posts: 209
Default

Quote:
Thanks for reply.

i think this is the reason that they are not allowing connection from outside servers.

is it possible that they can provide facility to use include files which will be hosted on same server where my DB exists instead of providing remote database connectivity.

Regards
RAKesh vermA
Hello again,
Well your two line post baffled me for several minutes. I could not understand who is "they" and which server is your database server.

Include files, in PHP you're asking I assume, will work using the FQDN (ex: include("http://somedomain.com/somefile.ext") ; ) from anywhere most often as it is being called via the HTTP method. It is possible that you can call that file from another server but not being able to connect to the DB on the server where the somefile.ext is residing.

Hope that clarifies a bit.

Regds
IJ
Reply With Quote