First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
imagettftext Angle Problem
If you're on 5.2 or 5.3, it may have to do with bug #51263. http://bugs.php.net/51263 Upgrade your php to the latest as fixes the problem. -bborie On 08/12/2010 10:08 AM, tedd wrote: Well, whatever the problem is it is definitely related only to my system. I tried your code and had the same resu... 19 Sep 2010 18:38
cast changes value
I have values with 2 decimals that I multiple by 100 to make them integers, but to be sure I do a cast using (int). The thing is that (int) is changing the value of the integer. Here is a var_dump of the original value, the value * 100, and the value after casting to int. string(5) "34.80" float(3480) int(34... 19 Sep 2010 18:38
openssl_pkey_new question
Hi gang: I'm trying to keep my questions simple. Does the function "openssl_pkey_new" use 40, 56, 128, 256, or what bit encryption? Cheers, tedd -- ------- http://sperling.com/ ... 19 Sep 2010 18:38
required return on pecl install pam
hello guru off php pecl pam seems little buggy http://pecl.php.net/bugs/bug.php?id=16995 you are coming to run this extension I'm listening and indication of any return please help me ... 19 Sep 2010 18:38
Can't read $_POST array
I'm trying to write a VERY simple script that does nothing but store all the submitted GET and POST vars in a string and echo it out. $response = print_r($_REQUEST, true); echo $response; The problem is it only shows GET vars. I've tried $POST instead of $_REQUEST and it always gives an empty array. I've got it ... 19 Sep 2010 18:38
SSL Timeout Issue with fopen, fsockopen, file_get_contents, etc
I am really in need of some help here! Whenever I try to use fopen, fsockopen, file_get_contents, etc in php to open an https/ssl; resource, i get the following errors: Warning: file_get_contents(): SSL: connection timeout Warning: file_get_contents(): Failed to enable crypto Here is some relevant information ... 19 Sep 2010 18:38
Regular expressions, filter option1 OR option2
Hello list :) Just a short question which I know it should be easy, but I'm no expert yet in regular expressions. I've got a nice little XML string, which is something like this but can be changed: <?xml version="1.0" encoding="utf-8"?> <boolean xmlns="http://tempuri.org/">false</boolean> The boolean value... 19 Sep 2010 18:38
tutorial failure
Readers, Copy below of message sent 15 August to php install digest list, but to date not including in mail archive? The tutorial example: <html> <head> <title>php test </title </head> <body> <?php echo '<p>Hi, I am a PHP... 19 Sep 2010 18:39
How verify whether browser arrived via IPv6, IPv4, domain or number
I want to take $_SERVER['SERVER_NAME'] and figure out whether the user arrived by typing an IPv6-only, IPv4-only or dual IPv4/IPv6 DNS address. It should also handle the case where the user enters a numeric address in one of the formats the sockets inet_addr() function can handle. Such as IPv4/IPv6 dotted decimal... 19 Sep 2010 18:38
How safe is a .htaccess file?
Hi gang: The subject line says it all. How secure is a .htaccess file to store passwords and other sensitive stuff? Can a .htaccess file be viewed remotely? Cheers, tedd -- ------- http://sperling.com/ ... 19 Sep 2010 18:38
First  |  Prev |  Next  |  Last
Pages: 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27