php - Executing a script -
i need execute script within php, tried everything..
http://bulksms.mysmsmantra.com:8080/websms/smsapi.jsp?username=user&password=******&sendername=vfup&mobileno= '.$f.' &message='.$message1.''
i tried java script, $f , $message1 variables, cant use echo twice
is there function in php, automatically opens above link in new window , need remaining part of php code execute without being affected. provide more details if required..
regards,
php executes on server, not capable of opening windows. if want happen on client side have echo out javascript browser can execute.
Comments
Post a Comment