Search found 11 matches

by iamkoa
Sat Jul 16, 2005 3:30 pm
Forum: General Discussion
Topic: Web Design Award Site - Free Publicity
Replies: 2
Views: 760

Web Design Award Site - Free Publicity

Iamkoa has just finished creating an awards site for web designers / developers. Kokonut Awards is a great place to get publicity for your website and of course, it's free. The purpose of such an awards site is to give web developers and graphic designers a chance to get their site noticed among the...
by iamkoa
Fri Jul 15, 2005 11:27 am
Forum: PHP - Code
Topic: Help! getimagesize() Not Working
Replies: 6
Views: 559

scrotaye thank you so much for your help!

I'm going to try what you wrote... I'll back here if everything works / doesn't work.

Thank again!
by iamkoa
Fri Jul 15, 2005 1:27 am
Forum: PHP - Code
Topic: Help! getimagesize() Not Working
Replies: 6
Views: 559

Thanks for the help! I know I'm asking a lot, but how would I move the image to a folder, check its size, then if the size IS NOT correct, delete the image?
by iamkoa
Thu Jul 14, 2005 10:42 pm
Forum: PHP - Code
Topic: Help! getimagesize() Not Working
Replies: 6
Views: 559

Help! getimagesize() Not Working

I'm trying to create a form that upon submition, checks the dimentions of an image, then if the image is the correct dimentions, queries the data into a MySQL database. This is all through using PHP. This is what I've got: <form method=&quote;POST&quote; action=&quote;edit.php?act...
by iamkoa
Wed Mar 02, 2005 6:41 pm
Forum: Databases
Topic: [SOLVED] Get sum of more then one table? MySQL...
Replies: 7
Views: 770

When using the following, I get a blank output: $fetch_download = mysql_query("SELECT SUM(count) AS sum FROM band_count WHERE file=\"{$title}_high.mp3\" AND file=\"{$title}_low.mp3\""); When using OR in place of AND, everything works: $fetch_download = mysql_query("...
by iamkoa
Wed Mar 02, 2005 6:07 pm
Forum: Databases
Topic: [SOLVED] Get sum of more then one table? MySQL...
Replies: 7
Views: 770

smpdawg , inserting "print_r($row2);" gives me this value: Array ( ї0] => їsum] => ) And feyd , using OR in place of AND gives me a blank output. $fetch_download = mysql_query("SELECT SUM(count) AS sum FROM band_count WHERE `file`="'$title'_high.mp3" OR ...
by iamkoa
Wed Mar 02, 2005 1:32 pm
Forum: Databases
Topic: [SOLVED] Get sum of more then one table? MySQL...
Replies: 7
Views: 770

[SOLVED] Get sum of more then one table? MySQL...

I'm trying to get the sum of two numbers in two different tables, located in the same column. [title] - [count] blah_high.mp3 - 67 blah_low.mp3 - 17 I want the totals from those two above... this is what I have: $fetch_song = mysql_query("SELECT title FROM band_songs WHERE `id`='$id'"); wh...
by iamkoa
Tue Feb 08, 2005 1:39 am
Forum: PHP - Code
Topic: Best Star Rating System Ever
Replies: 4
Views: 331

feyd wrote:since you are using an image map, you can set the href to the url of the processing script followed by some url parameters to pass the "submission" data.
Can you code an example?
by iamkoa
Tue Feb 08, 2005 12:16 am
Forum: PHP - Code
Topic: Best Star Rating System Ever
Replies: 4
Views: 331

Best Star Rating System Ever

Hi guys and gals, I'm trying to create a 5-star rating system much like Amazon.com's. If you notce, Amazon uses Javascript to enable a viewer to "highlight" the star of choice via the "onmouseover" command, then click, and in doing so, submit his/her star rating. I'd like to try ...
by iamkoa
Mon Feb 07, 2005 12:32 am
Forum: PHP - Code
Topic: [Solved] Anything Following .php?blah... Doesn't Work?!
Replies: 2
Views: 2351

You got it! Thanks a lot for your help feyd... you're a life-saver!
by iamkoa
Sun Feb 06, 2005 11:46 pm
Forum: PHP - Code
Topic: [Solved] Anything Following .php?blah... Doesn't Work?!
Replies: 2
Views: 2351

[Solved] Anything Following .php?blah... Doesn't Work?!

I have a weird problem. It seems my PHP doesn't work when executing code following a question mark. Take for example, the following php code... as far as i can tell, it all looks fine. <?php // links coded like this: //<a href="out.php?site=http://juicystudio.com">Visit Juicy Studio</a> ##...