Hello,
In my code, I create a php file by using the contents of a textarea that is used for trying PHP code.
If the php file has no syntax errors, it is loaded in the bwowser very well. But if it...
Type: Posts; User: tuffy; Keyword(s):
Hello,
In my code, I create a php file by using the contents of a textarea that is used for trying PHP code.
If the php file has no syntax errors, it is loaded in the bwowser very well. But if it...
Hello,
In a PHP file, I send the text in a textarea to another PHP file named test.php. The context sent to the test.php file is also PHP code. I want to execute test.php file and show the result to...
The page is not on-line. But it will be. I have at the very beginning of the page the code that is checking if session is registered or not. if it is not, it redirects the user back to main page....
Setting the character encoding to UTF-8 on the page that is sending the AJAX request did not solve the problem. I will read the articles you advised. Thank you.
Hello, Thank you for the reply. I corrected your suggestion. But that did not solve the problem.
I attached the file. The extension should be changed from .txt to .php
MySql connection errors can...
Hello, I try to insert text from JavaScript by using AJAX. I send text to a php file and from there to MYSQL database. I have no problem in isterting text even it has non-English characters in it...
Hi, I have Javascript code that behaves as it is supposed to in Firefox, Chrome and Opera. But in IE9, it does not behave correctly. When I change the Document Mode from "Quirks" to "IE9 standards"...
This problem is resolved while I was changing the code to be able to post it. Thank you very much.
I would like to thank you very much. IE conditional script comment works great.
In IE9, the text you write in the textarea is not in precise line with the numbers in the numbering text area....
Hello, I use this text area with line numbers in a web page where you write PHP code. It works fine with Firefox and Opera with your valuable contributions. But I have a problem with Google Chrome....