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

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

iphone - Using nested NSDictionary with Picker -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -