Goto Page: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35
Actual Results
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: Windows Automation - Automate Burn Copy CD/DVD Upon Drive De
- Subject: Windows Automation - Automate Burn Copy CD/DVD Upon Drive De
- Replies: 4
- Views: 647
Posted: January 14th, 2010, 8:24 pm
does nero have command line options?
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: Mysql vs Mysqli
- Subject: Mysql vs Mysqli
- Replies: 3
- Views: 2176
- Subject: Mysql vs Mysqli
Posted: January 14th, 2010, 6:18 pm
from php.net What is PHP's mysqli Extension? The mysqli extension, or as it is sometimes known, the MySQL improved extension, was developed to take advantage of new features found in MySQL systems versions 4.1.3 and newer. The mysqli extension is included with PHP versions 5 and later. The mysqli ex...
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: Windows Automation - Automate Burn Copy CD/DVD Upon Drive De
- Subject: Windows Automation - Automate Burn Copy CD/DVD Upon Drive De
- Replies: 4
- Views: 647
Posted: January 14th, 2010, 6:17 pm
How can I automate the 1:1 copy of cd/dvd media without needing any other user input other than detection of source and blank media in appropriate slots? Task description Place a cd/dvd in drive A, and a blank cd/dvd in drive B, and upon detection, a 1 to 1 copy is automatically started, and upon co...
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: C# Storage
- Subject: C# Storage
- Replies: 0
- Views: 727
- Subject: C# Storage
Posted: January 12th, 2009, 5:11 pm
I want to allow a user of my c# application (not web, standalone) to be able to save certain data that's accessible later. What method can I use to save such information? Is there another way besides a database like a data file? If so, what format and how to delimit it? Does visual c# express have a...
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: 3rd party cookies enabled?
- Subject: 3rd party cookies enabled?
- Replies: 7
- Views: 776
- Subject: 3rd party cookies enabled?
Posted: October 23rd, 2008, 11:41 pm
hehe, thanks Polish, I found that exact same article...too bad I can't seem to get it to work properly.
But I do appreciate you trying, so thanks much for that!
But I do appreciate you trying, so thanks much for that!
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: 3rd party cookies enabled?
- Subject: 3rd party cookies enabled?
- Replies: 7
- Views: 776
- Subject: 3rd party cookies enabled?
Posted: October 23rd, 2008, 6:10 pm
http://www.ariba.com/network/punchout.cfm Will give you some idea about what punchout is. And although cookies are not a requirement per se, it is how most ecommerce sites function that are punchout enabled. My question is much simpler though, because the "why I need it?" question is proba...
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: 3rd party cookies enabled?
- Subject: 3rd party cookies enabled?
- Replies: 7
- Views: 776
- Subject: 3rd party cookies enabled?
Posted: October 22nd, 2008, 8:39 am
Instead of determining it's none of my concern, you might want to ask first, in case there was something you didn't think about. There are websites out there that require legitimate 3rd party cookies placed on the website, such as for eProcurement systems, SAP, Punchout, etc. If the client's browser...
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: 3rd party cookies enabled?
- Subject: 3rd party cookies enabled?
- Replies: 7
- Views: 776
- Subject: 3rd party cookies enabled?
Posted: October 21st, 2008, 10:32 pm
How can I check if 3rd party cookies are enabled on the clients browser who is visiting my website?
Checking if cookies are enabled isn't too hard, but I want to check for 3rd party cookies specifically.
ASP or Javascript preferred.
Thanks!
Checking if cookies are enabled isn't too hard, but I want to check for 3rd party cookies specifically.
ASP or Javascript preferred.
Thanks!
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: \r\n stuff problem
- Subject: \r\n stuff problem
- Replies: 9
- Views: 1054
- Subject: \r\n stuff problem
Posted: May 30th, 2008, 3:40 pm
Your question is so jumbled up, i have no clue what you're posting at this point...maybe try to clarify it if it's important.
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: php loop problem
- Subject: php loop problem
- Replies: 2
- Views: 654
- Subject: php loop problem
Posted: May 30th, 2008, 2:49 pm
Also take a look at your multiple nested while loops. You have some parenthetical issues there, not to mention the logical/complexity issues.
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: i neeed help plzzzz
- Subject: i neeed help plzzzz
- Replies: 4
- Views: 508
- Subject: i neeed help plzzzz
Posted: May 30th, 2008, 2:33 pm
A quick DELETE query will take care of the database.
The filesystem deletion would require the directory to be CHMOD to 777 and then do a quick check if file exists and delete if so: [php]if(file_exists(<<file>>) { unlink(<<file>>...
Code: [ Select ]
DELETE from table_name where id=1
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: To add or not to add... commas
- Subject: To add or not to add... commas
- Replies: 14
- Views: 583
- Subject: To add or not to add... commas
Posted: May 28th, 2008, 12:20 pm
Or, one can use Python and the last comma issue is dealt with by virtue of a great programming language.
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: calling a php file a dir back
- Subject: calling a php file a dir back
- Replies: 4
- Views: 918
- Subject: calling a php file a dir back
Posted: May 23rd, 2008, 2:19 pm
../ takes you back a dir, ../../ takes you back 2 dirs. ./ is current dir.
- sevster
- Forum: Microsoft Windows Forum
- Topic: data recovery
- Subject: data recovery
- Replies: 1
- Views: 675
- Subject: data recovery
Posted: April 24th, 2008, 5:17 pm
i'm looking for a way to recover files from a hard drive that i have formatted. I tried using active undelete, and it works but only on certain file types. I'm looking to recover *.dv files which I believe is the extension of a movie file when you capture it from a digital video camera using adobe p...
- sevster
- Forum: Programming / Scripting / Coding Forum
- Topic: Urgent: PHP Email Validation
- Subject: Urgent: PHP Email Validation
- Replies: 19
- Views: 1560
- Subject: Urgent: PHP Email Validation
Posted: April 5th, 2008, 2:41 pm
I actuall had to write it in ASP not PHP, so I used base validation and DNS validation...
followed here
followed here
