Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
6
Posts with Downvotes
2
Downvoting Members
4
~4K People Reached
Favorite Tags
Member Avatar for csshacker

[CODE]<?php header("Content-type: application/x-msdownload"); header("Content-Disposition: attachment; filename=extraction.csv"); header("Pragma: no-cache"); header("Expires: 0"); require_once( "db.php" ); $query = "SELECT * FROM name ORDER BY last"; $result = mysql_query($query) or die(mysql_error()); echo "ID,First,Middle,Last,Email\r\n"; //header while($row = mysql_fetch_array($result)){ echo "\"$row[id]\",\"$row[first]\",\"$row[middle]\",\"$row[last]\",\"$row[email]\"\r\n"; //data } ?>[/CODE]

Member Avatar for diafol
1
608
Member Avatar for shasha821110

Hello all i have one class about website this semester. and the teacher introduce us the XAMPP so i download and install it but not know how to use that. so is there anybody know how to use that and give me some brief about it? Thanks so much and …

Member Avatar for VR4Creativity
0
185
Member Avatar for Scuppery

Ok everyone the object of this game is to simply - answer the post above without saying "yes", "no", or "sometimes" or any variation of them. For example: Do you like rock music? Wrong Answer: "yes or yep, yeah, etc. Correct Answer: "I love rock music, i think it is …

Member Avatar for azareth
0
1K
Member Avatar for Motifaithed

Hi Guys, What is the way to compare two columns from different table?Say I want to compare column IDNumber from table 1 to column IDNumber to table 2, after that I want to delete Identical IdNumber and show the remaining unique IDNumber, any idea how to start it?

Member Avatar for Motifaithed
0
71
Member Avatar for suhnako

what's wrong with my coding?please help. [CODE] <?php $a= $_POST['ques']; $sql="SELECT * FROM $question WHERE question=$a"; $query=mysql_fetch_array($sql); while($result=mysql_fetch_array($query)){ $result['id']; } ?> [/CODE] or this one [CODE] <?php $sql="SELECT * FROM $question WHERE question='".$_POST['ques']."'"; $query=mysql_fetch_array($sql); while($result=mysql_fetch_array($query)){ $result['id']; } ?> [/CODE]

Member Avatar for diafol
0
202
Member Avatar for shamsidah

[CODE]<?php include 'connection.php'; $qry = mysql_query( "SELECT g.totalDaily, p.COUNT(DISTINCT bodyNo) AS qty FROM grandTotal AS g, paintshop AS p ") or die('error'); while ($rows = mysql_fetch_array($qry)){ ?> <td><?php $dpu = $rows['g.totalDaily'] / $rows['qty']; echo $dpu;?></td> <?php } ?>[/CODE] i want to display the $dpu which is defect per unit..the information …

Member Avatar for pritaeas
0
114
Member Avatar for Shanti C

Hello all.... Good Evening... Here i am creating a thread, Where you can, Post what new thing ,you are going to learn today or what new thing ,you learned today.... And also you can post a brief description of that thing and also links about it,or any if you have....That …

Member Avatar for Netcode
0
919
Member Avatar for suhnako

what will happen to the CD if i format it? will it be no more useful???please help

Member Avatar for Rik_
0
88
Member Avatar for suhnako
Member Avatar for lucky4you
0
136
Member Avatar for suhnako

does anyone of you knows a article about ORACLE REPORTS? thanks :) ps: please post the site

Member Avatar for bumsfeld
-4
39
Member Avatar for happygeek

That they would stop playing rubbish Xmas music on the radio and in the shops That the 'festive weather' would just go away That editors who are taking extended Xmas breaks did not think it reasonable to still expect me to meet a deadline which falls on December 24th or …

Member Avatar for mrnutty
3
171
Member Avatar for suhnako

i had just opened my facebook account and read a page of a friend. it's all about [COLOR="Red"]the beginning of the end of facebook[/COLOR]!woohh!! it is quite intriguing because people are using facebook widely!it is indeed very helpful for me to update my friends and families,,especially, to my crushysss!!:icon_redface::icon_redface::icon_redface::icon_lol::icon_lol: (the …

Member Avatar for Toni Chopper
-2
131
Member Avatar for suhnako

recently i downloaded [COLOR="Red"]xampp-win32-1.6.6a-installer.exe[/COLOR] with the help youtube.com......i followed all the steps until i finish downloading. fortunately, it was successful. after the download, the video shows the deletion of all the content of [COLOR="Red"]htdocs[/COLOR] [I]folder[/I]...i am now in a doubt if i will also delete all the files inside the …

Member Avatar for pritaeas
0
115
Member Avatar for suhnako

[COLOR="Red"]help![/COLOR] i am now installing Windows XP on VM virtualbox,and i am now about to finish my installation until i get to midst on giving the product key. unfortunately, i lost the copy of my product key...huhuhuhuhuhu :'(:'( guys i need your suggestions..[COLOR="red"][QUOTE]is it okay if i close the running …

Member Avatar for anirudh33
0
122
Member Avatar for suhnako

please help! we are going to develop a web-based learning management system..what programming languages should i use? including php.

Member Avatar for theausum
0
90