How do I get the IP of the browser, i know about gethostbyaddr()... how can i get the IP of the browser/user visiting my site?
Rocco is the BOY!!
SHUT YOUR LIPS...
I've found out that the way to do this is to actually create a 'mirrored drive' using the Computer Management Console however I'm still unable to do this as per the instructions given in the Windows Help... Look under Mirror in the help under windows.
Anybody have any ideas on how to create...
I want to be able to ensure that data that is written to one of my harddrives from a network share is actually written. I've seen this option I think in Windows 2000 Professional to ensure data write for a logical drive...
I've had enormous problems with this 80gig MAXTOR drive of actually...
<?php
// get contents of a file into a string
$filename = "/usr/local/something.rec";
$handle = fopen ($filename, "r");
$contents = fread ($handle, filesize ($filename));
fclose ($handle);
?>
see if that works - if the files are not within the web or server root u may...
I want to create users and passwords in my .htpsswd file and I know I have to use the console command--
example:
htpasswd -c /usr/local/etc/httpd/users martin
can PHP run UNIX commands, otherwise i will have to use PERL
I know in the manual it says that if you put something in `backtick` marks...
Use the Export option and choose SQL...
This will generate sql files that contain all the values and tables in your db...
Import them into the new host db - usually there is a seperate utility that the web host will provide through their control panel to upload/backup your site files including...
Try this,
In your window.open() function u should name the popup your opening so u can refer to it window.open("popup.html","MyPopup",....)
Now you can call it from the (list) page by putting an Onclick event in your links and setting the focus --...
You would use:
// this is to open the popup
window.open()
//This is to set the main windows URL
location.assign() or location.reload()
Rocco is the BOY!!
SHUT YOUR LIPS...
sorry I counldn't understand fully what you want... why can't u use SQL statements to do this??
What are you trying to do exactly - find the users whose countries equal each other or find users from both tables that have countries equal to a specific country?
Your current SQL statement...
I echo that PHP may not be the most suitable solution here but it's capable of doing this...
<?php
// starting word
$word = new COM("word.application") or die("Unable to instanciate Word");
print "Loaded Word, version {$word->Version}\n";
//bring it to front...
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.