Results 1 to 3 of 3
Thread: Quotations Syntax Help
- 06-12-2011, 07:34 AM #1
Member
- Join Date
- Feb 2011
- Posts
- 83
- Rep Power
- 0
- 06-12-2011, 07:36 AM #2
Member
- Join Date
- Feb 2011
- Posts
- 83
- Rep Power
- 0
This is the string I want to make work.
Java Code:String email = "w/e@test.com"; String words = $to = email; $subject = "Test mail"; $message = "Hello! This is a simple email message."; $from = "someonelse@example.com"; $headers = "From:" . $from; mail($to,$subject,$message,$headers); echo "Mail Sent.";
- 06-12-2011, 07:44 AM #3
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
I'm confused, why the mix of php and java code? Try explaining better, but perhaps you are looking to escape the quotes.
Similar Threads
-
No more syntax error
By ideyatech in forum Java SoftwareReplies: 2Last Post: 04-22-2010, 04:20 AM -
Syntax in eclipse
By insectincest in forum EclipseReplies: 1Last Post: 04-12-2010, 11:10 AM -
Syntax correct?
By dbashby in forum New To JavaReplies: 5Last Post: 09-22-2009, 06:44 AM -
Syntax-Check Your XML
By gilbertsavier in forum XMLReplies: 0Last Post: 07-17-2009, 07:37 AM -
syntax error
By gabriel in forum New To JavaReplies: 3Last Post: 08-03-2007, 03:26 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks