Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15 ... 80
Actual Results
- whatlikesit12345
- Foro: Programming / Scripting / Coding Forum
- Tema: Batch Help (windows xp)
- Subject: Batch Help (windows xp)
- Respuestas: 1
- Vistas: 593
- Subject: Batch Help (windows xp)
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 ...
- whatlikesit12345
- Foro: Microsoft Windows Forum
- Tema: Help with Batch file (not sure where to put this)
- Subject: Help with Batch file (not sure where to put this)
- Respuestas: 1
- Vistas: 560
Posted: Abril 4th, 2008, 4:55 am
ok, I am going to put this into the programming forum where I think it better fits.
- whatlikesit12345
- Foro: Microsoft Windows Forum
- Tema: .msi do you really need to keep
- Subject: .msi do you really need to keep
- Respuestas: 1
- Vistas: 741
- Subject: .msi do you really need to keep
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
- whatlikesit12345
- Foro: Programming / Scripting / Coding Forum
- Tema: hi ya i got some about parse error i do not know what is it
- Subject: hi ya i got some about parse error i do not know what is it
- Respuestas: 9
- Vistas: 689
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...
- whatlikesit12345
- Foro: Programming / Scripting / Coding Forum
- Tema: Ajax inline edit stops working
- Subject: Ajax inline edit stops working
- Respuestas: 0
- Vistas: 575
- Subject: Ajax inline edit stops working
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 ...
- whatlikesit12345
- Foro: Microsoft Windows Forum
- Tema: Disk Read Error Reboot
- Subject: Disk Read Error Reboot
- Respuestas: 2
- Vistas: 666
- Subject: Disk Read Error Reboot
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
the thing is that before i formatted on friday it wasn't doing that. What would make it start doing that
- whatlikesit12345
- Foro: Microsoft Windows Forum
- Tema: Disk Read Error Reboot
- Subject: Disk Read Error Reboot
- Respuestas: 2
- Vistas: 666
- Subject: Disk Read Error Reboot
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
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
- whatlikesit12345
- Foro: Programming / Scripting / Coding Forum
- Tema: Making Dynamic HTML Table
- Subject: Making Dynamic HTML Table
- Respuestas: 4
- Vistas: 763
- Subject: Making Dynamic HTML Table
Posted: Marzo 14th, 2006, 3:51 pm
it outputs data like this
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.
Código: [ Select ]
Word My Definition Book Definition Difference Picture 0 0 0 0 01 01 01 01
- whatlikesit12345
- Foro: Programming / Scripting / Coding Forum
- Tema: How to send an email to all Subscribers
- Subject: How to send an email to all Subscribers
- Respuestas: 2
- Vistas: 513
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.
- whatlikesit12345
- Foro: Programming / Scripting / Coding Forum
- Tema: Making Dynamic HTML Table
- Subject: Making Dynamic HTML Table
- Respuestas: 4
- Vistas: 763
- Subject: Making Dynamic HTML Table
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
- whatlikesit12345
- Foro: Programming / Scripting / Coding Forum
- Tema: Making Dynamic HTML Table
- Subject: Making Dynamic HTML Table
- Respuestas: 4
- Vistas: 763
- Subject: Making Dynamic HTML Table
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...
- whatlikesit12345
- Foro: Programming / Scripting / Coding Forum
- Tema: List contents of a directory
- Subject: List contents of a directory
- Respuestas: 4
- Vistas: 510
- Subject: List contents of a directory
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...
- whatlikesit12345
- Foro: Programming / Scripting / Coding Forum
- Tema: Help with tellafriend script
- Subject: Help with tellafriend script
- Respuestas: 1
- Vistas: 687
- Subject: Help with tellafriend script
Posted: Febrero 28th, 2006, 4:08 pm
could you try <?php echo $refurl; ?> instead?
- whatlikesit12345
- Foro: Programming / Scripting / Coding Forum
- Tema: session_start() giving me errors.
- Subject: session_start() giving me errors.
- Respuestas: 5
- Vistas: 688
- Subject: session_start() giving me errors.
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();
- whatlikesit12345
- Foro: Programming / Scripting / Coding Forum
- Tema: Need to get around Infinit loop Problem
- Subject: Need to get around Infinit loop Problem
- Respuestas: 1
- Vistas: 569
Posted: Febrero 20th, 2006, 6:57 pm
I have the following code to go throught my music folder and tell me what I have
Ok here is the problem...
PHP Código: [ Select ]
<?php function GetInput($url) { $handle=@fopen($url, 'r'); $contents = ''; while (!feof($handle)) { $contents .= @fread($handle, 8192); } fclose($handle); return $contents; } ?>
