Search found 11 matches
- 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...
- Fri Jul 15, 2005 11:27 am
- Forum: PHP - Code
- Topic: Help! getimagesize() Not Working
- Replies: 6
- Views: 559
- Fri Jul 15, 2005 1:27 am
- Forum: PHP - Code
- Topic: Help! getimagesize() Not Working
- Replies: 6
- Views: 559
- 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="e;POST"e; action="e;edit.php?act...
- Wed Mar 02, 2005 6:41 pm
- Forum: Databases
- Topic: [SOLVED] Get sum of more then one table? MySQL...
- Replies: 7
- Views: 770
- Wed Mar 02, 2005 6:07 pm
- Forum: Databases
- Topic: [SOLVED] Get sum of more then one table? MySQL...
- Replies: 7
- Views: 770
- 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...
- Tue Feb 08, 2005 1:39 am
- Forum: PHP - Code
- Topic: Best Star Rating System Ever
- Replies: 4
- Views: 331
- 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 ...
- Mon Feb 07, 2005 12:32 am
- Forum: PHP - Code
- Topic: [Solved] Anything Following .php?blah... Doesn't Work?!
- Replies: 2
- Views: 2351
- 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> ##...