First  |  Prev |  Next  |  Last
Pages: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
Execute command line as a different user
My PHP is running as a user with limited rights. I'd like to execute a command line as a different user. I'm trying to delete a file and the PHP user doesn't have access to do this. I know the username and password for the admin user that has rights to delete a file. Is there a command I can use to make PHP... 7 Jul 2008 11:28
V4 Vs V5 Issue
Hi First Post here, I hope this is the right place for this post. This is probably not a php problem, I think it may a configuration issue, but sorry I just dont know where to look I have a V4 site the calls an on line editor and part of the process is by window.onload. If I had to explain how it all work... 7 Jul 2008 08:23
XPHP Template Framework
I am a PHP developer for White Whale Web Services, and after many years of using XPHP successfully in a wide variety of applications, I have released this templating framework to the public. What is XPHP? XPHP is a free class for PHP which allows for the embedding of dynamic content (web application variables,... 1 Jul 2008 11:18
FW: [PHP] REALLY NEWB QUESTION - include issue
> To allow opening of remote url's you can enable 'allow_url_fopen' in php.ini. This isn't a remote url though. It's a local path. Looking for something similar to crossdomain.xml file for Flash if anyone is familiar with that. Thanks, T -----Original Message----- From: Thijs Lensselink [mailto:dev(a)len... 1 Jul 2008 06:10
REALLY NEWB QUESTION - include issue
Trying to "include()" a script from another domain on my server and it won't let me do it. I'm getting this error. open_basedir restriction in effect. Operation not permitted etc... Please help and stop laughing at me. Thanks ahead, T ... 1 Jul 2008 04:08
ISO
âÉÚÎÅÓ-ÐÒÏÃÅÓÓÙ: ÐÒÏÅËÔ ÐÏ ÏÐÉÓÁÎÉÀ É ÏÐÔÉÍÉÚÁÃÉÉ óÅÍÉÎÁÒ 10-11 ÉÀÌÑ, íÏÓË×Á ÷ ÐÒÏÇÒÁÍÍÅ: ëÏÇÄÁ É ËÏÍÕ ÎÕÖÎÏ ÏÐÉÓÁÎÉÅ ÂÉÚÎÅÓ-ÐÒÏÃÅÓÓÏ× ïÓÎÏ×ÎÙÅ ÍÅÔÏÄÙ ÏÐÉÓÁÎÉÑ – ËÁËÏÊ ×ÙÂÒÁÔØ? áÎÁÌÉÚ ÏÒÇ.ÓÔÒÕËÔÕÒÙ É ÐÒÏÃÅÓÓÏ× ËÏÍÐÁÎÉÉ óÉÓÔÅÍÁ ÐÏËÁÚÁÔÅÌÅÊ ÂÉÚÎÅÓ-ÐÒÏÃÅÓÓÏ× ðï ÄÌÑ ÆÏÒÍÁÌÉÚÁÃÉÉ ÐÒÏÃÅÓÓÏ× ... 1 Jul 2008 03:07
Simple array problem
I'm trying to add a number to a value in an array. Pretend I have this: $new_value = array('orange', 2); $arr = array( array('blue', 4), array('orange', 5), array('green', 6)); I want to add the new value to the existing matching array element, so I end up with this: $arr = array( array('blue', 4),... 1 Jul 2008 13:22
String to date
I need to convert a date retrieved from user input to a mysql date. Here the problem, I need to convert one of three possible combinations, either 01/01/2008,01-01-2008 or 01.01.2008. I can't use explode because it's limited to one character to explode on. I would prefer not to use regexp, but think I am going t... 30 Jun 2008 19:57
Encription
Hi all, i need to encrypt a sensible string to pass it whit GET method. I need that to be decriptable (to use the string in the receiving script) and not to be base64 (too easy to decript)... is there anything similar, considering that my host hasn't installed the Pear::Crypt_GPG package? (actually, it hasn't in... 1 Jul 2008 06:10
SOAP - function does not exist?
Hi, I've got a web service that I have created that. It has several functions, here is the var_dump of __getfunctions(); array(11) { [0]=> string(52) "getQuoteResponse getQuote(getQuote $getquoterequest)" [1]=> string(64) "submitOrderResponse submitOrder(submitOrder $submitorderrequest)" [2]=> ... 30 Jun 2008 11:42
First  |  Prev |  Next  |  Last
Pages: 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148