[PHP] preg help ?

2002-09-28 Thread :B nerdy
ive got a html document with the following string in it: what i want to do is get the string which corresponds to value. so that is \oiXESASZC?~adQXZDQ?_ ive used preg_match_all ('', $contents,$out, PREG_PATTERN_ORDER); but it returns the whole document :( a little help? cheers -- PHP Gen

[PHP] solved

2002-09-22 Thread :B nerdy
its cool. ive solved it.. there is an option in php curl to save the headers. i just feed that back out. and it implements the cookies cheers ":B Nerdy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i can do what i need on a comm

[PHP] i got a method but how in php now?

2002-09-22 Thread :B nerdy
p://someserver.com/msgscript/ so really want i need is how do i specify with curl in php HOW TO RECORD cookies? and then how to RELAY them back.. cheers. ":B Nerdy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i wish to POST submi

[PHP] cookies?

2002-09-22 Thread :B nerdy
i wish to POST submit to a login form on another server and then after that POST some more information on the resulting page. the thing is, after the first login, the website sends me a cookie. it probably holds the session id and or authentication information. how will can i relay this back to t

[PHP] linux install error

2002-09-18 Thread :B nerdy
i got the following error on install.. any ideas? In file included from /usr/include/math.h:348, from /root/php-4.2.3/main/php_config.h:2107, from my_config.h:5, from global.h:33, from net.c:14: /usr/include/bits/mathinline.h: In

[PHP] Re: fsockopen proxy?

2002-09-06 Thread :B nerdy
its failing before i can even authorize myself for use in the proxy at if ($fs = fsockopen("wwp.icq.com",80)) { what must i do?? :/ the proxy is on port 8080? cheers ":B Nerdy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTE

[PHP] Re: which version to use?

2002-09-06 Thread :B nerdy
i used the stable versions avalible at each website. mysql 3.23 and apache 1.3 something never given me a problem and ive been running it for a few weeks.. let alone some ppl running them for months/years cheers "Anil Garg" <[EMAIL PROTECTED]> wrote in message 015701c255b3$a2704990$[EMAIL PROT

[PHP] fsockopen proxy?

2002-09-06 Thread :B nerdy
im unable to access the web without first authenticating with the proxy. how can i still use fsockopen and authenticate myself with php? cheers -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] noooob! => php logging into apache format?

2002-09-06 Thread :B nerdy
im looking for a program which will take what is avaliable in the ENV variables and create a log file in the apache log file format. does anyone know of any existing scripts? what im trying to do is, run a log file analysis program for a website, but i have no logs from the apache server - i have

[PHP] Re: mail() again...

2002-09-03 Thread :B nerdy
gt;news:[EMAIL PROTECTED]... > Hello, > > On 09/02/2002 07:59 AM, :B Nerdy wrote: > > what is recommended to use instead of mail() then? > > It depends on what is your problem. In most cases mail will do taking > some care that may be platform dependent like the header line break

[PHP] Re: mail() again...

2002-09-02 Thread :B nerdy
what is recommended to use instead of mail() then? cheers "Manuel Lemos" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > On 09/01/2002 02:30 AM, Liam Mackenzie wrote: > > It seems nearly everyone has a problem with this function, probably because >