-
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.