Re: [PHP] Designing a complicated multipage form with sessions

2005-10-21 Thread Derek Williams
Andy Pieters wrote: Hi List I am quite experienced in PHP. I have been asked to design a complicated form in php that spans multiple pages and has many subitems. For instance if they select one checkbox, more details are required in the form of a dropdown list or radio buttons. It would

Re: [PHP] Modular Authoring System

2005-10-21 Thread Derek Williams
Sascha, We're starting work on a similar (to be open sourced) project, XML/XSLT based. We're also putting together a process creation and tracking mechanism. I would be glad to take a look at the design and code. We have a great XSLT programmer. Sascha Braun wrote: Hi, I am now working

Re: [PHP] Ugh, w32 anything is making me want to drink!

2005-10-21 Thread Derek Williams
Probably a really dumb question: Is php_curl.dll available? Jay Blanchard wrote: IIS5 on W2K PHP 4.4.n php_curl.dll is not commented. libeay32.dll AND ssleay32.dll are in the system folder (system32 too, just in case) path to the extensions is correct Fatal error: Call to undefined function:

Re: [PHP] error reporting php-5.0.4-10.4 on FC4

2005-10-23 Thread Derek Williams
Bob Hartung wrote: Jasper If if make a file containing only ?php phpinfo() ; ? I get what I expected. If I make a file containing ?php phpinfo() ; // Now a simple class and a call to the class class Simple() { void __construct() { echo In the

Re: [PHP] Questions from a ColdFusion Developer

2005-12-11 Thread Derek Williams
Not sure if I can give a good answer, but try doing a var_dump on $_SESSION[Search Result] and see what you get. I suspect that it is null. If that's the case then track down where it is getting assigned. It should look something like $_SESSION[SearchResult] = $users. Christopher Jordan

Re: [PHP] looking for php programmers in mumbai / bombay

2005-12-14 Thread Derek Williams
not quite PC, but why do you need to be in mumbai or bombay, is the client located there? mailing wrote: we are looking for experienced php programemers in mumbai or bombay. full time or freelance... please contact at [EMAIL PROTECTED] sumeet shroff -- PHP General Mailing List

Re: [PHP] XML Parser set option

2005-12-20 Thread Derek Williams
Amol, Pretty sure that it means the white space after a tag. for example: myName Joe Dempsey/myName or (even worse, with CR) myName Joe Dempsey /myName Amol Hatwar wrote: Hi, The PHP Manual entry for xml_parser_set_option lists an option called: XML_OPTION_SKIP_WHITE. I really