Hi,Here i pasted two scripts first one is displaying the details which i have stored in database this is working but in second script is in link with first one if i click main.php it displays all the details in the database if i click one particular detail i want to see the details about that( so i gave link in main.php scriptl).Here i mentioned some sql line in red color i got some problem from there only.
$edit="select subject from addevent where event ='$rows[event]'";If i give like this i got output as a blank page.
$edit="select subject from addevent where event ='deepavali'";If i mentioned particular event then it displays the details adout that partcular event .Help me what error it contains and tell me some suggestions----------------------------Main.php---------------Untitled Document
List Of Events
EventCountryDateMonthYear
-------------------------------------------view.phpthanks
To view links or images in this forum your post count must be 1 or greater. You currently have 0 posts.