javascript dies in php

Posted by ti_nhatrang, 01-17-2008, 06:49 AM
Hi guys, I can't seem to put this in a echo statement in php, here's what I got and it doesn't seem to work. Any kind of help would be greatly appreciated. Thanks again in advance.

Posted by foobic, 01-17-2008, 07:45 AM
You have quotes in the javascript you're trying to output. Either escape them (all of them!) or preferably use a heredoc:

Posted by isurus, 01-17-2008, 07:50 AM
Did you check your error log? You are using double quotes within your string - this will be terminating the string prematurely. You could use heredoc syntax: Do you actually need to get php to echo that data? There don't seem to be any PHP variables in there, so why not just close your php tag, output the JS, then open your php tag again:

Posted by isurus, 01-17-2008, 07:53 AM
hmm.. looks like I was too slow to post

Posted by ti_nhatrang, 01-17-2008, 05:50 PM
I've tried both method and it doesn't seem to work, here is the whole section that I'm trying to do:

Posted by ThatScriptGuy, 01-17-2008, 06:27 PM

Posted by ti_nhatrang, 01-17-2008, 06:40 PM
it throws off my alignment if I do what you just recommended.

Posted by ThatScriptGuy, 01-17-2008, 06:44 PM
Then that's your code throwing off your alignment. All I did was separate your PHP conditional from your HTML code.

Posted by ti_nhatrang, 01-17-2008, 06:51 PM
ignore that, it's fine now.

Posted by ti_nhatrang, 01-17-2008, 07:04 PM
Thanks again for all your help! I never thought it could be done this way, which will make things a lot easier from here on out.

Cette réponse était-elle pertinente?

 Imprimer cet article

Consultez aussi

grsec WARNING: No module mptscsi found for kernel 2.6.22.9-grsec, continuing anyway

Posted by uploadalerts, 03-27-2008, 04:46 PMHi, I see the following error, while trying to...

Where can i use command line instead of gui in cpanel?

Posted by sash_007, 03-09-2010, 08:46 AMHello friends, Just wondering whether i can use...

Emails sent with PHP often end up in spam/junk folder

Posted by redtail, 03-07-2010, 07:32 PMMy website on VPS with Hostgator sends out emails to...

Seem Internet Solutions gone down?

Posted by Jollyjohn, 09-11-2001, 07:41 PMwww.seem.co.uk appear to have disappeared, taking my...

SMS sending script

Posted by stjoenetworks, 01-16-2008, 11:35 PMAnyone know a decent/good script for sending SMS...