knish Posted November 23, 2007 Share Posted November 23, 2007 Hi, Couple of questions. 1) Is it possible to connect a sql table to a flash drop down menu. How ? 2) A .php file with display of records from a table display a certain font size on one PC and another size on another PC. How is it possible to display same font size on all PC's no matter how different the monitor resolution or size are. 3) How is it possible to open a hyper link to a new quicktime window using php. BRgds, kNish Link to comment https://forums.phpfreaks.com/topic/78552-php-quicktime/ Share on other sites More sharing options...
only one Posted November 23, 2007 Share Posted November 23, 2007 1. Yes, google it. 2. Set the font size to a certain % not pixels or points. 3. Yes with HTML, <a href="link" target="_BLANK">Link</a> (not valid in xhtml 1.0 strict) Link to comment https://forums.phpfreaks.com/topic/78552-php-quicktime/#findComment-397662 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.