val98
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Posts
Recent activity by val98-
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 ...
-
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...