Forum: PHP 15 Days Ago |
| Replies: 1 Views: 161 I'm not getting enough practice these days. I found it as a bitwise or operator. Thanks anyway. |
Forum: PHP 15 Days Ago |
| Replies: 1 Views: 161 I have a snippet of code, thus:
$match |= in_array($type, $types);
but I am unfamiliar with the |= expression and have been unable to find it in the PHP manuals. |
Forum: PHP Nov 20th, 2008 |
| Replies: 4 Views: 424 I know what header() does, I don't know what ?header? does. |
Forum: PHP Nov 20th, 2008 |
| Replies: 4 Views: 424 Upon applying for a job, I was given a "tester". One of the questions was what does the php function ?header? do. I have not seen this syntax nor has it come up on any google search I've attempted.... |
Forum: Windows NT / 2000 / XP Oct 31st, 2008 |
| Replies: 6 Views: 533 It appears that what I actually require is a DVD decoder rather than a driver per se. I did try downloading ATI DVD Decoder 2.1.0 but ran into an out of memory error. I downloaded a copy of DVD Fab... |
Forum: Windows NT / 2000 / XP Oct 30th, 2008 |
| Replies: 6 Views: 533 I don't use windows much but I have recently acquired a Fujitsu Series N 5010 and set up a dual boot, Windows 2000 Pro and Ubuntu. I'm trying to find the appropriate driver for the DVD player (it... |
Forum: PHP Jun 25th, 2008 |
| Replies: 1 Views: 1,406 My bad. I'm a victim of my own unclear thinking. echo $buffer was doing just what it's supposed to, display the displayable part of an XML file. I was trying that just to see if the entire file... |
Forum: PHP Jun 25th, 2008 |
| Replies: 1 Views: 1,406 I need to be able to parse out data fields from Open Office documents on the fly. I'm using tbsooo_class.php and I have a number of files with variable fields embedded. The code I have, derived... |
Forum: JavaScript / DHTML / AJAX Jun 2nd, 2008 |
| Replies: 1 Views: 795 I currently have a php generated array that looks like:
<ul><div class="oddListing"><li><a
onClick="summaryJS.showCaseSummary('373');"
... |
Forum: JavaScript / DHTML / AJAX May 16th, 2008 |
| Replies: 0 Views: 879 It seems I have a choice, my menu item can follow suckerfish and change background color on hover or the document.submit() function can work. Not both. Any ideas about this would be appreciated. I... |
Forum: JavaScript / DHTML / AJAX May 5th, 2008 |
| Replies: 1 Views: 665 I was recently given a criticism that a project of mine seems to be designed for "small screen". This is true as most of the work has been done on 17inch screens. I need some general advise and... |
Forum: Website Reviews Feb 15th, 2008 |
| Replies: 0 Views: 566 Please take a look at http://bscottholmes.com/CMS1500/index.php
This is an on-line form utilizing ajax methodology. Each field has an onChange function that sets a session variable. This allows... |
Forum: PHP Feb 12th, 2008 |
| Replies: 7 Views: 3,908 if the cookie is set with time=0 it will expire when the browser is closed.
setcookie("name", "value", 0); |
Forum: PHP Jan 19th, 2008 |
| Replies: 2 Views: 598 Although I still don't see the benefit I have found an explanation of public, protected and private visibility properties. I have only recently started developing in PHP5 so I really haven't paid... |
Forum: PHP Jan 17th, 2008 |
| Replies: 2 Views: 598 I was just reading a new article in Developers Shed pn PHP 5 destructors and was struck by the technique used for coding the examples. I'm thinking primarily of the explicit use of private and... |
Forum: JavaScript / DHTML / AJAX Dec 22nd, 2007 |
| Replies: 2 Views: 1,949 The task is to separate the display from the data. In this case I'm not entirely convinced it is necessary but I thought worth exploring. I am going to be doing this in a large number of places in... |
Forum: JavaScript / DHTML / AJAX Dec 19th, 2007 |
| Replies: 2 Views: 1,949 I have this bit of php that works fine as is but I would like to separate out the javascript calls to an onLoad function.
<?php
include("casefile.class");
$cf = new casefile_Rec;... |
Forum: PHP Dec 17th, 2007 |
| Replies: 5 Views: 968 My mistake. It wasn't php or mysql at all. I was adapting a downloaded ajax class that treats a response as an array. |
Forum: PHP Dec 17th, 2007 |
| Replies: 5 Views: 968 As I'd mentioned, it prints the first assumed element in what it thinks is an array (Neck). If I change all the commas in the field to semicolons, the data displays fine. Most of my earlier web app... |
Forum: PHP Dec 16th, 2007 |
| Replies: 5 Views: 968 mysql_escape_string() doesn't solve my problem. The database field (bdyprt varchar(75)) contains the string "Neck, back, shoulders, dizziness and headaches" (I've quoted it here for clarity).
I... |
Forum: PHP Dec 16th, 2007 |
| Replies: 5 Views: 968 I have a mysql database with user input fields. Some of these varchar fields contain commas as part of the data. When I try to display these fields they are treated as arrays and display only the... |
Forum: PHP Nov 20th, 2007 |
| Replies: 2 Views: 1,132 Even though this thread has been marked solved, I'm new here and spotted this thread. I did some similar work a year or so ago and though you might be interested in what I found. I included the... |
Forum: Community Introductions Nov 19th, 2007 |
| Replies: 4 Views: 623 By way of introduction I would like to remark on why I've joined a tech forum in the first place. I am currently developing a web application for managing worker's compensation cases. I am... |