[PHP] New Group on the server
Hi! I have a php page which calls an exe through exec function. This exe add a group on the server. The problem is that I don't have the permissions to create a new group (Control Panel/ Administrative Tools/ Computer Management/...) even if I change the settings of Security for the user aimed. So, the execution failed and the server returns me "Error 5". Did someone knows how to resolve the problem? I await impatiently your suggestions! Thanks a lot! Melanie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]
[PHP] Help with Advanced Guestbook
I am trying to use Advanced Guestbook in my website (www.tracingfootprints.com) but would like to have it match (in style, background, etc) the other pages in the site. I've been trying to figure out how to do that (with very limited PHP knowledge) without success. My site is hosted by Go Daddy on LInux. I'm designing the site in FrontPage 2002. Thanks! Melanie -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] MySQL selecting the maximum value from a column
Thank you all you listeners out there. I'll try to be respectful of your time and patience, and apoligize in advance for my "greeness" - I am 2 weeks into PHP/MySQL. I am trying to select the higest value from the column Thought_Num below. But it returns nothing. If I change my select to something that without the MAX (e.g. Select from quotes where DocID=1), the code works fine. Thanks in advance for your help. Regards, Melanie Second Street Web Design http://www.second-street.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] sybase installation error
hi, I am getting an error when I issue 'make' command: ../configure --with-apxs2=/usr/local/apache/bin/apxs --with-sybase-ct=/opt/sybase/OCS-12_5 it finishes with: ld: fatal: library -lsybtcl: not found ld: fatal: File processing errors. No output written to .libs/libphp5.so collect2: ld returned 1 exit status *** Error code 1 make: Fatal error: Command failed for target `libphp5.la' ___ Yahoo! Answers - Got a question? Someone out there knows the answer. Try it now. http://uk.answers.yahoo.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
[PHP] statistical classes
Does anyone know of a good place to get some php classes that deal with calculating quintile and decile points? I am working to write some but am looking for other examples. I have looked at pear and phpclasses but didn't notice any. Thanks, Eddie