Search found 9 matches
- Sat Jan 28, 2012 12:02 pm
- Forum: PHP - Code
- Topic: help please.
- Replies: 0
- Views: 3379
help please.
please help me with my codes i want the date align to output date here my code.. include('../Connection/mysql_connect_attendance.php'); $result = mysql_query("SELECT DISTINCT DATE_FORMAT(date,'%a') FROM tb_timeinandout") or die('Query failed!'); echo "<table border = '1'"; echo &...
- Tue Jan 17, 2012 7:59 am
- Forum: Javascript
- Topic: delete in javascript.
- Replies: 3
- Views: 2193
- Sat Jan 07, 2012 7:04 am
- Forum: PHP - Code
- Topic: getting the value of anchor tag
- Replies: 0
- Views: 1597
getting the value of anchor tag
hi i have a php code that deleting notification in the database i use this function jQuery(function ($) { $('#confirm-dialog input.confirm, #confirm-dialog a.confirm').click(function (e) { e.preventDefault(); // example of calling the confirm function // you must use a callback function to perform t...
- Mon Jan 02, 2012 5:08 am
- Forum: Javascript
- Topic: delete in javascript.
- Replies: 3
- Views: 2193
delete in javascript.
how can i delete a row in mysql database using a javascript..? can anyone show me a example?
- Sun Dec 25, 2011 9:57 am
- Forum: PHP - Code
- Topic: how to use the ñÑ for the database
- Replies: 1
- Views: 186
how to use the ñÑ for the database
is there a way i can use ñÑ in utf-8?
- Sun Dec 25, 2011 6:16 am
- Forum: Javascript
- Topic: question for $_GET and $_SESSION
- Replies: 1
- Views: 1198
question for $_GET and $_SESSION
can anyone know how to use the value $_GET and $_SESSION in javascript?
- Sun Dec 25, 2011 3:20 am
- Forum: Javascript
- Topic: updating database
- Replies: 1
- Views: 1166
updating database
can i update my database using the on completed function of javascript? here's my code.. <script type="text/javascript"> $(document).ready(function(){ $("a").click(function(e){ e.preventDefault(); jSuccess( '<center>Password has been reset.</center>', { autoHide : false, // added...
- Sat Dec 24, 2011 6:14 am
- Forum: PHP - Code
- Topic: help.. notification
- Replies: 1
- Views: 273
help.. notification
can anyone help me for the notifcation message.. like facebook.. if the sender send a message it will store to the database then when the receiver log in the notification appear just like facebook.? any tutorial will help..
- Fri Dec 23, 2011 12:15 am
- Forum: PHP - Code
- Topic: HELP... PHP Code passing array to another form
- Replies: 1
- Views: 419
HELP... PHP Code passing array to another form
hi can anyone help me.. i want to get the value of the array and when i click the view it will be pass to the next form. the problem is only get the last array sorry for my bad english here my code. <?php include('../Connection/mysql_connect.php'); $query = "SELECT * FROM tb_profileimage";...