Showing results 1 to 13 of 13
Search took 0.01 seconds.
Posts Made By: rouse
Forum: PHP 17 Hours Ago
Replies: 8
Views: 135
Posted By rouse
Re: Grab a row

None of these suggestions worked. I am surprised this task is so tricky.
Forum: PHP 1 Day Ago
Replies: 8
Views: 135
Posted By rouse
Grab a row

I am trying to get a row from a table based on the record number, a unique ID in a table which is passed from another form. The record number seems to be passed correctly and is received on the...
Forum: MySQL 13 Days Ago
Replies: 2
Views: 177
Posted By rouse
Re: Different quote marks

The query is valid. The issue is the type of single quotes you have to use. Can you see the difference between ` and ' in the query example?
When I just use ‘ throughout the query I get an...
Forum: MySQL 13 Days Ago
Replies: 2
Views: 177
Posted By rouse
Different quote marks

I am new to MySQL and did not notice this before. In order to get the query to work I have to use two different quote marks. Notice that the single quotes on the left where I list the column names...
Forum: HTML and CSS Feb 1st, 2008
Replies: 3
Views: 2,229
Posted By rouse
Re: Pop Up Media Player

This is the solution I put together. A link from my menu that calls a JavaScript file to build the popup window, and then a call from the script to load the HTML. (I made a quick attempt to edit...
Forum: HTML and CSS Jan 31st, 2008
Replies: 6
Views: 952
Posted By rouse
Re: View Port

Hollystyles:
Thanks for your assistance.
What I am trying to construct is to locate an object within a body tag that holds a fixed position for the viewer.
Imagine a page that is vertically larger...
Forum: JavaScript / DHTML / AJAX Jan 30th, 2008
Replies: 1
Views: 726
Posted By rouse
View Port

I asked this question in the HTML and CSS note file, but I think that was the wrong area, so I am placing it here.

I have been asked to write some code which holds, or scrolls a bit of content at a...
Forum: HTML and CSS Jan 30th, 2008
Replies: 3
Views: 2,229
Posted By rouse
Solution Re: Pop Up Media Player

This problem was solved.
Forum: HTML and CSS Jan 30th, 2008
Replies: 3
Views: 2,229
Posted By rouse
Pop Up Media Player

I need to be able to launch the default medial player to a pop-up window. As anyone done this before and can point me to a method to do this.
Thanks!
WBR
Forum: HTML and CSS Jan 30th, 2008
Replies: 6
Views: 952
Posted By rouse
View Port

I have been asked to write some code which holds, or scrolls a bit of content at a fixed location on the screen. I have seen this done but I have not located the starter code to place this in my...
Forum: MySQL Dec 26th, 2007
Replies: 2
Views: 1,961
Posted By rouse
Re: MySQL return month and date from NOW()

I was finally successful with this format:
Extract(month from DATE_FIELD ) = DATE_FORMAT(NOW(), '%c')
and
Extract(day from DATE_FIELD ) = DATE_FORMAT(NOW(), '%e')
And I found the format...
Forum: MySQL Dec 26th, 2007
Replies: 2
Views: 1,961
Posted By rouse
Re: MySQL return month and date from NOW()

I should list what I have tried:
SELECT DATE_FORMAT(NOW(), '%M %D') returns "December 27th"

And

Select * from TIME_TABLE
Where
Extract(month from DATE_FIELD ) = 12
and
Extract(day from...
Forum: MySQL Dec 26th, 2007
Replies: 2
Views: 1,961
Posted By rouse
Help MySQL return month and date from NOW()

I am unclear how to write a query where I want all the entries in a specific month and date format from a MySQL table. I am not using DATE_FORMAT() with a NOW() correctly. I need to write a query...
Showing results 1 to 13 of 13

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 5:28 am.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC