You are right! I thought that the key of an array was seen as a string or a value.
But why do i need to do that? The answer is that i create a mySQL
query where the <name> is what i look for and the value is what i set.
the query looks like:
UPDATE table SET val=<value> WHERE cod=<name>
Well...
Hallo to everybody,
my problem is very simple: if i write:
<input name="F2070.1" type="hidden" value="12" />
<input name="name" type="hidden" value="F2070.1" />
the print_r result for $_GET and $_POST array is:
Array ( [F2070_1] => 12 [name] => F2070.1 )
So, what happend to the key F2070.1...
Thanks Feherke, i wasn't sure it was a php issue. But now i'm curious: what's the alternative to my old times habit?
I really appreaciate any suggestion that can help to improve my programming knowledge.
I move this thread to php forum as you suggested.
Thanks again,
Claudio.
Hallo to everybody,
my problem is very simple: if i write:
<input name="F2070.1" type="hidden" value="12" />
<input name="name" type="hidden" value="F2070.1" />
the print_r result for $_GET and $_POST array is:
Array ( [F2070_1] => 12 [name] => F2070.1 )
So, what happend to the key F2070.1...
i'm trying to backup file with this command:
ntbackup backup D:\Program Files\dir1\dir2 etc...
but it doesn't work. So i wrote:
ntbackup backup D:\Progra~1\dir1\dir2 etc...
it works, but if i call it from a VBScript it doesn't. Any idea?
Thanks.
The FileSystemObject.Drives Collection doesn't recognize the tape as a drive: it only finds floppy, hd drives and cd-rom.
The tape is considered a special device (i think) because it cannot be red via normal programs (like file manager and so on).
It's a simple batch program that uses net start, net stop, ntbackup and net send programs to backup files. I think that the main problem is to understand when there is a problem because ntbackup doesn't send error messages, it only waits for the tape etc... On any case, at a certain hour i start...
Hallo to everybody: i would like to know if it's possible to check if tape is inserted before running ntbackup. I call ntbackup from a batch file with at command: i have to stop some services to backup files but, if i forget to insert the tape, ntbackup stops and wait for the tape. Services...
If you use GET method you have to look for the key=>val inside $_GET[] var. For example you wrote:
<input type="text" name="num" />
you will have to look for $_GET['num']
If you use a POST method you will have to look for $_POST['num']
You choose to use GET or POST when...
If you really have thousand of entries why don't you send a request to the server for any new typed letter: in this way you can send to the client pure HTML code and don't have the problem with downloading ActiveX controls or javascript activation and so on...and then you limit the quantity of...
I also had an e-Mail server and it worked properly like your (connect modem, collect/send mail, disconnect modem): the problem was due only to internet browsing.
Try this:
Dial-Up Networking-->More-->User Preferences-->Dialing-->Idle seconds before hanging up
and
Dial-Up...
Hallo to everybody.
The question is simple: i would like to log the modem status, when it swithes on and when it switches off. In this way i would be able to check how many hours it works.
Any suggestion is welcome. Thanks.
I had the same problem: it was due to free provider i was using (tiscalinet) to access the web. Free access providers like tiscali and wind continuosly send packets through the modem, setting to zero the counter for the auto disconnection. The provider told me that their service doesn't...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.