Forum: JavaScript / DHTML / AJAX 2 Days Ago |
| Replies: 2 Views: 168 Given a button with an id of start, I thought this is what I should be doing with this script.
<input type="button" id="start" value="Start RSS" />
<script type="text/javascript">
... |
Forum: JavaScript / DHTML / AJAX 2 Days Ago |
| Replies: 2 Views: 168 I would like to run the javascript code in between the script tag on a button press, but the code runs as the page load. Please point out what I am doing incorrectly.
<!DOCTYPE html PUBLIC... |
Forum: PHP 30 Days Ago |
| Replies: 4 Views: 206 What I did with the while works. I wanted to learn how to use the foreach for onething but I thought that I could work directley with $results and save a line of code. Does that make sense? |
Forum: PHP 30 Days Ago |
| Replies: 4 Views: 206 I have be struggling to turn the below while loop into a foreach loop with no result, so I am asking for help here on how to do this.
$query = "Select * from TIME_TABLE Where
Extract(month from... |
Forum: MySQL 30 Days Ago |
| Replies: 2 Views: 550 I placed this in the wrong group. I am moving this to PHP.
Sorry! |
Forum: MySQL 30 Days Ago |
| Replies: 2 Views: 550 I have be struggling to turn the below while loop into a foreach loop with no result, so I am asking for help here on how to do this.
$query = "Select * from TIME_TABLE Where
Extract(month from... |
Forum: MySQL 30 Days Ago |
| Replies: 2 Views: 479 |
Forum: MySQL 31 Days Ago |
| Replies: 2 Views: 479 I am receiving MySQL error 1265 when I try to insert records into a table and after googling this error I am no closer to understanding the problem.
Here is the error message that is returned:... |
Forum: PHP 32 Days Ago |
| Replies: 2 Views: 215 Your example is what I was doing given different variable names. I did not check out google, but I have been reading the PHP manual.
I resolved the issue by using UPPER CASE for the variable... |
Forum: PHP 32 Days Ago |
| Replies: 2 Views: 215 I am cycling through a return set and trying to capture the result in a concatenated string. I have verified that I get a valid return value and also verified the quantity in the return value.
This... |
Forum: PHP 32 Days Ago |
| Replies: 3 Views: 191 |
Forum: PHP 32 Days Ago |
| Replies: 3 Views: 191 I found the following code in a tutorial on building a RSS feed. I can’t find a reference to the “<<<” on the PHP manual web site. Would someone point me to the documentation on this symbol.
<?... |
Forum: PHP May 1st, 2009 |
| Replies: 3 Views: 331 Folders will be added, but not deleted. |
Forum: PHP May 1st, 2009 |
| Replies: 3 Views: 331 I want to perform an operation on all files in a given directory. I want the user to choose the directory with some GUI interface.
Using HTML I could use the INPUT as I found in this example below... |
Forum: PHP Apr 27th, 2009 |
| Replies: 3 Views: 342 Thanks for pointing me in the right directions. I had to make some changes to your code and this is what I finally ended up with.
WBR
$chopDate =” 04242009";
... |
Forum: PHP Apr 26th, 2009 |
| Replies: 3 Views: 342 In a code routine I receive strings like “04242009” and I need to convert it to April 24, 2009. I have played with several of the date conversion routines but I am getting no where. Help would be... |
Forum: JavaScript / DHTML / AJAX Mar 27th, 2009 |
| Replies: 1 Views: 556 I came up with this for the second question, but still no answer to the first.
$(document).ready(function(){
//if a button with a name of 'do1' is selected
... |
Forum: JavaScript / DHTML / AJAX Mar 27th, 2009 |
| Replies: 1 Views: 556 Two related jQuery questions.
Is there a way in JQuery to slide to a particular point such as slide 10px or slides to a DIV, the parameters passed in the functions are speed and callback.
Second... |
Forum: JavaScript / DHTML / AJAX Mar 14th, 2009 |
| Replies: 1 Views: 665 No need for help any more I found a solution.
WBR |
Forum: JavaScript / DHTML / AJAX Mar 13th, 2009 |
| Replies: 1 Views: 665 I found a demo version of a jQuery accordion menu that I liked. I want to implement it on my soon to be published home page, What it does not do is that it pushes and pulls the content below it, as... |
Forum: MySQL Mar 10th, 2009 |
| Replies: 2 Views: 403 |
Forum: MySQL Mar 10th, 2009 |
| Replies: 2 Views: 403 A simple question I hope. In using the OOPs mysqli protocol how do I get the number of rows returned in a select query such as:
$queryStr = ("SELECT * FROM entry where username='$userin' AND... |
Forum: PHP Mar 10th, 2009 |
| Replies: 1 Views: 300 I was able to resolve this after some time. |
Forum: PHP Mar 9th, 2009 |
| Replies: 1 Views: 300 I am looking for a PHP tutorial or a script to write a small email contact form in OOP not the procedural method. I would like to use the mail server connected to my hosting services as opposed to... |
Forum: HTML and CSS Mar 6th, 2009 |
| Replies: 2 Views: 567 |
Forum: HTML and CSS Mar 5th, 2009 |
| Replies: 2 Views: 567 How is a 3 digit HEX number interpreted as a color value in this example?
background: #fff
Do browsers double up each digit?
Thanks!
WBR |
Forum: HTML and CSS Mar 3rd, 2009 |
| Replies: 2 Views: 456 This seems to work for the first part of my question. Is this the way to do it?
<div id='branding'>
<span class='branding'>William Bradley </span>
... |
Forum: HTML and CSS Mar 2nd, 2009 |
| Replies: 2 Views: 456 In this html file I created an area called “branding” where I wanted my name at least at first flush left in the middle of the branding area. The elements behave differently in IE Release candidate... |
Forum: JavaScript / DHTML / AJAX Feb 23rd, 2009 |
| Replies: 1 Views: 1,784 I was looking at the JQuery for absolute beginner instructional video where I was shown how to add and remove an item for an unordered list. The demo assumed that you had one unordered list on a... |
Forum: MySQL Feb 21st, 2009 |
| Replies: 9 Views: 2,796 Are you bound to PHPMYADMIN on the XP side. If you just want to connect to the database remotely you can get the community edition of SQLyog for free at this site.... |
Forum: PHP Feb 20th, 2009 |
| Replies: 8 Views: 855 It turns out this is an old bug. Below are links for bug description and solution.
Detail bug description.
http://bugs.php.net/bug.php?id=39316
Solution... |
Forum: PHP Feb 20th, 2009 |
| Replies: 8 Views: 855 There is only 1 PHP.ini file on my machine, yet in running phpinfo.php once again, I noticed I have a problem with the extension_dir directive. Under the heading “Configuration PHP Core” there is a... |
Forum: PHP Feb 20th, 2009 |
| Replies: 8 Views: 855 One other clue, that does not help me, I see a section for ODBC, but not for MySQL. |
Forum: PHP Feb 20th, 2009 |
| Replies: 8 Views: 855 The php.ini file is in the Windows directory where I expected it to be.
In the PHP.ini file there is a extension_dir note:
; Directory in which the loadable extensions (modules) reside.... |
Forum: PHP Feb 20th, 2009 |
| Replies: 8 Views: 855 Thanks cwarn23, I have already checked that.
When you do a phpinfo, should there be a major section for MySQL?
WBR |
Forum: PHP Feb 20th, 2009 |
| Replies: 8 Views: 855 I think I have a PHP configuration problem on my development machine where I am setting up a development environment which interrogates a local MySQL database from Eclipse on a Windows XP platform... |
Forum: HTML and CSS Dec 23rd, 2008 |
| Replies: 3 Views: 1,517 I made a typo in this class sith the style statement:
/* text styles */
.bodybody {
style="font-size: 12px;
margin-bottom: 9px;
line-height: 16px;
font-family:... |
Forum: HTML and CSS Dec 23rd, 2008 |
| Replies: 3 Views: 1,517 Here is an example with the CSS combined in the HTML.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta... |
Forum: HTML and CSS Dec 23rd, 2008 |
| Replies: 3 Views: 1,517 I have a problem with absolute positioning in IE. This works in all other browsers. Here are the browsers that I tested this on:
Browser Version:
IE 7.0.5730.13
FF 3.05
Safari ... |
Forum: PHP Dec 12th, 2008 |
| Replies: 0 Views: 655 This is a novice question and I hope some one can help. So far I have written 2 forms and a 3rd file. The first pulls every record from a table where the user can choose to modify a particular... |