[PHP] Controlling browser windows with php?

2003-02-09 Thread Geoff Lists
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

[PHP] curl_init() ??

2002-09-12 Thread Geoff Lists
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_