val98
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by val98-
val98 commented,
Hello @val98, Do you notice any output in cPanel >> Errors or in the error_log file within the document root of the script when observing this behavior? Also, do you have any rewrite rules added ...
-
val98 commented,
Hello @val98, This type of question is better suited for a website such as StackOverflow where coding discussions occur. If you're concerned it's related to an Apache configuration setting, check ...
-
val98 created a post,
POST doesn't work but GET does
I have a form and when I use POST to get the fields for use in another file, var_dump($_POST); is empty. Now if I change all occurrences of 'POST' to 'GET' everything works as it's supposed to and ...
-
val98 commented,
Thank you!!!!!!! It works now!!!
-
val98 commented,
Hello, Here's a StackOverflow discussion you may find helpful: MIME Types - Version 70 Documentation - cPanel Documentation Thank you. Where can I find the htaccess file or config file?
-
val98 created a post,
PHP include in HTML File Question
This question is probably really dumb, but how do I get a html file to successfully call a php file? I know my php file works because when I call it directly www.example.com/example.php it works, b...