PHP - usage of script

Asked By shree vignesh
27-Aug-10 02:19 AM
hello everybody;

im using a php script in my site it gets worked under wamp server but not after uploading the script to my site

pls tell me what to do...

regards
 
 
  Santhosh N replied to shree vignesh
27-Aug-10 02:46 AM
check the configurations files .htaccess to have correct configuration that your server supports and talk to the admin of the server, they could help you or you can check in the control panle if php is allowed
Create New Account
help
Verifying multi-homed NIC configuration Windows Server Just trying to verify if my multi-homed ISA Server 2004 Standard NIC configurations are correct. INTERNAL: IP: 10.0.0.1 Subnet: 255.255.255.0 GW: None Preferred DNS internal DNS server) Internal DNS server has forwarders configured for external ISP DNS servers. ISA Configuration Discussions EXTERNAL (1) DNS (1) NIC (1) JosephV (1) GW (1) IP (1) ISP (1 names.inform me of your reasons if there is any! keywords: Verifying, multi-homed, NIC, configuration description: Just trying to verify if my multi-homed ISA Server 2004 Standard NIC configurations are correct. INTERNAL: IP: 10.0.0.1 Subnet: 255.255.255.0 GW: None P
Several PB configurations - single SDK? Mobile Apps Hi, In PB5, you can have different build configurations, but SDK can have only one configuration. Does this mean that the SDK is the same in all OS build configurations? Thanks for any clarifications, Stan WindowsCE Platform Builder Discussions Configurations (1) Single (1) Configuration (1) Clarifications (1) suspect multiple meanings within your question). To get a more correct answer you'll need to be more precise. SDKs are all about exposing the correct set of headers and libraries to application programmers for a given OS Design (e.g
Configuration woes SQL Server Hi, I guess I'm not understanding how SSIS configuration works. I have an SSIS package which I run under Sql Server Agent. I want to setup multiple jobs to run the same package with different configurations. What I have so far is I used the Configuration Manager in BIDS, and an indirect Xml file to store the settings. In Sql Server Agent, I have set the job to execute the package and specified in Configurations to the proper file. The initial export works fine. I setup another job the same way, but pointed it to a different configuration file. This job fails because of a logon failure (the two jobs have different proxies database. What am I missing? Thanks Andy SQL Server Integration Services Discussions SQL Server (1) Configurations (1) Goto (1) Database (1) CmdExec (1) Windows (1) Roche (1) Xml (1) My guess is that when you say "pointed it to a different configuration file" you are actually updating the environment variable that handles the indirect configuration. Is this
App configuration for a service when running multiple instances .NET Framework I have a .NET service which uses an app configuration file. That all works fine. We would like to spin up another instance of this By the way, this service is a generic hosting process which by the use of configuration loads one or more adapters. Is there any easy way to control ( / change) the application configuration file for a service? Maybe to have it use 'service name'.exe.config as the they could be run in different processes with different security context? You want two different configuration files for them because they have different configuration contents. You are asking for the easiest way to control the configuration files? Please correct me if my understanding is incorrect. In my opinion, the way you mentioned to use