Search Results

Showing results 1 to 23 of 23
Search took 0.01 seconds.
Search: Posts Made By: scottholmes
Forum: PHP 15 Days Ago
Replies: 1
Views: 161
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
I know what header() does, I don't know what ?header? does.
Forum: PHP Nov 20th, 2008
Replies: 4
Views: 424
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Posted By scottholmes
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
Solved: php and pdf?
Views: 1,132
Posted By scottholmes
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
Posted By scottholmes
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...
Showing results 1 to 23 of 23

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC