Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~111.53K People Reached
Favorite Tags

24 Posted Topics

Member Avatar for samaru
Member Avatar for The Dude
Member Avatar for mattyd
Member Avatar for vegaseat
Member Avatar for vegaseat
11
9K
Member Avatar for OurNation
Member Avatar for The Dude

^ Joined Daniweb in Nov 2006 > Waiting for reply V Let's See Who Next....???

Member Avatar for codeorder
2
683
Member Avatar for somedude3488
Member Avatar for joeidee
3
900
Member Avatar for Suhacini

[code] <?php include("conn.php"); include("session.php"); ?> <html> <head> <title></title> </head> <body> <form action="user.php" method="post"> <table border="0" align="center" width="100%"> <tr> <td align="center"><a href="editevent.php">Edit Event</a></td> <td align="center"><a href="addevent.php">Add Event</a></td> <td align="right"><a href="logout.php">Logout</a></td> </tr> <tr> <td colspan="3"><b>List of events</b></td></tr> <?php $str="SELECT * FROM eventdesc "; $res=mysql_query($str); if(mysql_num_rows($res)!=0) { while($data=mysql_fetch_array($res,MYSQL_ASSOC)) { echo '<tr> <td>'. $data['eventdesc'].'</td> …

Member Avatar for pamdooley
0
2K
Member Avatar for eXceed69
Member Avatar for Suhacini
Member Avatar for Suhacini

hi, How can I search from multiple tables in a db?DB I am using is MySql db. Thank You, Suhasini

Member Avatar for digital-ether
0
346
Member Avatar for pizzafiend
Member Avatar for Suhacini

Hi, I want to make a site which compares prices of a product from different brands.I wanted have something like By Category, By Brand, By Store, Best Deal, Gift Deal.Do I need to create different tables?or is it enough if I create 1 table?Can you please tell me how to …

Member Avatar for Ole Raptor
0
127
Member Avatar for Suhacini

I have problem with page navigation.My problem is that am getting all the records in one page. $rowsPerPage = 10; I have 30 records, all are showed in one page...not the 10 records.Here is my code. [code] <?php include ('conn.php'); // how many rows to show per page $rowsPerPage = …

Member Avatar for Suhacini
0
218
Member Avatar for Suhacini

Do we have 2 tier & 3 tier architectures in PHP?If so tell me what are they used for, how & where we can use them?

0
50
Member Avatar for Suhacini

Hi, I wanted to display data which is in my db.The format of displaying must be in a div, in that div 3 columns & each column must have 10 rows.Am using this: [code] while($data = mysql_fetch_array($result)) { echo $query; echo ' <tr> <td colspan="3" > <a href="'.$data['MedName'].'" >' . …

Member Avatar for Suhacini
0
121
Member Avatar for servis
Member Avatar for Suhacini

Hi, I have a table docque where I have 3 fields in it. Id,quest,answ.I will enter question and display it when I click on that question answer must be shown.Here is my code: [code] <?php include ("conn.php"); $str='SELECT * FROM docque '; $res=mysql_query($str); if($res) { while($data=mysql_fetch_array($res,MYSQL_ASSOC)) { echo '<tr>'; echo …

0
75
Member Avatar for Suhacini

Hi, Can anyone help me in writing a script for polls or voting.There are many scripts available,download them and use,but I wanted to write my own script.I have a question and 4 optins for that.I wanted to display the results in percentile and a color bar.Do I need to use …

Member Avatar for nav33n
0
161
Member Avatar for Suhacini

Hi, First of all I am Sorry for such a long query. I am using mysql db.I wanted to display data present in the db.I am using two functions showdiv() & hidediv(). For example,I have 26 tables in my db say from A-Z.In each table it has some info.for examp, …

Member Avatar for Suhacini
0
276
Member Avatar for nickyspace
Member Avatar for Ole Raptor
0
140
Member Avatar for Suhacini

Hi, Can anyone tell me how can I move from one page to other page.I want something like wht we have here. Example: Page 1 of 5 : 1|2|3|>

Member Avatar for Suhacini
0
71
Member Avatar for Suhacini

Hi, Can I change the information of a site depending on ip address. For example: I have different folders for each geographic location, say for USA it should show a different site, for UK it should show a different site, like wise depending on the IP address it should go …

Member Avatar for rgviza
0
118
Member Avatar for Suhacini

Hi, How can I see changes made by admin in the client page?What exactly I want is that I have few events in admin side when admin selects any of them the selected event must be viewed in the client page..How can I do that...Any help?

Member Avatar for Suhacini
0
102

The End.