Search found 5 matches
- Fri Apr 04, 2014 6:56 pm
- Forum: HTML, CSS and other UI Design Technologies
- Topic: design questions
- Replies: 2
- Views: 4779
design questions
OK, going to try to keep from doing a whole bunch of r&d. I am working on the design of a app and having problems with the following. So far WAMP/LAMP application using PHP/MySQL/HTML5/CSS3. 1. Do I need to design separate web pages for the entry of data (not doing myself, want user to be able t...
- Thu Dec 02, 2010 10:22 am
- Forum: PHP - Code
- Topic: Cant figure this out..
- Replies: 4
- Views: 399
Re: Cant figure this out..
<?php // Make connection to database mysql_connect("localhost", "test", "") or die(mysql_error()); echo "Connected to MySQL<br />"; mysql_select_db("pro_diversity") or die(mysql_error()); echo "Connected to pro_diversity<br /><br />"; $Fna...
- Mon Nov 29, 2010 3:01 pm
- Forum: PHP - Code
- Topic: Cant figure this out..
- Replies: 4
- Views: 399
Re: Cant figure this out..
Sorry. this is the specific code I think. <div> <fieldset> Select title:    <?php $query1 = "SELECT * FROM titles"; $result = mysql_query($query1) or die(mysql_error()); //echo "Connected to table titles"; //echo "Select a title "; /* echo "<FORM na...
- Mon Nov 29, 2010 2:32 pm
- Forum: PHP - Code
- Topic: Cant figure this out..
- Replies: 4
- Views: 399
Cant figure this out..
Following code places two lookup boxes "Select title" & Select genus and overruns another field of Sex x female x male. I can not figure out why. Any ideas. <?php // Make connection to database mysql_connect("localhost", "test", "") or die(mysql_error()); ...
- Wed Apr 08, 2009 4:48 pm
- Forum: PHP - Code
- Topic: multiple drop down lists
- Replies: 1
- Views: 247
multiple drop down lists
Have 3 drop down lists that work successfully individually. Looks fine but the last form added works fine alone but when added to the previous 2 action="<?php echo $_SERVER['php_self']?>" it does not go the the correct program "print "<FORM NAME=\"theform\" action=\&quo...