₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,326,236 members, 8,425,611 topics. Date: Friday, 12 June 2026 at 06:51 PM

Toggle theme

Onojagodday's Posts

Nairaland ForumOnojagodday's ProfileOnojagodday's Posts

1 (of 1 pages)

ProgrammingRe: __ by onojagodday(m): 9:42am On Feb 10, 2017
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
ProgrammingRe: How Do I Solve This Problem On Html And Css? by onojagodday(m): 9:59am On Feb 09, 2017
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
ProgrammingRe: PHP Programmers, Pls Step In by onojagodday(m): 9:37am On Feb 09, 2017
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)