Hi,
You can also do this using the following code:
$fh = @fopen($url, "r");
if ($fh)
{
fclose($fh);
}
else
{
echo "URL ($url) doesn't exists";
}
This does work for the HTTP code 200 and 400. I am not sure how it
handles the redirects Code 30
to actually use this function you will have to use something like this.
$var = cleaner($var);
Regards,
Amit Arora
www.digitalamit.com
[EMAIL PROTECTED] wrote:
I was able to get the return to work but not the pass in the reference.
One
last question, what if I want to have each item on a separate
If you are going to develop the application on a Object Oriented
Programming, then I would advice you go with PHP 5.
If it is going to a healthy mix of procedural coding and OOP, then I
recommend using PHP 4 right now but gradually upgrade to PHP 5.
Whatever you choose, keep in mind that PHP 5
You may want to use the exec() function.
Please refer www.php.net/exec for more information
Regards,
Amit
www.digitalamit.com
Qt wrote:
Dear Sirs,
When I use include, my script is waiting included script results. But I just
want to run another local script without wait result.
Which command I shoul
Hi Ravi,
I did hear about a PHP compiler a while back But I am not sure whether that
project is still around ?
I think it was on sf.net ...
Regards,
Amit
www.digitalamit.com
Ravi wrote:
HI,
is there any windows application , by using we can produce standalone php
..exe files ?
--- knowledge i
to pass 'password' from GET variables, it would not be
made global, and in fact if there is a variable in global scope as
'password' it would be unset
the function also takes care of str
6 matches
Mail list logo