Actually am working in existing project which is developed
in .net, am converting the .net into php code. am facing
problem after uploading the .php in server. amgetting the
error message like "The page cannot be found" but its
working perfectly in local host
Answer Posted / karthik
Check the path for the files in server.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the __construct() and __destruct() methods in a php class?
What is parent __construct ();?
What was the old name of php?
Which functions are used to count the total number of array elements in php?
Tell me how is it possible to remove escape characters from a string?
What is the use of preg_match in php?
How to open standard output as a file handle?
How values in arrays are indexed?
Tell me what is the meaning of a final class and a final method?
Explain what is memcache?
What is the ioncube php loader?
What is explode() in php?
What is the difference between implode() and explode() in php?
Tell me how can we change the maximum size of the files to be uploaded?
How to take a substring from a given string in php?