hello members how i can create pop ups on my wordpress site using php? what the code i should write... and where? pls help.
PHP is for server side processing. All it can do is generate the html or javascript files that will generate the popup.
you need to call a javascript function as per you requirement and then write an alert or popup script over there. That's it.
PHP is for server side processing. All it can do is generate the html or javascript files that will generate the popup. You can use Window.open() method of javascript to open a pop-up window.