how to get different value in second view of webdynpro?
hello guys,
In ABAP webdynpro I am trying to create one application having two views.
AutoChoosing a CSS file based on URL
Hey everyone,
I have a site that has multiple URLs and CSS files.
Based on the URL tha
Get to know your fellow coder
I think it's time we got personal around here. There's a lot of code swapping and a few members kno
getting rid of quotes in strings
sick of trying to deal with them in multiple ways (entering in and taking from database, echoing, ec
i have no idea why this isn't working
Code: <?php
session_start();
include("connect.php");
error_reporting(E
Need help to identify this error please
:confused:Can anyone help me tell what this error message means? Maybe tell me where to look to fix
Undefined index: username HELP NEWBIE
I am trying a simple login/logout for my website. It works well with checking if the username exists
Sequre login with cookies.
I want to build secure login with cookies. I just want your ideas about this, your suggestions. What
Different payment methods with different cross company requirements in F110
We are implementing SAP in a company in the shipping industry. They have the following requirement:<
Get relative path from absolute path
How would one go about getting the relative path to a file from its absolute path?