Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
1 Commented Post
Member Avatar for SgtMe

Hi all. I have a virtual CD drive on my computer and I need to change that to the default disc-drive. Eg. The proper CD drive is letter D and the virtual CD-Drive is letter G. Can I just change the drive letters around? Thanks

Member Avatar for jjfbrhghj8uyh
0
104
Member Avatar for malcolm1105

Ive tried both but not been getting very far i need to know what lies ahead if i keep progressing in the games just write what one you like more and why.

Member Avatar for <M/>
0
124
Member Avatar for -==Zero==-

Hello Everyone Iam Exporting All My Data From Mysql To Txt File With This Code <?php $sql2 = mysql_query("SELECT * FROM export INTO OUTFILE '/Zero.txt' FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n'"); ?> I Need To Edit The Code So It Export The New Data I Insert In MySql …

Member Avatar for pritaeas
0
127
Member Avatar for -==Zero==-

Hello Everyone Iam Exporting All My Data From Mysql To Txt File With This Code <?php $sql2 = mysql_query("SELECT * FROM export INTO OUTFILE '/Zero.txt' FIELDS TERMINATED BY ',' LINES TERMINATED BY '\n'"); ?> I Need To Edit The Code So It Export The New Data I Insert In MySql …

Member Avatar for -==Zero==-
0
196
Member Avatar for -==Zero==-

Hello Dani Members I Have Question About My Code <?php $id = intval($_GET["id"]); $result = mysql_query("SELECT * FROM peoples ORDER BY RAND() LIMIT 1"); while($row = mysql_fetch_array($result)) { echo "$row[name]<br/> <a href='members.php?id=$row[id]'><img class='img_shadow' src='$row[image]' width='198' height='250' alt='$row[name]' /></a>"; } ?> This Code Get Me Image Of ONe Member And His …

Member Avatar for -==Zero==-
0
203
Member Avatar for -==Zero==-

Hello I Need Something In My Text Area Field When Someone Click On {{ Enter }} It Put A Break Line Between Rows Like Any Editors i Was Using Ckeditor But All I Need Is Break-line Between Rows Example When I Write I Love Daniweb I Respect Daniweb Members I …

Member Avatar for diafol
0
110
Member Avatar for -==Zero==-

I Need A Code To remove The Attribute (( Disabled )) From Submit Button When All Fields Are Filled Out This is My Code <form name='vbform' method="post" action="ins_advs.php"> <fieldset> <legend class='master'>Title</legend> Name <input class="regform2" type="text" name="title" size="40" maxlength="15" /> </fieldset> <fieldset> <legend class='master'>Details</legend> <textarea class="textareades" cols="86" rows="3" maxlength="50" name="full"></textarea> </fieldset> …

Member Avatar for -==Zero==-
0
176
Member Avatar for -==Zero==-

I Got A Problem Here And Seem I Got Some Fix For The Code The Problem Here [url]http://www.daniweb.com/web-development/php/threads/403345[/url] But I Need To Know Something This Code Work Ok [CODE]<? if(isset($_SESSION['username'])) { $query = ("SELECT * FROM users WHERE password='$_SESSION[password]'"); $result = mysql_query($query); while($row = mysql_fetch_array($result)) { echo "Welcome<br/>"; echo "Your …

Member Avatar for sohbet
0
262
Member Avatar for -==Zero==-

