User Profile
Collapse
-
vijith vijayan replied to can i avoid the line '<?xml version="1.0" standalone="yes"?>' ,using openWYSIWYG ?in PHPI've got the solution.... -
i think in C & C++ inside a loop a[i] can also be used as i[a],hence (a+i)=(i+a).... i m not sure.Anyways good article...Leave a comment:
-
vijith vijayan replied to can i avoid the line '<?xml version="1.0" standalone="yes"?>' ,using openWYSIWYG ?in PHPthanks for your response,...i m publishing the page from WYSIWYG HTML Editor from browser,& after reloading the same page using the code:
(i also change the path corresponding to at the time of hosting and there is no problem related with path)Code:$newsedit=file_get_contents('http://localhost/nap/newsupdates/'.$newseditid.'.html');
in to the editor the text mode displays my page content and CODE VIEW displays its html...Leave a comment:
-
u r using ajax pages,hence there may be page refreshing issues,so i think you cant get the values properly,just echo 'S' and 'Submit' as
and find the error youself...also try with REQUEST[] hence more ajax pages deals with this...if not possible try with $_SESSION[] to data transfer and check asCode:$ss=$_GET['S']); $su=$_POST['Submit']); echo $ss;//may be incorrect echo $su;//may be correct
...Code:if((is
Leave a comment:
-
vijith vijayan started a topic can i avoid the line '<?xml version="1.0" standalone="yes"?>' ,using openWYSIWYG ?in PHPcan i avoid the line '<?xml version="1.0" standalone="yes"?>' ,using openWYSIWYG ?
how can i avoid the first line of code '<?xml version="1.0" standalone="yes "?>' at publishing of a html file, i m using openWYSIWYG editor and php for scripting? the problem is that its possible to include the created html file in my template when running @loclhost,found an error after hosting . need urgent solution.....ca n anyone help me..
No activity results to display
Show More
Leave a comment: