First  |  Prev |  Next  |  Last
Pages: 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
getting content exceprts from the database
I've been thinking about this problem for a little while, and the thing is, I can think of ways of doing it, but they're not very nice, and I don't think they're going to be fast. Basically, I have a load of HTML formatted content in a database that get displayed onto the site. It's part of a rudimentary CMS. ... 26 Apr 2010 14:57
Is the case of <?php important in any way?
Hi. I've recently come across some third party code which uses ... <?PHP as the PHP tag. This is the first time I've seen PHP in upper case for the tag. The code works in V5, so, from this, I can assume the tag is read case insensitive. Are there any issues with this when moving forward? When Unic... 26 Apr 2010 10:17
FPDF passing values into header and footer?
Hi all. Whilst this question relates to fpdf (www.fpdf.org) I think it really is a PHP question, because it involves passing values into classes and functions. Here's the problem .. I need to pass a PHP variable like $number into the header of a PDF. I have extended the FPDF class as follows.... class PDF exten... 26 Apr 2010 02:38
copy() method on objects
Here is some code: $a = new my_object; $b = $a; My understanding of this operation under PHP 5+ is that $b will now be essentially a "reference" to $a, *not* a *copy* of the $a object. Is this correct? There are cases where I strictly want a *copy* of $a stored in $b. In cases like this, I supply $a's clas... 26 Apr 2010 01:34
CURL cannot connect to URL - IP address - aftersuccessful connection
On Sun, 2010-04-25 at 22:17 +0900, ioannes(a)btinternet.com wrote: I can return a target page - once, but then on refresh within a few hours the script curl_error is that it cannot connect to the host and return is empty. The target URL is an ip address, not a named url, so maybe it has something to do ... 26 Apr 2010 08:03
CURL cannot connect to URL - IP address - after successful connection
I can return a target page - once, but then on refresh within a few hours the script curl_error is that it cannot connect to the host and return is empty. The target URL is an ip address, not a named url, so maybe it has something to do with DNS. I am on a shared server. Any ideas on why this happens? Joh... 30 Apr 2010 05:07
[RCU] [bug of pecl pam ] I try to implement the changepassword plugin
On Sun, 25 Apr 2010 16:16:00 +0200, fakessh <fakessh(a)fakessh.eu> wrote: On Sun, 25 Apr 2010 00:38:17 +0200, fakessh <fakessh(a)fakessh.eu> wrote: On Sat, 24 Apr 2010 06:00:55 +0200, fakessh <fakessh(a)fakessh.eu> wrote: On Thu, 22 Apr 2010 17:58:43 +0200, fakessh <fakessh(a)fakessh.eu> wrote: On Thu, 22 Ap... 25 Apr 2010 11:03
[RCU] [bug of pecl pam ] I try to implement the change passwordplugin
On Sun, 25 Apr 2010 00:38:17 +0200, fakessh <fakessh(a)fakessh.eu> wrote: On Sat, 24 Apr 2010 06:00:55 +0200, fakessh <fakessh(a)fakessh.eu> wrote: On Thu, 22 Apr 2010 17:58:43 +0200, fakessh <fakessh(a)fakessh.eu> wrote: On Thu, 22 Apr 2010 13:15:42 +0200, "A.L.E.C" <alec(a)alec.pl> wrote: fakessh wrote: ... 25 Apr 2010 11:03
What's your game? (X-PHP)
Hi gang: Considering we recently had several people mention what games they play, it might be interesting to see what everyone plays. As for me, I currently play "Modern Warfare 2" on XBOX. It's the most recent in a long line of war games (i.e., Call of Duty, Ghost Recon, etc.). My gamer tag is "special ... 27 Apr 2010 13:21
Recommendation for online PHP editor please....
HI all. I'm looking for a recommendation for an online PHP editor. Here's what I mean.... I mean a PHP program I can install on my web-server, then log in and use it to browse and edit other PHP files on the server. The idea is that I could make changes and bugfixes to a web app while I'm away from home/office... 25 Apr 2010 14:27
First  |  Prev |  Next  |  Last
Pages: 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66