Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~10.7K People Reached
Favorite Forums
Favorite Tags

12 Posted Topics

Member Avatar for 68thorby68

This is what you want.. I have tested this and works.. The results display as: 2010-01-17 Bar 17th Food 17th Football 17th 2010-01-18 Bar 18th Food 18th Football 18th 2010-01-19 Bar 19th Food 19th Football 19th [CODE=php]// ##### DB data ##### Start -> $str = str_replace("\n", "<BR />", $str); if(!isset($cmd)) …

Member Avatar for james_horn165
0
141
Member Avatar for julzk

Hi, I am wanting to Calculate Hours & Minutes between two Dates/Time. I have four fields: ss_datestart, ss_dateend and ss_timestart and ss_timeend. I want to display the hours and minutes between two dates/times. Example: $ss_datestart $ss_timestart --- $ss_dateend $ss_timeend 05-12-2009 13:44:31 --- 05-12-2009 17:55:31 I want it to then display …

Member Avatar for kswsk
0
7K
Member Avatar for julzk

Hi all, I have a problem. I have a menu and when clicked it loads the data from that menu into my main page divs. However, I want to be able to auto refresh my div#mainview_json every 5 seconds. When I try to implement the auto_refresh = setInterval(blah, 5000); it …

0
50
Member Avatar for julzk

Hi, In a previous JSON feed, I am passing through a market id on click to the below function. I then run another JSON feed within the below function, but I am trying to place the getmarketid var within one of the appending .html JSON div tags below to pull …

0
61
Member Avatar for julzk

Hi all, I have a query that outputs 4 fields from a DB. Each row contains data like so: [code] $id = 1; $name = John; $items = 2; $price = 4.2; $saleprice = 2.0; $id = 2; $name = James; $items = 1; $price = 1.01; $saleprice = 1.0; …

Member Avatar for chrishea
0
187
Member Avatar for julzk

Hey all, I have a php query to calculate numbers and fix them. Say I have the following set of numbers: 2.38 3.4 3.45 10.3 8.1 5.07 4.8 I want all the numbers to be aligned, so the numbers that are 3.4, 8.1, 4.8 etc should have an attached 0 …

Member Avatar for julzk
0
61
Member Avatar for julzk

Hi, I have the some php/mysql queries that pull data from my database and then echo out json_encode($rows);. In turn I display the data in my divs from JSON array's. My query is, I am trying to work out how to incorporate the an auto refresh on each of the …

0
62
Member Avatar for aneeka

I personally use [url]http://www.maani.us/xml_charts/[/url] Basically you can make a connection via PHP to an SQL database. It then outputs as XML and the Flash object displays pretty, animated graphs in any form/shape you desire. It's free software, but you can purchase a license if you want to remove the clickable …

Member Avatar for aneeka
0
1K
Member Avatar for julzk

Hi, I have a query that display's results from my sql database. I have it listing a start time and an end time. And I have a script that calculates the duration of how long the service was an outage or was just degraded. I am wanting to display a …

Member Avatar for diafol
0
2K
Member Avatar for nats01282

Well first of all you would need a form of some sort that does something. But in general, this is what you would want: [CODE] <form action='something_here.php' method='post'> <textarea name='textbox' cols='10' rows='5'></textarea> <input type='submit' name='submit' value='Submit'> </form> [/CODE]

Member Avatar for julzk
-1
76
Member Avatar for xuexue

Simple, I personally use [url]http://www.maani.us/xml_charts/[/url] You can use it to display any database data as a pretty chart. Highly customizable. Basically you use a php script to pull the data from your SQL database and it outputs the data as an XML file that shows it as a pretty graph …

Member Avatar for julzk
0
108
Member Avatar for julzk

I have an SQL Query question that I'd like help with if possible :) I have two tables "tbl_jobs" and "tbl_jobs_done" Here are the fields for both tables: tbl_jobs -jobs_id -jobs_description -jobs_datestart -jobs_dateend -jobs_datetype -jobs_user -jobs_updateuser tbl_jobs_done -jobs_done_id -jobs_id -jobs_date -jobs_comment -jobs_datedone -jobs_timedone -jobs_user How this works is, I have …

Member Avatar for Atli
0
168

The End.