DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   PHP (http://www.daniweb.com/forums/forum17.html)
-   -   JS Confirm in PHP (http://www.daniweb.com/forums/thread36125.html)

Zill Nov 30th, 2005 1:43 pm
JS Confirm in PHP
 
Hi, i have a php script form, and i want to use the js confirmation alert, the problem is, this

echo "<script>
var yes=confirm('warever you want');
if (yes){}<---here i want to plase something in php code
else{}
</script>";

$confirm='yes'
how can i math bouth codes?

chrisbliss18 Nov 30th, 2005 4:14 pm
Re: JS Confirm in PHP
 
JavaScript is a client-side technology and PHP is a server-side technology. This means that the JavaScript code executes on the browser and the PHP code executes on the server. You cannot have server-side code execute based upon the logic executed by the client-side code, at least, not directly.

It would seem that you are wanting to do a check for the functionality of JavaScript. Is this correct? If so, there are many ways to do this, but none of them involve PHP.


All times are GMT -4. The time now is 1:17 am.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC