Forum: ASP.NET Oct 14th, 2008 |
| Replies: 0 Views: 868 please help this simple script doesn't work. it's suppose to display the word failed in the ajaxDiv section of the index.php script when the login fails.
index.php
<?session_start(); ... |
Forum: PHP Sep 9th, 2008 |
| Replies: 2 Views: 404 nope. thanks for the reply |
Forum: PHP Sep 9th, 2008 |
| Replies: 2 Views: 404 hi please help me, i want to know how to enable smtp in php mysql, i have the code right so no worries there. please help |
Forum: PHP Sep 1st, 2008 |
| Replies: 5 Views: 915 ok i got it, thank you very much for your help digital-ether! |
Forum: PHP Sep 1st, 2008 |
| Replies: 5 Views: 915 thank you i got to query their respective values using this code:
<?php
$dbhost = "localhost";
$dbuser = "root";
$dbpass = "";
$dbname = "smportal";
//Connect to MySQL Server |
Forum: PHP Aug 31st, 2008 |
| Replies: 5 Views: 915 thank you for replying that helped, here's my new code:
this is the code that inserts multiple empId values to the maximum hrm1Id.
<?php
#
//mysql connection here
//mysql connection
$dbhost... |
Forum: PHP Aug 29th, 2008 |
| Replies: 5 Views: 915 i have passed multiple identical id values, and now i want to retrieve those corresponding id values in mysql. how do i retrieve them? the table that the ids were inserted is a join table named... |
Forum: PHP Aug 27th, 2008 |
| Replies: 3 Views: 1,074 thank you!!! here's my code.
Display the Mysql Table and assign checkboxes for each value:
<html>
<head>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link... |
Forum: PHP Aug 27th, 2008 |
| Replies: 3 Views: 1,074 here's the process:
1. i display the mysql data in rows with checkboxes on each row
2. i want to add the checked values into another table under the specific field employee
here's the problem: i... |
Forum: PHP Aug 19th, 2008 |
| Replies: 19 Views: 5,550 finally!!!!!!! it worked! thank you to everyone especially to enim! |
Forum: PHP Aug 14th, 2008 |
| Replies: 19 Views: 5,550 thank you!!!! i will try the code. =) |
Forum: PHP Aug 14th, 2008 |
| Replies: 19 Views: 5,550 yep but i need the delete function for mysql >.< i dont know how to query the data from mysql in php when using the checkboxes in each row. |
Forum: PHP Aug 13th, 2008 |
| Replies: 19 Views: 5,550 yep but i need the delete function for mysql >.< i dont know how to query the data from mysql in php when using the checkboxes in each row. |
Forum: PHP Aug 13th, 2008 |
| Replies: 19 Views: 5,550 it won't help sorry.. coz im lookin for the delete function not validation |
Forum: PHP Aug 13th, 2008 |
| Replies: 19 Views: 5,550 please help i don't know how to delete multiple rows in mysql using checkboxes, because it seems the delete doesn't seem to work.
here's the code:
<?php
$host="localhost"; // Host name... |
Forum: PHP Aug 13th, 2008 |
| Replies: 5 Views: 2,041 hi whenever i insert this code
[code=language]
$display_string .= "<td><input type="checkbox" class="delete" value="{$row['empId']}"/></td>";
[code]
i get an error when i query the table and... |
Forum: PHP Aug 13th, 2008 |
| Replies: 5 Views: 2,041 thank you very much for your reply. i will try the code now |
Forum: PHP Aug 13th, 2008 |
| Replies: 5 Views: 2,041 i can't figure out how to delete my records in php. my page displays all the records from the database, and i want to place a checkbox beside each record and the function delete. please help me.... |