Search found 5 matches

by javi_arboleya
Wed Jul 19, 2006 3:30 am
Forum: PHP - Code
Topic: How to list a folder of "My networks places"
Replies: 2
Views: 680

How to list a folder of "My networks places"

Hi, I have a folder in my network places that I need to list from a php script, looking at folder properties I've seen that it has an address like this: http://projectserver:8082/sites/projectserver_410/033%20Realizacin/334%20Reestimaci%F3n/ But I don't know how can I list the files in this folder f...
by javi_arboleya
Mon May 08, 2006 5:15 am
Forum: PHP - Code
Topic: NTLM Auth with PHP
Replies: 3
Views: 3372

feyd | Please use , and [syntax="..."] tags where appropriate when posting code. Your post has been edited to reflect how we'd like it posted. Please read: [url=http://forums.devnetwork.net/viewtopic.php?t=21171]Posting Code in the Forums[/url] to learn how to do it too.[/color] Hi, I use...
by javi_arboleya
Mon May 08, 2006 2:39 am
Forum: PHP - Code
Topic: NTLM Auth with PHP
Replies: 3
Views: 3372

NTLM Auth with PHP

Hi, I need to authenticate into a project server from a PHP script in order to use Project Web Services (PDS), my problem is that I need to use NTLM Auth to get the security token that permits me execute the services. My question is, what is the best method to do this auth in php?, I suppose that PH...
by javi_arboleya
Thu Apr 20, 2006 6:18 am
Forum: PHP - Code
Topic: Parse XML from URL PHP4
Replies: 2
Views: 819

Parse XML from URL PHP4

Hi,

I would like to know what's the best way to parse a xml document directly from a url.

My problem is that I need to access a url and get the xml document that gives me, and then parse it in order to get a code.

How would I do this?

thanks in advance
by javi_arboleya
Mon Apr 17, 2006 11:25 am
Forum: PHP - Code
Topic: store email into database
Replies: 1
Views: 995

store email into database

Hi, I'm looking for a php class that lets me read a file with emails stored in text format (headers+body, just like the txt file generated with the "save as" feature of outlook) in order to get header attributes, the body or even the attached files. I need this to parse a txt file with an ...