First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
window.open access parent's JS?
Hey all, Is there a way to have a window opened with window.open() inherit the parent windows JS environment? In other words, I call window.open() with a URL that displays a form created by a PHP script. JS code has already been loaded by the parent, and I need to be able to access that code via mouse overs... 7 Jul 2010 13:30
communication protocol
Hi List, I'm looking for a chat support likes the livezilla. The livezilla is a great tool but doesn't have language supports to another language instead english and german (operator side). Then I thought that a good option would be develop my own chat support. A great solution is build the server side in PH... 7 Jul 2010 00:26
cache_control_limiter
I'm trying to set the cache_control_limiter to public, but it seems to stay in nocache. What can be wrong? Tried two servers. ... 7 Jul 2010 00:26
"php -l" - does it find *anything*?
Or, alternatively put, is there any way to find the kind of problems in foo2 & foo3 (below), at "*compile* time"? ,----[ lint-test.php ] | <?php | | error_reporting(E_ALL | E_STRICT); | | function foo1() | { | $bar = 'cheese'; | echo $bar; | } | | function foo2() | { | $bar = 'cheese'; | ... 2 Aug 2010 07:04
Question about the Board
The last few times I have posted to the board, I recieved an email, which has the subject line of ???????? ??? ??? and is written in what appears to be greek, then english then seemingly some arabic language. It tells me that it has recieved an email from me that it suspects is spam and it has held until I con... 6 Jul 2010 08:58
Inner join woes... and sweet tea!
Hi everyone, I'll admit right now that I'm still trying to wrestle with inner joins... Which leaves me with this code right here: <?PHP if(isset($_GET['cat'])) { $cat = mysql_real_escape_string($_GET['cat']); } if(isset($cat)) { $sql = "SELECT * FROM ".... 6 Jul 2010 06:48
curl
I have an old unix fedora system with php 4.3.11, with the following recompiled options $ php -version  PHP 4.3.11 (cli) (built: Jun  6 2006 16:20:00) Copyright (c) 1997-2004 The PHP Group Zend Engine v1.3.0, Copyright (c) 1998-2004 Zend Technologies $ php -info | grep configure Configure Command =>  '.... 4 Jul 2010 16:40
form validation and error display
Hello, I've got a form with several required fields of different types. I want to have the php script process it only when all the required fields are present, and to redisplay the form with filled in values on failure so the user won't have to fill out the whole thing again. One of my required fields is a text in... 5 Jul 2010 11:06
[PHP]
Hi, I have a photo gallery and I update it with a XML file like this: $NuevaCol = new SimpleXMLElement("../xml/" . $coleccionXML . '.xml', null, true); $first = $NuevaCol->addChild('coleccion'); $attsNuevaCol = $first->addAttribute('nombre_col', utf8_encode($titNuevaColEspacios)); $attsNuevaCol = $first->addAtt... 3 Jul 2010 14:36
Static Methods and System Resources
Hello, Does PHP 'reinclude' static methods with each new instantiation of a class that has static methods? That is, if i have 100 objects is the static method sitting in memory 1 time or 100 times? Thanks, dK ` ... 3 Jul 2010 12:23
First  |  Prev |  Next  |  Last
Pages: 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41