No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
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 …
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 …
click on the icon infront of table name in phpmyadmin and then go to operations tab and rename it.. then GO!! :) so simple..
i guess you are talking about... abc.php?id=1
The End.
sakarora