- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
life(){ me = new human(); me.doStuff(php, much_more); me.doStuff(c++, less++); me.doStuff(c#, more); me.doStuff(bike, too_much); me.slogan(keep it simple); me.status(smile); return optimism;}
- Interests
- it world, communication, automation, cars, engines, team sports.
7 Posted Topics
hi, I am fighting around with setting a property on sound device via registry edit. I know its located at [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\MMDevices\Audio\Render\{ab701278-c48d-41cd-b68c-8466465f06e4}\FxProperties] i found that the setting is "{fc52a749-4be9-4510-896e-966ba6525980},3"=hex:0b,00,8f,f0,01,00,00,00,ff,ff,00,00 what changes is ff,ff to 00,00, that is ok, but also the 3rd, and 4th value change, but i did not discover … | |
Hi Mates, I have a little problem on my Win2003 Server Ent.Edition, SP2. I use AD int the network and dns is located on the same server(local one). Standard setup with replication with another DCs (remote DCs). My services on another server can not start due to a logon failure … | |
Re: I would just open it, read the content and analyze it. I used to work with fsockopen function about a year ago. I am not sure how it works with javascript but you can have a try. hope it helps karol | |
Re: Hi, you need at least a hidden input type in form2 to hold the value which will be passed to the form3. Now you do not pass any value to form3 you only print it. | |
Hello everyone, i have a little problem with variable variables if the variable is an multidimensional array and the indexes are not fix so, they are dynamic. I need something like this: [code=php] $varName = "data"; $varIndex = "[1]['items'][4]['items'][]"; ${varName.$varIndex} = 'xyz' ; // this does not work as php … | |
Re: Hi, I did operations like you do (with the array from forms), very similar to the techniques you are using and everything worked well. What I see as a possible error at the code could be that every form tag must have ist own submit (between the <form> and </form>, … | |
Re: Hi, I would try to split it into groups with use of Regular expressions. I did not really understand what should the goal array look like, maybe you could make an example with marking the variable parts and I could try to fiture out the RegExp for it. |
The End.