Onojagodday's Posts
Nairaland Forum › Onojagodday's Profile › Onojagodday's Posts
1 (of 1 pages)
These are the necessary steps: 1. Upload your project to a remote server exclude database while uploading 2. if successful, create a database on the remote server and import the sql server database files you created in your project to the remote server 3.having done that, change the connection string in the web.config file to point to your remote server database connection you created |
What type of site are u trying to build? Your requirements has gone beyond the scope of a web design skill, u need to learn server side script language like PhP, C# for asp.net. Alternatively, u can download open source script that can solve ur problem to avoid recreating the wheel |
The code is perfectly ok but the object is not returning the string because u used relational operator(return $obj=>teamName=="Chelsea Fc") instead of assignment operator( return $obj=>teamName="Chelsea Fc") ). Also make sure that "teamName" exists as global variable of the object($obj). |
1 (of 1 pages)