Hey,
I have a voting system for images for a competition a client is holding. I have 2 tables: entry and votetrail.
I need to know the statement to be able to count who has the highest votes at any particular date/time in the past.
My tables look like this:
Entry...
Hi,
For some reason this has me stumped. Basically I'm calling data from a db and placing it in an array. How do I get the array to write a <tr> for every different "eventid" not evry entry? i.e. Basically the data below should have 2 rows in the table with <td> cells for each of the start dates...
Hey,
Another issue has raised its ugly head. Man I hate working with date ranges!!!!
I originally had the query:
SELECT * FROM calendar WHERE (startdate < '2009-05-01' AND enddate > '2009-05-30');
And this is some of the data in my database:
id-------startdate----------enddate-------
1...
Hi,
How do I go about selecting entries that have a start date field and an end date field but not specified in the present month. Bit hard to explain. I'll try to show it:
id-------startdate----------enddate-------
1 2009-04-24 2009-04-26
2 2009-04-25 2009-06-18...
Hi,
I'm making an online diary and have run into a problem. I need to display an appointment on the calendar. Easy enough if it spans over one day. However, I have appointments that need to be displayed over a few days. I have a start date field and an end date field. What would be the best way...
Hi,
What is the way to be able to target an instance dynamically.
I have a class that store static variables to which I can assign data.
My one class object: glo.bal.sectionname contains "ins_section1"
So what would be the right way to tell my movieclip to move 1 frame. I was sort of looking...
Hi,
I'm prety handy with AS2 but AS3 has come and pulled the carpet from under my feet. I need to know how to do the following. In AS2 you would set this script on the button:
on (release){
variable = "variable amount";
gotoAndStop("labeled frame");
}
I've pretty much got the...
Hi,
What would be the right formula to get say 0.18mins to equate to 11seconds or 1.25mins to equate to 1min15sec?
Thanks
Reality is built on a foundation of dreams.
Hey Guys,
Is there a component or someway I can embed a browser into flash? I know that it can be done with MDM Zinc but I need it to go through a browser rather than being a desktop application. Sounds confusing I know but it is a way for me to bring 2 projects together seamlessly.
Reality is...
Hi,
Is there a way to make a link under a div layer active?
Really been struggling with this!
<body bgcolor="#000000" style="margin-bottom: 0px; margin-top: 0px; margin-left: 0px; margin-right: 0px;">
<div id=layer2 style="position:relative; width:100%; height:100%; margin-bottom: 0px...
Hey All,
It's been a while...
I'm looking to go through a table of sales which has a reference to the sales person for that sale. There is another table with details of the sales person.
What I need to do is add up the amount of sales each person did (amount of individual sales not value of...
Hey guys,
Recently got Flash CS3 and just can't seem to get my head around AS3. I have a button with and instance name of "ins_button" (the button's own name is btn_mybutton).
On click the button i want it to go to labeled frame "lb_proceed". How do I do this? I'm not even a noob to flash and...
Hi, I bought flash cs3 (upgrade) from adobe and downloaded. When i run the self extractor it says that I have insufficient space or my write priveleges do not allow the file to be written. I have hdd space and the folder has full rights. any ideas anyone?
Reality is built on a foundation of dreams.
Hi,
I have two tables, namely "people" and "messages". I need to do a join between the two tables so that I can see who sent the message, who recived the message and the message details and ordered by the message receiver. Sample tables below:
+-----------------------------------------+
||...
This is something I feel I should know by now but am struggling to get it to work...
I need to be able to allow a user to upload/execute a .sql file into a table on a server.
How do i go about this?
Reality is built on a foundation of dreams.
Hi,
What port does the flash player use to connect to the internet. There has been some mods on the firewall and now the our flash app can not connect to the web and need to know what port needs to be unblocked.
Reality is built on a foundation of dreams.
Hi,
I'm pulling info from an external source (php page/mysql dbase) into a dynamic text field with mutiline on and word wrap. Problem is this: when I try to add the uiscrollbar component it does not work...I see the info I've pulled in from my php source but the scroll bar does not work(i.e. not...
Hi,
I have a weird php/apache problem.
I manage to start apache from a php script I wrote but can not get it to shutdown from a script. I have tried various methods i.e. apache -k shutdown.
I then thought of installing as a service (apache -k install) then run (apache -k start) and reversing...
Hi,
How do I close apache and mysql from php?
Would I need to use a dll as it will be running on windows machine? The environment is apache 2.0, mysql 5.x, and php 5.
Thanx
Reality is built on a foundation of dreams.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.