I seem to remember having this problem and the solution was that I had the wrong module installed ( ie an older version ). don't know if this was really the case or the module was corrupt but dl the correct version for the php installation, remove the modules already installed and put in the...
I have several pages that have a combination of php with javascrips and vbscript and one page with php/javascript/vbscript all working together to get the job done quickly and easily. so the answer to your question is yes, you can mix them. of course php is server side only so i have used...
hmm for my money i would just use the following:
<form name="bah" action="pagename.php" method="post">
where pagename is the name of the page this is in......
not very dynamic i know but it is only one little but.
hmm, you could do this in php but you would be much faster doing it in javascript or vbscript.... to complete this task, to the best of my knowledge, you would need to:
1. generate the form.
2. submit the form
3. redirect the page with the correct url.....
<?php
$var = $_GET["form_value"]...
here's another few words - video drivers. sounds like you have not installed the correct video drivers for the card. suggest removing the card from device manager - reboot and let the pc detect the card.
hmm, works fine for me. have you got short tags enabled? if not you will need to put in
<?PHP
header("HTTP/1.0 404 Not Found");
exit;
?>
cause it may be that the script is not being run. from what you say about putting in "here" I suspect this is the case when it displays it.
what did you use to clean the lens? I had this and I had to strip the cdrom down and clean the lense with head cleaner. if still not reading is it more than one cd it won't read? if not then i suspect dodgy cd.
I suppose there is a legitimate reason to use it somewhere but it all comes back to who will eventually use the code and for what. However, I made the mistake of getting embroiled in an arguement about something else here so I will chill.
to get to the original question, do you mean how did i...
I have to say that in some cases the answers are in the manual. quite often i am tempted to reply rtfm! however, in response to jimoblak, about chvol and his request for information - I do think it is important to keep people who are trying (or appear to be trying) to use information for non...
Here's where to get the software look for the application called PsLoggedOn.
I'm not going to post my code here cause it is site specific, but with a little work you can filter out all the junk and get the logged on user!
also I have not been able to get the system to work by ip address yet...
Good luck to you! I asked about this some time ago and got no reply. I eventually went and got a 3rd party app and did a shell call to the app then stripped out the junk to get the domain authenticated user.
sadly i don't have the info here as i am at home. will look for all the info and...
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.