Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~595 People Reached
Favorite Forums
Favorite Tags
php x 8
Member Avatar for yuri1000

I have a .net/vb code which needs to be converted to PHP, can anyone help please? private string CharsAvailable() { int unicodeFlag = 0; int extraChars = 0; int msgCount = 0; string msgString = String.Empty; if (chkSignature.Checked) msgString = msgString + Environment.NewLine + txtSignature.Text; else msgString = txtMessage.Text; for …

Member Avatar for diafol
0
292
Member Avatar for yuri1000

I am new here to get answers for my issues, hoping for your kind advice. Thanks in advance. I have written a HTTP API to send SMS using curl. Everything is working fine, except I am failing to loop and post curl for certain phone numbers. For example: User uploads …

Member Avatar for pritaeas
0
303