Search:
Type: Posts; User: catalepticstate
Search :
Search took 0.01 seconds.
Hi,
I am working on a project for a friend and I want to use FPDF. He would like the option of uploading an image to his website and then generating a PDF document with the image laid out 6 times.
...
Does anyone know of any good donation scripts that have multiple donatable causes?
Hi,
I tried to make your suggestion work but it still outputs the last record in the table.
Thanks
I'm not sure how to do that with jQuery.
I have no experience with jQuery.
Hi all,
I have an issue with a site I am making which lists radio buttons which are a set of donation options (some with predefined prices some with user dependant).
I used jQuery to populate a...
The IE javascript error debug says this:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; Trident/5.0; SLCC1; .NET CLR 2.0.50727; Media Center PC...
Hi,
I have been trying to find out why my spry select/dropdown boxes do not all validate, they are all required but only some of them actually work.
I have checked the code and all seems...
Hi,
The developer got back to me and fixed the issue.
He says it was the for loop that needed fixing, he did not touch the queries.
I have hired someone, but he has not got back to me with this. I dont know what to do.
I've messed it up nothing works :'(
Someone suggested the for loop was wrong
I have a table that holds teams, a table that holds scores and a table that holds match data.
I am finding it dificult to get the player data for the second team.
Currently It is showing player...
Hi,
I have a problem with getting information out of a table as two different records are needed from one table.
I have a page that holds a report for what happend in a football match.
I need...
Could you do it for me? I am not very confidant in doing this or give me a basic code and I could develop on that
so will
$row['date'] = NULL
if $row['date'] = $row['date'] {
Output table
}
else if $row['date'] = $row['date'] {
Output table
}
Hi,
I do not know how to do that
set your check date variable as null
loop here
is check date the same?
yes, continue existing table
no, start a new table
set check date variable to...
So is this bit fine:
<?php do { ?>
<div class="tableHeading">
<h2><?php echo $row_match_fixturesD1['mDate']; ?></h2>
</div>
<table width="100%" border="0"...
I have that, but thats not the problem.
When I do a while loop it does not create a loop within a loop. I am using dreamweaver.
It does not allow me to create the table for next date and set of...
CREATE TABLE IF NOT EXISTS `matches` (
`match_id` int(8) NOT NULL auto_increment,
`date` date default NULL,
`time` varchar(5) default NULL,
`report` longtext,
`referee_id` int(8) NOT...
I need to display a set of tables with the Date of the matches
Then under that a table with all the matches for that date.
The there can only be matches played on that date
I need a text and...