From owner-freebsd-questions@FreeBSD.ORG Sat Jun 23 16:16:22 2007 Return-Path: X-Original-To: freebsd-questions@FreeBSD.ORG Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8476016A400 for ; Sat, 23 Jun 2007 16:16:22 +0000 (UTC) (envelope-from bob@a1poweruser.com) Received: from mta10.adelphia.net (mta10.adelphia.net [68.168.78.202]) by mx1.freebsd.org (Postfix) with ESMTP id 4B80E13C447 for ; Sat, 23 Jun 2007 16:16:22 +0000 (UTC) (envelope-from bob@a1poweruser.com) Received: from laptop ([76.190.225.105]) by mta10.adelphia.net (InterMail vM.6.01.05.02 201-2131-123-102-20050715) with SMTP id <20070623161621.ZUDV27425.mta10.adelphia.net@laptop> for ; Sat, 23 Jun 2007 16:16:21 +0000 From: "Bob" To: "freebsd-questions@FreeBSD. ORG" Date: Sat, 23 Jun 2007 12:16:20 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3028 Cc: Subject: Help with php5-curl scripting X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bob@a1poweruser.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Jun 2007 16:16:22 -0000 I want to use php5-curl to fetch a remote server login page, load the form with id & pw and post form. Looking for sample php5-curl script to use as guide to custom my own from. Samples / examples from working set would be greatly appreciated. Thanks