Posts by Anderson Oliveira • 13 points
5 posts
-
0
votes1
answer679
viewsA: .htaccess returns error 500 instead of 404
I solved the problem by changing # Permite carregar as páginas sem a extensão .php, também está OK. RewriteCond %{REQUEST_FILENAME} !-d RewriteCond %{REQUEST_FILENAME} !-f RewriteRule (.*) $1.php…
-
-1
votes1
answer679
viewsQ: .htaccess returns error 500 instead of 404
My file. htaccess seems to be ok, but if we try to access a page that doesn’t exist, instead of getting the 404 error reply, I get the 500 error reply. This is the current code: RewriteEngine On #…
-
0
votes1
answer325
viewsQ: Write JS to database with $_POST
Hello. I have a PHP script that runs an INSERT in a table of my database. The $_POST[txt_message] array shown in the code should accept JS content, but it is empty after Submit. He should accept for…
-
-1
votes1
answer357
viewsA: What is the best way to generate data from my database for some spreadsheet?
Save your spreadsheet with the CSV extension. This format allows major databases to easily import their data. How you work with PHP, it would be interesting to opt for Mysql as a database. Save your…
phpanswered Anderson Oliveira 13 -
-1
votes5
answers1015
viewsA: Line with image in the middle
You can style an HR by creating a line with CANVAS; If you’re not using any framework like Bootstrap for example, you’ll have to create your CSS in the nail. Here’s an example; <style> /*…