Thank you for your help. I wish you well!
Thank you for your help.
I want to send a text message to the contact number in the advertisement to notify the user that the advertisement is about to expire. This is more timely and effective.
Send SMS function is like this:
function sendSms($adverts_phone,$adverts_person,$post_title)
{
....
}
How can I call it correctly?