First  |  Prev |  Next  |  Last
Pages: 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55
Re[2]: [PHP] One more time about regexes
-----Original Message----- From: Andre Polykanine [mailto:andre(a)oire.org] Sent: 27 May 2010 09:14 To: Adam Richardson Cc: php-general(a)lists.php.net Subject: Re[2]: [PHP] One more time about regexes Hello Adam, You did understand me exactly and perfectly). Ordering arrays is a good ... 27 May 2010 05:59
getaddrinfo() - what is the equivalent php function?
Per Jessen wrote: AFAICT, gethostbyname() only works for ipv4 addresses, so that one is= out - dns_get_record seems to be really for dns only, i.e. it does no= t look at /etc/hosts. Is there a hph function that essentially just calls getaddrinfo() ? =20 Wow, lots of answers to that one.=20 Let... 27 May 2010 03:50
Google checkout nightmare
Hi All, I'm trying to get a custom shopping cart integrated with Google Checkout. I've done it before with their older API, but it's changed a lot since I last used it. The official documentation is a mix and match of bits, and doesn't seem to follow any logical structure. The code samples Google gives only seem... 26 May 2010 11:22
Convert UTF-8 to PHP defines
We use PHP defines for defining text in different languages. As far as I know PHP files are supposed to be ASCII, not UTF-8 or something like that. What I want to make is a conversion program that would convert a given UTF-8 file with the format definetext1=this is a text in random UTF-8, probably arabic or si... 31 May 2010 20:47
Problem in image placing
Hi, I am Using PHP 5, I am trying to place an image in the black box in proportional to that black box using the function:- *imagecopyresampled* ( ). But image is not placing proportionally. Is their another method to do that. Please tell me. -- Regards, Amit ... 26 May 2010 08:04
getaddrinfo() - what is the equivalent php function?
AFAICT, gethostbyname() only works for ipv4 addresses, so that one is out - dns_get_record seems to be really for dns only, i.e. it does not look at /etc/hosts. Is there a hph function that essentially just calls getaddrinfo() ? --=20 Per Jessen, Z=C3=BCrich (19.1=C2=B0C) ... 26 May 2010 05:54
batteling with mod_fcgi in virtualmin virtual host
Hi I'm running php-cgi (PHP 5.3.2) and mod_fcgid (2.3.4-2.fc12) in SuExec Apache (2.2.13). I'm experiencing the following Typical errors [Wed May 26 03:59:57 2010] [warn] [client 60.234.169.177] mod_fcgid: stderr: PHP Deprecated: Function eregi_replace() is deprecated in /home/linuxpro/public_html/vtigerc... 26 May 2010 06:59
Looking for PHP/Solr developer
We're looking for a developer that has experience with integrating Apache Solr with PHP. We currently have a PHP web system, but we'd like to build in Solr to be able to search across all parts of the site. Does anyone have any ideas where I could go to find a PHP developer with Solr experience? Or is anyone he... 26 May 2010 10:16
determining time difference between two timestamp fields.
Here is the situation. I have a form which sets a timestamp when a user logs in using UPDATE in SQL. The field is called 'login_timestamp' and is in a table called 'Candidates'. I have another timestamp which is set when a user submits the form data into the DB and it is called 'submit_timestamp' . What I want to d... 25 May 2010 17:59
editing a file
I have a large C source file that is generated by a separate source-generating program. When the generated src file is compiled, it produces tons of warnings. I want to edit the generated src file and delete the offending lines. What is the easiest way using a PHP script to read in a file, search for a parti... 24 May 2010 19:04
First  |  Prev |  Next  |  Last
Pages: 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55