Re: [PHP] Automajickally POST to a remote form

2002-11-26 Thread Kris Williams
You can post with PHP using cURL or doing it yourself manually. Search the archives for this, as the previous answers to this are more complete than what I have time to explain now. Here is a quick example of the manual approach: http://shiflett.org/tutorials/php_post.txt Thanks Chris. A

[PHP] Automajickally POST to a remote form

2002-11-25 Thread Kris Williams
Heyas, Once upon a time I used to be able to POST form data to external sites with ASP and an MSXML (or something) server object on IIS and I'm wondering if there's a similar sort of technique using PHP. Would prefer it if I didn't have to use anything that isn't part of your typical

[PHP] Figuring out tree depth.

2001-09-27 Thread Kris Williams
Hiyas, I've made the following script to build a tree style navigation from a table of sections for an image gallery. There are root nodes of the tree which can have children, and those children can have their own children and so on to an infinte depth. A root node has a parentID of 0 and a