is their a way to get a message box through php i dont want to use javascript
ive been told that you can declare the windows messageboxA API from USER32.dll but ive got no idea how
any suggestions?
no. php runs on the server. you might be able to get to said API somehow, but it too will be on the server. you need to use a client side language like javascript.