JS injection in Firefox813 (6/13/2012 5:31:44 PM) comp.lang.javascript I already have this in the Firefox forum, but maybe someone here can help.
I have an application where the AJAX call sends back a javascript and is
put up in a tag using innerHTML. In Feb. 2008 this wor... Shelly
PEAR in Firefox920 (6/11/2012 6:49:41 PM) comp.lang.php I think this is more of a Firefox problem than a PEAR or PHP. I have
posted a question in the Firefox forum, but have not received
significant help. I am posting here in the hope that someone else has
c... Shelly
A little tip3311 (3/30/2012 5:02:50 PM) comp.lang.php Here is something I jist came across, so I am passing it on: ========== $val= TRUE; $val &= TRUE; print ($val === TRUE) ? "Triple is true\n" : "Triple is false\n"; print ($val == TRUE) ? "Double is true\n" : "D... Shelly
A query problem627 (8/12/2011 7:22:47 PM) comp.databases.mysql I have table I which when has G, F, L I can query to get a list: select L, U from I where G='111'; This gives me a list in ascending order like: L U ---- ---- 1000 1049 2000 2010 etc. I can now manually lo... sheldonlg
Can this be done?134 (8/7/2011 8:55:38 PM) comp.databases.oracle.server I have two tables A: field1, field2 B: field1, field2 field2 always has a value in table A. table B may or may not have a record with a value of field1 matching that of table A. I want to get the value of ... sheldonlg
Can this be done? #2129 (8/7/2011 8:49:26 PM) comp.databases.mysql I have two tables A: field1, field2 B: field1, field2 field2 always has a value in table A. table B may or may not have a record with a value of field1 matching that of table A. I want to get the value of ... sheldonlg
Event question522 (7/20/2011 3:59:45 PM) comp.lang.javascript i have a control where if I type in a few characters it brings up a select list. To illustrate, suppose I type in 123. It would then bring up a select list of 12301, 12302, etc. Supposing then I select one... sheldonlg
An overloading question1413 (6/14/2011 4:49:11 PM) comp.lang.php I have a problem that I am wrestling with that should be so obvious and easy -- but it isn't. I have a base class that has a method that calls another method in the base class with $this->thatOtherMethod. I... sheldonlg
A question about refresh1012 (5/13/2011 7:08:52 PM) comp.lang.javascript I have a page that gathers information from a database and shows a status. Asynchronously, some other process modifies that status at a shortly later time. I have placed a button on the page to do a refresh... sheldonlg
Pulling my hair out429 (2/16/2011 5:51:05 PM) comp.lang.php I have this TRIVIAL code and I am pulling my hair out because of it: NOW() ORDER BY eventDate LIMIT 4"; print $sql; $result = mysql_query($sql); var_dump($result) $list = array();... sheldonlg
Adding a record from PHP4331 (8/16/2011 12:10:14 PM) comp.databases.mysql I'm trying to add a record to a database, and it's not working properly. The general thought is to call a data entry form, fill in the form, and use the $_POST(array) process to pass the data from the form to ... cchamb2(24)
xml search using javascript138 (8/18/2011 12:23:08 AM) comp.lang.php Dear Friends, I need xml content search in javascript. I try this code bit it is not working for me " http://snippets.dzone.com/posts/show/2719 " if you know about kindly help me Thanks Advance, Vasanth ... vasanthaltimate(9)
How do I do this? #2737 (8/24/2011 6:08:10 PM) comp.databases.mysql In sort of pseudocode I want: select ID, A from TableI where field_B = 'a value' and (if A not in ('value 1', 'value 2', ....) then set A to '') Would something like this work? select A from TableI whe... anonymous5006(20)
fopen Problem #31512 (8/29/2011 12:21:21 AM) comp.lang.php I have the following statement in om=ne of my PHP scripts: $rep_file = @fopen($report,"r"); Until recently the the file opened properly on my local test system and my web host. My web host has upgraded to a ... noemail953(85)
what does mean this?431 (9/6/2011 8:37:38 PM) comp.lang.php In a script I have a statement: $cartID = $cart->cartID = $cart->generate_cart_id(); can someone explain what does this mean? Thanks! ... rataplanbumbum
Names of URL Parameters827 (9/21/2011 8:56:16 PM) comp.lang.php I know that I can get and print the value of a URL parameter this way ... echo 'phone: ' . $_GET['phone'] . ''; .... and that works fine of course. But what if I don't know the names of all the parameters a... eBob.com(17)
This is a total php newbie question1821 (10/13/2011 10:29:02 PM) comp.lang.php Hi, I sort of touched php at a very beginner's level a while ago... Here' what I intended to do with some php scripts. Business wise, b1: take the user to PayPal to make a payment. b2. take the user back fro... lichunshen84(186)
A little tip3311 (3/30/2012 5:02:50 PM) comp.lang.php Here is something I jist came across, so I am passing it on: ========== $val= TRUE; $val &= TRUE; print ($val === TRUE) ? "Triple is true\n" : "Triple is false\n"; print ($val == TRUE) ? "Double is true\n" : "D... sheldonlg1(118)
PEAR in Firefox920 (6/11/2012 6:49:41 PM) comp.lang.php I think this is more of a Firefox problem than a PEAR or PHP. I have
posted a question in the Firefox forum, but have not received
significant help. I am posting here in the hope that someone else has
c... sheldonlg1(118)
JS injection in Firefox813 (6/13/2012 5:31:44 PM) comp.lang.javascript I already have this in the Firefox forum, but maybe someone here can help.
I have an application where the AJAX call sends back a javascript and is
put up in a tag using innerHTML. In Feb. 2008 this wor... sheldonlg1(118)