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
~5K People Reached
Favorite Tags

15 Posted Topics

Member Avatar for csshacker

[QUOTE=csshacker;607282][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][/QUOTE] May i know what is with the 'db.php'? and what is the …

Member Avatar for Member #120589
1
619
Member Avatar for shasha821110

[QUOTE=mr.khurrams;793711]first check that does your localhost works, put the following URL in you Browser(IE,Firefox,Opera etc)....."http://localhost/phpinfo.php" if it shows some php's info then it means your XAMPP is in working condition[/QUOTE] i have just installed the browser that you've required snd put the URL "http://localhost/phpinfo.php" on it.. unfortunately this is what …

Member Avatar for VR4Creativity
0
245
Member Avatar for Scuppery

the nature keeps us alive! i wanna live longer!! do you think of what you are thinking??

Member Avatar for azareth
0
1K
Member Avatar for Motifaithed

maybe it goes like this... [CODE] $sql = "SELECT * FROM table1 a LEFT JOIN table2 b ON a.IDNumber = b.IDNumber"; $qry = mysql_query($sql); [/CODE]

Member Avatar for Motifaithed
0
83
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 Member #120589
0
322
Member Avatar for shamsidah

[CODE] <?php $sql="SELECT * FROM profile,role WHERE role.id=profile.role_id"; $query=mysql_query($sql); while($result=mysql_fetch_array($query)){ $result['username']; } ?> [/CODE]

Member Avatar for pritaeas
0
133
Member Avatar for Shanti C

i learned that the more you shoved six feet under your vices..the more you'll get habituated. i wish that facebook deactivation has an expiration date that could last for a year...a facebook addict like me finds hard to move on and be responsible to the promises(to do not use the …

Member Avatar for Netcode
0
949
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
95
Member Avatar for suhnako
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
46
Member Avatar for happygeek
Member Avatar for mrnutty
3
182
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
137
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
121
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
138
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
96

The End.