Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
Favorite Forums

4 Posted Topics

Member Avatar for dottomm

Here's the code dear.... edit according to you... where "edit here" is written in the code... <?php $con=dbconnect(); function dbconnect() //Function to connect to the DB and to select the database from it.... EDit according to you { $db_server="localhost"; $db_db=""; $db_user=""; $db_password=""; $con = mysql_connect($db_server,$db_user,$db_password); if (!$con) { die('Could not …

Member Avatar for sakarora
0
2K
Member Avatar for sakarora

please help me..!! i urgently need a php script which would send email to a recipient if changes/insert occur in database. Details: suppose i have table name employee with fields: emp_id name email status 1 abc abc@xyz Yes 2 xyz xyz@acb NO now, say if status of emp id changes …

Member Avatar for sakarora
0
129
Member Avatar for 21122012

click on the icon infront of table name in phpmyadmin and then go to operations tab and rename it.. then GO!! :) so simple..

Member Avatar for sakarora
0
66
Member Avatar for khadotra

The End.