Hi,
I'm relatively new to php and neither of the books I am using for
reference mention anything about controlling a child window.
What is the correct syntax to:
open window( width, height, menu, scrollbars) and position it on the
screen?
Any help would be gratefully and humbly accepted I need
Hi,
I am using PHP v.4.1.2, CURL v7.7.2 with Apache server on MacOS X
10.1.5
I have a PHP script containing the following:
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL,"http://omitted.com";);
curl_setopt($ch, CURLOPT_FAILONERROR, 1);
curl_setopt($ch, CURLOPT_
2 matches
Mail list logo