how can mail server be implemented on localhost using php.i mean to say that how is it possible to send a mail from local client and response it from local host i.e. client and server both are on same computer.please give me the code for it in php.i am new to stackoverflow so please forgive me if my question is not upto your expectation.
What should I learn after learning C++?
I have read C++ from books like C++ Primer, Effective C++ etc but now I want to learn some advanced topics.
So what should I learn now,any suggestions?
Can semantic errors be detected by the compiler or not? If not when do the errors get detected?
As far as I know semantic errors are those errors which result from the expressions involving operators with incorrect number/type of operands.
For example:
n3=n1*n2;//n1 is integer, n2 is a string, n3 is an integer
The above statement is…
Is there any way by which I can add keys to superglobals in php without defining the corresponding values to those key?
For example:
$_SESSION['key']='set';//key` automatically gets defined.
But I want to do something like this
add_key($_SESSION,'key')//key is added to $_SESSION array.
Is it possible?
This is regarding Spring OpenSessionInViewFilter using with @Transactional annotation at service layer.
i went through so many stack overflow post on this but still confused about whether i should use OpenSessionInViewFilter or not to avoid LazyInitializationException
It would be great help if somebody help me find out answer to below…
Hi,
I upgraded my java version 1.5 to 1.6.
My applet is not working what are prequesties ?
i have changed classid and MIME type to 1.6.
Its giving exception:
load: class com.timer.AppletGenerator.class not found.
java.lang.ClassNotFoundException: com.timer.AppletGenerator.class
at…
Hey, I'm a relative newbie to programming. I've picked up some very basic Java (File I/O, GUIs, inheritance) and would like to take a look at functional programming - in particular, I would like to learn Scheme. I'm having some trouble finding a Scheme implementation I can understand.…
Hi
I have the following error when I export my war file
org.eclipse.core.runtime.CoreException: Extended Operation failure: org.eclipse.jst.j2ee.internal.web.archive.operations.WebComponentExportOperation
at…
Hello i am new to ruby and rails ... but when i am starting the rail server i am getting this error
This is the error i am getting
D:\mynewapp>ruby script/server
= Booting WEBrick
= Rails 2.3.5…
Hi
I posted the question below in the forum and now I am asking another question in the hope that I get some pointers to my answers.
my previous post
Ok lets begin:
Now the problem is like this:
…
I am programming in Java
I have the code as:
byte[] b = test.getBytes();
In the api it is specified that if we do not specify character encoding it takes the default platform character encoding.
…
I have a many to many relationship between 2 tables Users an Domains.
I have defined this relationship in the Domains class.
So in the admin interface I see the Users when I am viewing Domains.
But…
We have deployed a java webapplication in Elastic Beanstalk with the minimum instance count 1 and max instance count 2 for Autoscaling. The custom AMI we are using is c1.medium with Sun JDK 6.
The…
I have a rails 2.3.5 app getting upgraded to Rails 3. I did every thing I am required to do for upgrading and when I start the rails server using
rails server
it gives me this
Please switch to…
Hello friend
I have code name and surname put into same string with coma in the middle ,as "JohnSmith"
I need to insert into database to separate
Can you show me how to code that please.
…
hi,
I have defined a web service that will return the data from my mysql data base.
I have written the web service in php.
Now I have defined a complex type as follows:
…
What is a rollingfile appender ?
I want my jboss to delete logs either exceeding a maximum size or exceeding a certain date.
People on this forum have suggested me to use…