Hi
Could anybody tell me how I can use an objects method if I got the object as a result of another method?
Example:
Instead of doing
$obj=object->getAnotherObject();
$obj->methodX();
I want to do $object->getAnotherObject()->methodX();
While I'm using this all the time in Java I can't get...
Hi
Following scenario:
I get GET Variables to a site. Depending on the value of some variables I want to send all the variables to site A or B.
How can this be done in an easy way. Until now I sent them using header() by adding the content of the vars into the url-header with...
Check out:
http://www.php.net/manual/en/function.header.php
and
http://www.faqs.org/rfcs/rfc2616
You need a http response 200 Ok ==>10.2.1
You send it with the header function
Hi
I just read about the 100% height problem with doctype. I'm wondering if there is an alternative.
Here my case:
I'm working on a page which includes a Menu and underneath some Text as content. Everything centered in the page. This area should have a fixed width with a different...
Hello
I want to send mails from Notes 6.0 over POP.
Notes wants me to fill out "Internet Domain name when connecting directly to the internet".
If I'm writting an email an the receiver is in my adress book his name is Read-ahead from notes and put in Receipient-field. So far so good...
Hi
When I'm making Batch-Scripts or java-programms to run them on windows2000/NT, in some cases it realy bothers me that the executing Console is open. Is there a way to hide them or to hide programs in general when launching them? So that they run in the background.
Would apreciate your help...
I'm making applications with GUIs in Java. Now what bothers me, and even more my users, is the console which is open. So you've got 2 windows open for one application even if the console needs not to be seen.
Starting the console window minimized works, but how to hide it....?
Can anyone give...
I know for a fact that "error 53" means that there is a network connection problem. Usually when it's trying to connect to a share. Make sure the shares you have in the logon script exist.
Did you set up a two way trust relationship? Or did you have Sever A trust Server B or visa versa?. If you have a global account with administrative rights on both domains then you should not have a problem. If not make sure you are a part of global group with certain rights on the trusted...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.