News

Hi, My apache server can use php, as long as the file being opened in the browser is ".php". any tags like don't work at all. Though they do when the file is .php not .html. I can't figure out why ...
A PHP error arises when a ';' sign is not inserted at the end of the command. $string = 'Hello; In the example above, the single quotes (apostrophes) are not closed properly. Ensure that you have ...
You forgot to close a parenthesis, so from the last open parenthesis, PHP considers all the code that follows as part of a specific block (condition, arguments of functions etc) that does not end. You ...
Open the php.ini file in a text editor like TextPad (not in Notepad) and change the values for memory_limit. By default you should see memory_limit = 8M. Try changing it to 12M. If it doesn’t ...