hello iam have some trouble in my page code this is the profile page code i started the session in the first row of page and this is the code that have a problem [CODE]<? if ($_SESSION['username'] || $_SESSION['password']) { $query = "SELECT * FROM users WHERE username='$_SESSION[username]'"; $result = …

Member Avatar for -==Zero==-
0
525
Member Avatar for -==Zero==-

Iam Making Register & Login System Thats My Code [CODE]<?php include ('func.php'); include "Admin/config.php"; ?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="rtl" lang="ar"> <head> <title>ÇáÊÓÌíá</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1256" /> <link href="favicon.ico" rel="icon" type="image/x-icon" /> <link rel="stylesheet" type="text/css" href="Style.Css" /> </head> <body> <?php include "header.html" ?> …

Member Avatar for -==Zero==-
0
177
Member Avatar for murtazamzk

This is a cool trick with which you can hide your files inside a picture. First select the files and compress them to zip or rar and place it in E: drive also place there the picture on which you want to hide the files. Now go to command prompt …

Member Avatar for timetraveller92
1
169
Member Avatar for -==Zero==-

Iam Using This Code [CODE]$result = mysql_query("SELECT games.*, console.name AS gconsole , genre.name AS ggenre , company.name as gcompany, status.name as gstatus from games as games left join console on (games.console = console.id) left join genre on (games.genre = genre.id) left join company on (games.company = company.id) left join status …

Member Avatar for -==Zero==-
0
151
Member Avatar for -==Zero==-

Hello There Iam Sorry My problem Will take Time To Explain So Iam Sorry For That first thing that's my code in the index file [CODE]<?php $result = mysql_query("SELECT * FROM games"); while($row = mysql_fetch_array($result)) { echo "Game Name : <a href='GameDetails.php?id=$row[id]'>$row[name]</a><br/>"; echo "Genre : $row[genre]<br/>"; } ?>[/CODE] [COLOR="Red"]In The …

Member Avatar for -==Zero==-
0
194
Member Avatar for -==Zero==-

Hello I Need To Know how to Retrieve Random Data From A Table In Database i have a table called actiongames i need a code to retrieve random data from this table

Member Avatar for -==Zero==-
0
117
Member Avatar for -==Zero==-

Hello Everyone iam making a search file that retrieve data from database by letters i got this code [CODE]SELECT `name` FROM users WHERE `name` LIKE 'A%'[/CODE] it show the data that begin with letter (( A )) Ok my main page now contain this letter a b c d e …

Member Avatar for -==Zero==-
0
148
Member Avatar for -==Zero==-

Hello first code I need to know the code to get data from mysql table that have a letter a i mean i have a table called "Games" there's a games start with a b c d e f g h I need to retrieve games That begin with (( …

Member Avatar for -==Zero==-
0
208
Member Avatar for -==Zero==-

Hello Everyone I Installed vbSeo And Everything I Think Is Ok The problem I Faced Is That The Old Links Does Not Redirect To The Same Topic Thats The Old Link Style [COLOR="Red"]www.almsmk.com/thread/263356[/COLOR] Thats My Htaccess File [CODE]RewriteCond %{HTTP_HOST} !^www\.almsmk\.com RewriteRule (.*) http://www.almsmk.com/$1 [L,R=301] RewriteRule ^((urllist|sitemap_).*\.(xml|txt)(\.gz)?)$ vbseo_sitemap/vbseo_getsitemap.php?sitemap=$1 [L] RewriteCond %{REQUEST_URI} …

Member Avatar for -==Zero==-
0
167
Member Avatar for -==Zero==-

Hello There I Have A Website Contain Classifieds Ads I Have 9500 Client Email In Database Whats The Best Way To Send Them Emails Contain The New Ads I Have A Windows Server And I Can Buy Any Good Software That Send Email I Need To Know The Way And …

Member Avatar for darenbresman
0
171
Member Avatar for -==Zero==-

Iam Coding A Small Portal And Need Help This Is My Code [CODE]echo "<div class='posterdecoration'><img src='$row[scr1]' width='640' alt='$row[name]' /></div>"; echo "<div class='posterdecoration'><img src='$row[scr2]' width='640' alt='$row[name]' /></div>"; [/CODE] When I Put Scr1 + Scr2 From Site Panel It Show On The Site I Need To Use <If Condition> On The Scr2 …

Member Avatar for -==Zero==-
0
108
Member Avatar for -==Zero==-

Hover On Facebook To See It [url]http://www.ennaharonline.com/ar/[/url] I Wish Anyone Get It Plz

Member Avatar for twiss
0
94
Member Avatar for -==Zero==-

In This Page How Can I Make The Page Title Get Its Name From (( Title )) In Database Ads [CODE]("SELECT * FROM ads where id='$id'");[/CODE] [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="en"> <head> <title>:: [COLOR="Red"]ZERO XXX[/COLOR] ::</title> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <link href="http://www.e-alriyadh.com/favicon.ico" …

Member Avatar for Stefano Mtangoo
0
753
Member Avatar for -==Zero==-

Hello My Problem May Be Very Easy Or Very Hard Iam Still Noob In Php I Developed This Site [url]http://www.e-alriyadh.com/[/url] The Pagination Works Fine In The Index Page Like This [url]http://www.e-alriyadh.com/index.php?p=2[/url] Now There's A Problem In The Category Section Pagination This Is A Section [url]http://www.e-alriyadh.com/cat.php?id=22[/url] When I Try To Go …

Member Avatar for -==Zero==-
0
137
Member Avatar for Catalana

Hi guys, I've been fighting this bug and could use some help. Windows XP SP3 and I've lost the desktop. Not just icons, etc. No desktop at all. I can run from Task Manager and this is my second machine so I can do most anything I need for the …

Member Avatar for PhilliePhan
0
532
Member Avatar for Mauriceklavier

[COLOR="Green"][B][B]HI folks, my toolbar after some idle time just disappears... I tried toggling the F11 key just to confirm that it is there, but invisible. The only temporary solution is restart the computer. It appears after restarting, but then, disappear again. I tried to fix it with the recovery partition, …

Member Avatar for Mauriceklavier
0
102
Member Avatar for SgtMe

Hi all :) I figured out the other problem but now I need more help :'( I need to rename a disc and it needs a title which is 16 characters, long, but I am not allowed that many. And for long complicated reasons, it has to have this name. …

Member Avatar for mjdodd
0
120
Member Avatar for wlisburg

i have windows 2000 and all of a sudden it wouldnt let me in to the program my computer. it tells me that the activex control wouldnt let me veiw this page

Member Avatar for Johnclave111
0
78
Member Avatar for wasif911

I recently bought an Avertv 6 USB tv card and everything seems to be fine except the sound. When I first run the application and select a certain channel to watch, sound is present but when i change the channel the sound goes off. I mean when i first run …

Member Avatar for -==Zero==-
0
96
Member Avatar for sandm3n

Hi everyone, i'm newbie here just want to catch some knowledge here, i just wondering to know how to make link like mediafire download link, such as [QUOTE][url]http://www.mediafire.com/?eml6e0uxl3e[/url][/QUOTE] is that using .htaccess editing? thanks

Member Avatar for -==Zero==-
0
318
Member Avatar for -==Zero==-

[B]Hello Everybody After I Saw This Web From Google Search I Found Its Amazing Really Genius PPl Really Iam Noob And Iam Starting My Life To learn Php Iam Very Good Using Css Now Iam Making My Way To Become Very Good In Php And I Think This Site Will …

Member Avatar for -==Zero==-
0
37
Member Avatar for -==Zero==-

[B]Hey Iam New Here And Iam Noob In Php I Made A Web Site Directory Script A Form So The User Can Post His Site And E Mail This Site Show Directly I Need To Make This Site Under Moderation First Before It Show In Main Index File I Have …

Member Avatar for -==Zero==-
0
102