Search Results

Showing results 1 to 40 of 148
Search took 0.01 seconds.
Search: Posts Made By: sDJh
Forum: PHP 27 Days Ago
Replies: 1
Views: 198
Posted By sDJh
Simply point yoxur browser to http://serverip/ where serverip is the current IP address of your computer that runs xampp.
Forum: OS X 27 Days Ago
Replies: 1
Views: 426
Posted By sDJh
You men the voice that reads the text on the screen? I don't know which version of MacOS you have, but try "/Applications/Utilities/VoiceOver Utility.app". There you can unchek the option.

Hope...
Forum: OS X 27 Days Ago
Replies: 2
Views: 514
Posted By sDJh
If you still can't find the folder, the last chance you have is FileSavage (about 50$ quit) or the testdisk-utility. I do prefer testdisk, because it's for free and has very good results. During the...
Forum: OS X 28 Days Ago
Replies: 12
Views: 6,535
Posted By sDJh
I always suggest: Just because you don't use Windows it doesn't mean, you don't have to bother about antivirus software, firewall and system upgrades! Every code, even written under Steve Jobs, is...
Forum: PHP Oct 3rd, 2009
Replies: 3
Views: 237
Posted By sDJh
Unfortunately, PHP does handle a couple of request parallel. As I don't know exactly what these data are for, I can suppose two ideas for updating the database:

1. Lock it!
Add a new field called...
Forum: PHP Aug 16th, 2009
Replies: 7
Views: 501
Posted By sDJh
The difference between $_POST and $_REQUEST is simply, that $REQUEST handles POST as well as GET variables. So don't mind about this.

Now seeing if the user has selected a checkbox you can simply...
Forum: PHP Aug 16th, 2009
Replies: 7
Views: 501
Posted By sDJh
You just need a single form-element, which goes around all of your checkboxes and a submit-button at the very end. Then the state of the checkboxes are represented in PHP by simply having a variable...
Forum: PHP Aug 16th, 2009
Replies: 5
Views: 377
Posted By sDJh
How about trying your WHERE-Clause? My best advice is to echo your query, examine it and check Mysql_error() or just copy and paste it to PHPmyAdmin. Some sort of this question can't and won't be...
Forum: PHP Aug 16th, 2009
Replies: 3
Views: 329
Posted By sDJh
Are you sure? Normally, when using session_destroy() the cookie isn't deleted - you have to do it manually. Maybe, you can post your code here, so that people get an ideo of your problem.
Forum: PHP Aug 15th, 2009
Replies: 1
Views: 169
Posted By sDJh
Check if the webserver has permission to write to your tmp- and your destination-folder. This is the only thing I can think of right now.
Forum: PHP Aug 15th, 2009
Replies: 2
Views: 338
Posted By sDJh
I can promise you, there's nothing easier than this:
1) rename your html-file to the extension ".php" so that your parser knows it has some code to execute.
2) Everywhere you want PHP-code you can...
Forum: USB Devices and other Peripherals Jun 5th, 2009
Replies: 0
Views: 413
Posted By sDJh
Hello everybody,

I use a HP Scanner with ADF and the programme "HP Scan Pro" under MacOS 10.5. The scanner saves the documents in a folder and openes my self programmed application. I can...
Forum: PHP May 25th, 2009
Replies: 10
Views: 660
Posted By sDJh
I can't add anything to the stuff that is said about the .htaccess. But I got you a bit different.

You have an index file in a folder and you now need the name of the folder. This can be done as...
Forum: PHP May 25th, 2009
Replies: 13
Views: 420
Posted By sDJh
You have to make sure, that you definately don't have any html, echo or print before you set the session. Thats because session sends a cookie to the client via the HTTP-header. As soon you have any...
Forum: OS X May 25th, 2009
Replies: 1
Views: 597
Posted By sDJh
Hello alltogether,

it's a really silly question actually, but I just can't figure it out. I want to write a simple server, that serves the HTTP-protocoll (Port 80). The connection does work, when...
Forum: PHP Mar 30th, 2009
Replies: 1
Views: 260
Posted By sDJh
Umm... not sure. You can try to set "cellspacing=0" and "cellpadding=0" in each <td>. And you have an "</a>" in each field without any opening tag.
Forum: PHP Mar 30th, 2009
Replies: 4
Views: 288
Posted By sDJh
It seems, as if you can't unlink the file. Try to write an @ before unlink (eg @unlink()). That makes the PHP engine not to print the error occured.
I can't tell you, why you don't have the...
Forum: Assembly Jan 9th, 2009
Replies: 2
Views: 1,261
Posted By sDJh
Not directly. To shutdown the computer or reboot it, you can simply use direct hexcodes. Reboot for example is

DB 0EAh
DW 0000h
DW 0FFFFh


When you run your programme without an OS you can...
Forum: PHP Dec 14th, 2008
Replies: 1
Views: 391
Posted By sDJh
I guess that during the encodation of the zips under PHP or whatever the engine writes a space, a carriage-return, a line-feed or any other ASCII-character that normally doesn't cause any problems....
Forum: PHP Dec 14th, 2008
Replies: 2
Views: 405
Posted By sDJh
Do you execute the scripts on a server or on your local machine. When I changed to Mac, I had sometimes a few problems with the configarion of my apache. It had some trouble where my server on the...
Forum: PHP Dec 14th, 2008
Replies: 2
Views: 1,004
Posted By sDJh
The format of MP3 isn't as difficult as one might think at first time. Information like title, author, album etc are simple string stored at the end of the file. This section always starts with...
Forum: Windows 95 / 98 / Me Nov 28th, 2008
Replies: 2
Views: 1,022
Posted By sDJh
Hello all together,

