Skip to content

Tag: php

My php Form doesn’t add messages to PhpMyAdmin

So I’ve updated the code below but it still doesn’t work and I don’t understand why… The messages doesn’t appear in my database in PhpMyAdmin and I don’t see the error messages I’ve put when for example a entry in my form is empty.. Thank you in advance for helping me…

php mongodb validate form password

This is my first time using mongodb with php and I have a register and a login form . When a user registers I succesfully hash his password using password_hash() php function and insert it in a …

File upload CURL command to PHP Curl

I have CURL command I need to use him in php page how I can change it. I have no idea about it. The command : Answer For your curl command, Please try this PHP : Please also study the reference provided by Professor Abronsius if you have time. It’s worth the effort.

calculating no of days in given month

I have the LatestValuesDate ‘Apr’,’May’,’Jun’.I have array with no of days for the months. If LatestValuesDate is may I want to show the number of days =61. if LatestValuesDate is Jul I want to show the number of days =91 but now I got only 31 Answer For your expected resul…