Results 1 to 7 of 7
Thread: PHP, .
Hybrid View
-
29th January 2013 22:48 #1Registered User
Join Date: Mar:2005
Location: Sofia
Posts: 166
PHP, .
, :
while ($arrRecords = mysql_fetch_array($dbRecords) ) {
echo "<table style='border: 1px #6EA404 solid; -webkit-border-radius: 5px;' onMouseover='this.bgColor='yellow'' onMouseout='this.bgColor='#B0D925''><tr> <td>blablabla</td></tr></table>";
}
- onMouseover='this.bgColor='yellow'', yellow, , , . ?
-
29th January 2013 23:06 #2
\ :
PHP Code:<?php
while ($arrRecords = mysql_fetch_array($dbRecords)) {
echo "<table style=\"border: 1px #6EA404 solid; -webkit-border-radius: 5px;\" onMouseover=\"this.bgColor='yellow'\" onMouseout=\"this.bgColor='#B0D925'\"><tr> <td>blablabla</td></tr></table>";
}
?>Lenovo Y720; Samsung 850 Evo 1TB; Logitech G604; DELL U2410; Wacom Intuos 4L
-
29th January 2013 23:09 #3Registered User
Join Date: Mar:2005
Location: Sofia
Posts: 166
,
-
30th January 2013 00:16 #4
, ( ) , , - , PHP, , . HEREDOC .
, - ( -), , , , .
July666, , , . , , , {} , . - echo '......'; , , 2(4) .
-
30th January 2013 20:29 #5Registered User
Join Date: Mar:2005
Location: Sofia
Posts: 166
?
echo "<table id='table' ...
<input type="button" value="Hide - Fast" onclick="$('#table').hide('fast')" />
-
30th January 2013 21:14 #6
, jQuery.
Lenovo Y720; Samsung 850 Evo 1TB; Logitech G604; DELL U2410; Wacom Intuos 4L




Reply With Quote
Lenovo ThinkPad 15 IdeaPad 15
5th May 2023, 22:16 in