my old computer with WinME got a really bad virus that I couldn't remove so I reinstalled the OS. The trouble is, that after the setup BIOS tells me that no OS is installed -...
Forum: PHP Nov 25th, 2008
Replies: 1
Views: 525
Posted By sDJh
1) You better don't do it this way. Write a JS-function popup with an argument. THen popup the argument (which is window.open() by the way).
2) in every link you pass the complete url from PHP to JS...
Forum: PHP Nov 3rd, 2008
Replies: 2
Views: 476
Posted By sDJh
sure you can - at least with a few downsides.
Make a pop-up-window with Javascript that loads a PHP-file. In this PHP file you can programme a very basic color-picker with the main colurs (eg in...
Forum: Assembly Oct 31st, 2008
Replies: 2
Views: 989
Posted By sDJh
Of course you get. X_VALUE is printed as ASCII-Character. You have to write a procedure to convert numbers to strings. Converting them to hex is quite simple. Just have a look out in the net.
Forum: PHP Oct 31st, 2008
Replies: 3
Views: 1,541
Posted By sDJh
Guess it takes PHP so long to fetch the data from the file. Try to put the function file_get_contents() after the header-modification.
Don't know if thats the problem but tell me anyway if it worked...
Forum: PHP Oct 31st, 2008
Replies: 1
Views: 316
Posted By sDJh
<input type=file> is the HTML-Tag for requesting a file. Note that you have to tag the form with enctype="multipart/form-data">
Forum: PHP Oct 26th, 2008
Replies: 2
Views: 546
Posted By sDJh
you can simply access the current day with the date-function. I think it's date("D") for the name of the day. As today is sunday you now that the 20th was monday, 27th is the next monday and so on.
Forum: PHP Oct 26th, 2008
Replies: 1
Views: 354
Posted By sDJh
Two possibilities:
1. (easier) - create a site for each student each
make a list of all students and link them to a to a page where detailed information about the student are given. Now you can use...
Forum: Assembly Oct 23rd, 2008
Replies: 2
Views: 1,321
Posted By sDJh
yes and no.

on the one hand you could actually rewrite everything from the scratch (driver for harddisks, basic graficcardoperations etc) - BIOS is also written in ASM. This is possible of course...
Forum: PHP Oct 21st, 2008
Replies: 3
Views: 428
Posted By sDJh
The very easiest way would be to allow only registered users to vote (as it is done at youtube, amazon, and also here).

If you don't want the visitor to sign-up you can do it with a cookie, but...
Forum: PHP Oct 21st, 2008
Replies: 4
Views: 568
Posted By sDJh
exactly the way as i told you.

on the main page you link the images (headlines, etc) to the page product.php and add the ID of that product to it (eg "product.php?id=".$id).
The page product.php...
Forum: PHP Oct 21st, 2008
Replies: 1
Views: 1,109
Posted By sDJh
I guess id would be easier to simply send commands to you server via HTTP. When createing XML or any other file you have to upload and decrypt it on your webserver (which is also possible though but...
Forum: PHP Oct 21st, 2008
Replies: 2
Views: 1,022
Posted By sDJh
voice and video definately cannot be solved in PHP. You need at least Flash (Actionscript) and/or (not sure) JAVA.

As you mentioned correctly, PHP is a server-side programming-language. Therefore...
Forum: PHP Oct 12th, 2008
Replies: 5
Views: 739
Posted By sDJh
You have to sort unread messages out with your own index. For example you save all read messages (with POP every mail as a unique ID defined by the server) in a simple text-file. When the user logges...
Forum: PHP Oct 11th, 2008
Replies: 4
Views: 568
Posted By sDJh
0) Preperation:
Give all items a unique ID or name.
1) Index-Page
Ouput all items and link then to the product-page with their ID
echo "<a...
Forum: PHP Oct 11th, 2008
Replies: 2
Views: 741
Posted By sDJh
Wrong forum! How naive has someone to be to ask in a serious forum how to programme malware?
Forum: PHP Oct 10th, 2008
Replies: 6
Views: 1,402
Posted By sDJh
Why shouldn't you be able to use more than one query in a php-file?

When I got you problem correctyl you want to save the selected dropdown as a flag in the table

mysql_query("UPDATE...
Forum: PHP Oct 9th, 2008
Replies: 1
Views: 332
Posted By sDJh
So do you have 3 buttons "A", "B" and "AB" or do you have a form with checkboxes so that the user can choose which options he(she want's to perform?

First of all I'd work with functions. Try...
Forum: PHP Oct 9th, 2008
Replies: 1
Views: 308
Posted By sDJh
seems to me as if you have an empty line at the beginning of your code. Make sure that the php-tag "<?" starts directly at the beginning of your file, that all code that you include before don't echo...
Showing results 1 to 40 of 148

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC