Se encontraron 1198 coincidencias

Actual Results

Post Posted: Abril 5th, 2008, 7:42 am

This was under the Microsoft forum, but I decided to move it. I am also going away for about 10 days so if there are any responses, I am not going to be here to test them. Thanks for the help in advance. I have this batch file that I am working on to read a file, search the hard drive the each line ...

Post Posted: Abril 4th, 2008, 4:55 am

ok, I am going to put this into the programming forum where I think it better fits.

Post Posted: Septiembre 3rd, 2006, 8:50 pm

Do you really need to keep .msi files and .msp files. I have over 400 megs of .msi and .msp files on my computer

Post Posted: Agosto 26th, 2006, 8:22 pm

change this [php] RPN Query: <input type="text" size="30" name="term"> <input type="submit" name="action" value="Search"> '; } Search in:<select name="whichsearch"><option value="1">Author</opt...

Post Posted: Julio 30th, 2006, 4:19 pm

I am using ajax to do an inline edit. I got the script from here and the problem is when i have it linked to the main site, it doesn't work. But when i go to the page by it self it works. Also I am using ajax to update the pages. To show you what i mean http://beta.popelowreeds.x10hosting.com Login ...

Post Posted: Abril 19th, 2006, 5:42 am

my secondary drive is. the thing is that there is no file system on it. I did a format and never rebuilt the file system. So i believe right now its non-existant.


the thing is that before i formatted on friday it wasn't doing that. What would make it start doing that

Post Posted: Abril 19th, 2006, 3:59 am

When ever i reboot my computer i get a

disk read error, press Ctrl + Alt + Delete to reboot

so when ever i try that i get that same error. I would like to say that error only happens on reboots and not cold boots.

what can I do to fix that, it's really anoying

Post Posted: Marzo 14th, 2006, 3:51 pm

it outputs data like this
Código: [ Select ]
Word My Definition Book Definition Difference Picture 0 0 0 0 01 01 01 01
and there is stuff in the my def, book def, difference, not just 0 and 01 fixed it. It was where I had the variables located.

Post Posted: Marzo 14th, 2006, 2:59 pm

you could make a database, then have a column called mailed. run a mail script to get like 100 out that haven't been mailed, mark them as mailed, mail them, wait a while run the script again.

Post Posted: Marzo 14th, 2006, 2:56 pm

vocab_words is a number. and then when I do print_r($word) it just prints out 0 01 and then when i get rid of $word = $word. $x; it prints out nothing

Post Posted: Marzo 13th, 2006, 5:09 pm

I would like to make a dynamic table. I am using php. The code I have right now isn't working. It outputs 001 [php] <?php $vocab_words = $_POST['vocab_words']; $word = $_POST['word']; $chapter = $_POST['chapter']; $my_def = $_POST['my_def']; $book_def = $_POST['book_def']; $difference = $_POST['d...

Post Posted: Marzo 12th, 2006, 12:55 pm

here is a function I got off of php.net but did a little bit of editing to [php] function getFileSelect($dir){ $path = $dir; $path = str_replace("%20", " ", $path); $dh = @opendir($path); while (false !== ($file=@readdir($dh))) { if (substr($file,0,1)!=".") { if (is_dir...

Post Posted: Febrero 28th, 2006, 4:08 pm

could you try <?php echo $refurl; ?> instead?

Post Posted: Febrero 27th, 2006, 6:49 pm

you can also run ob_start(); at the start of your code (well after the session_start();) and then at the end of your code ob_end_flush();

Post Posted: Febrero 20th, 2006, 6:57 pm

I have the following code to go throught my music folder and tell me what I have
PHP Código: [ Select ]
 <?php function GetInput($url) { $handle=@fopen($url, 'r'); $contents = ''; while (!feof($handle)) { $contents .= @fread($handle, 8192); } fclose($handle); return $contents; } ?>
Ok here is the problem...
  • Ordenar por
 
 

© 2011 Unmelted, LLC. Ozzu® es una marca registrada de Unmelted, LLC