answersLogoWhite

0

A modal UI Popup Window is going to be generated by server-side code, like JavaScript. PHP isn't present by the time the user would activate this control.

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How to a show a modal ui popupwindow in php when click on link?

You can't, taking an action when a link is clicked is a client-side interaction and PHP only runs on the server side. You would need to use Javascript: <a href="javascript:void(0)" onclick="window.open('somepage.html')>Click Me!</a>


How do you connect flex GUI to any databse?

It is not possible to connect directly to a database from flex. You can use some server side technology like Java Servlets/JSP or PHP to talk to the database, format the result and send that to your flex UI possibly as XML. Flex can then parse through that XML and display the data on the UI.


Why you add slide show based answers if they are terribly unreadable?

Because Wiki are noobs at UI


When was Youichi Ui born?

Youichi Ui was born in 1972.


When was JQuery UI created?

JQuery UI was created in 2006.


What does a PHP developer do?

PHP is a server side scripting language. PHP is used to develop web applications which has interaction between the Web Application and the Users. PHP developers write the programs (Server side scripting) to develop these web applications. The developed programs acts as an intermediary between the users and the web servers and database. For example when you purchase something online, say a book from amazon.com or ebay.com the order creation, online payments for the orders and upto the delivery of the items, all these transactions are done through the server side scripting languages called PHP. And PHP developers develop this type of websites and applications. Note: The websites given - amazon.com and ebay.com may use a different Server Side Scripting languages than PHP and just for a example and user reference it is given above.


cgygacugcgcggcgcgcfcgcfgfdffffgchgxffgdhgcghxfyuzs uu u u ui ui i?

uinhjkbhufvb nbbbb


Will withdrawals from IRA effect ui?

Will withdrawals from IRA effect ui in Texas


When did Yi Ui-min die?

Yi Ui-min died in 1196.


When did Dae Won-ui die?

Dae Won-ui died in 794.


When was Pak Ui-chun born?

Pak Ui-chun was born in 1932.


Java or php which technology should be used as a back-end of adobe flex for designing large web based software to work at its best and why?

Java is not a database to be used as a back end for an application. Java can interface between your UI layer and the database but it cannot function as a database.