Everything posted by lastcrime
-
Checkboxes and PHP
ahh this helps alot thank you very much didn't even think of using a counter.
-
"Burned" side bar text..
This looks like some javascript effects probably done with mootools. I have no experience with javascript so im not too sure if you can do a burning effect.. id say flash is your best bet.
-
Checkboxes and PHP
Alright so i have this code which lists whats in my database into a table, at the end of each line i have a checkbox in order to select any one of them.. What im trying to do is once sent to another page see if the options are checked and if they are list out the name of it etc.. here is the code for the original page: <form action="buy.php" method="post"> <?php include ('connect.php'); $query = "SELECT * FROM movies ORDER BY id "; $result = mysql_query($query) or die (mysql_error()); echo '<table width="100%" cellspacing="0"> <tr align="left" bgcolor="#f1f4f6"><th width="32px">ID</th><th width="319px">Name</th><th width="112px">Rank</th><th width="112px">Type</th><th width="80px">Cost</th><th width="80px">Select</th></tr>'; while ($record = mysql_fetch_object($result)) { echo '<tr align="left" bgcolor="#bccad3" style="color:#fff;"><td>'.$record->id.'</td><td>'.$record->name.'</td><td>'.$record->rank.'</td><td>'.$record->type.'</td><td>'.$record->cost.'</td><td> <input type="checkbox" name="check" /></td></tr>'; } if (isset($_POST['check'])) { $_SESSION['name'] = $record->name; $_SESSION['type'] = $record->type; $_SESSION['cost'] = $record->cost; } ?> <input type="submit" name="submit" value="Buy Now" class="submit" /> </form> It then sends to this page: if (isset($HTTP_POST_VARS['submit'])) { include ("connect.php"); $_SESSION['name'] = $name; $_SESSION['type'] = $type; $_SESSION['cost'] = $cost; echo 'You chose ' . $name . ' it is ' . $type . ' quality. This is going to cost you ' . $cost; } What i cant seem to get right is if the checkbox is checked or not any help is appreciated.
-
navigation opinions
i say go with the fluid one but find some more stuff to put in that blank space
-
Navicat
yeah i tried that too allow my external I.P. and it still didn't work..
-
Navicat
Im wondering if anyone has used Navicat to manage their databases, im having some trouble connecting to my database within it and wanted to know if anyone could help..
-
A CMS to fit around a current design\layout?
This is exactly what your looking for i think.. Cushy CMS
-
Which One?
bsically which version is best not really looking for any feed back really just kind of first appearance which one is best.
-
Which One?
I cant really deside on which variation of this design is best: 1 2 3 Any comments / suggestions would be great.
-
Adobe CS4
i was thinking about it but havn't found the time to download them is it worth it?
-
Logo Creation For Link
Im from Canada and i really think you should re-design the site, im not sure what kind of feedback you were getting from the other sites but from what i saw the feedback you got here was pretty good.
-
Lynx
If your a mac user you can also use this: Download.
-
Portfolio/Blog site V2
I agree i think you should stick with the design you currently have. Maybe try adding some colour to the design you already have, this design i saw Design has some nice colour to it might give you some ideas..
-
So, What does your desk look like?
This is an older pick. Few things have changed, new mouse, new phone, new ipod, new speakers.
-
Gaming Design
To answer your questions yes it is bigger and its unfinished that is why there is no content etc. The client i was doing this for backed out as he couldn't afford to pay.. so i just never got around to finishing it but i think i might and get it up and running. Pretty much i just wanted to see what you all thought of the layout.
-
Gaming Design
This design was supposed to be done for someone but didn't end up working out.. anyway thought id share and see what everyone thought. Click Here Or On The Picture!
-
Color Scheme Suggestions?
as RobH said i use colourlovers they've got alot of good palletes to download.
-
Wordpress Theme - Placing Banner Image Over Repeating Background Image
Alright well first of all you don't really need the position: absolute.. but if you insist on keeping it i suggest you add z-index:0, i really dont see anything wrong except for maybe a broken image link? But id suggest making your repeat a table thats what i did with my wordpress theme i found it much easier..
-
Redesign Upcoming
use a container in firefox when you resize the width the nav and header and content all break apart and move seperately. just something i noticed.
-
Measuring widths in Photoshop CS2
what your going to do is if your on a mac cmd + click (control + click for windows) the layer thumbnail this will select the shape, then go into your info palette and it will tell you the width and height. you could also cmd + r (control + r windows) to bring up the rulers and measure anything fairly quick.
-
Charity Site Design
i thinks the colours are too plain and it doesn't really tell you much about the site looks like a childrens site? (maybe it is..) anyway whats the point in the striped black bar at the bottom?
-
Crazy idea for a CAPTCHA
Yah ha a ransom not maybe but it would at least keep out spam Plus that would take away the copyright because i dont think anybody's going to self identify a poster from a single letter.
-
[logo]intershop
Hi, first off nice logos, i prefer the first and third logos the colour combos on them are the best and they look better without the circle behind.
-
Crazy idea for a CAPTCHA
thats a good idea, im not sure if they already do this but why wouldn't you just use images instead of text? taking your idea just have a database of letters from all different posters and randomly put the letters (images) together, shouldn't be too hard..
-
Would you hire me?
just wondering why would it matter what you look like? if you have a full and great portfolio and are able to provide a great service why would someone can you cause of your appearance?