Search found 23 matches
- Fri Aug 22, 2003 3:38 pm
- Forum: Databases
- Topic: select form data
- Replies: 10
- Views: 1593
- Fri Aug 22, 2003 2:37 pm
- Forum: Databases
- Topic: select form data
- Replies: 10
- Views: 1593
- Fri Aug 22, 2003 2:03 pm
- Forum: Databases
- Topic: select form data
- Replies: 10
- Views: 1593
- Fri Aug 22, 2003 1:17 pm
- Forum: Databases
- Topic: select form data
- Replies: 10
- Views: 1593
- Fri Aug 22, 2003 1:02 pm
- Forum: Databases
- Topic: select form data
- Replies: 10
- Views: 1593
- Fri Aug 22, 2003 12:46 pm
- Forum: Databases
- Topic: select form data
- Replies: 10
- Views: 1593
select form data
i have a form like this: <div id="form2"><form method="post" action="consulenti.php"> name: <input type="text" name="cognome"> email: <input type="text" name="specialita"> address: <input type="text" name="regione&q...
- Wed Aug 20, 2003 2:55 am
- Forum: Databases
- Topic: display data from db
- Replies: 1
- Views: 345
display data from db
i do a select to get some datas from mysql. say on the web page i print this: name address email pic ok now the point is in the db there is another field i want to be displayed only on mouseover. so when a user does mouseover (or click) one of those fields(name, address,...) in the bottom of the pag...
- Tue Aug 19, 2003 7:12 pm
- Forum: Databases
- Topic: url on the fly
- Replies: 1
- Views: 434
- Tue Aug 19, 2003 4:47 pm
- Forum: Databases
- Topic: url on the fly
- Replies: 1
- Views: 434
url on the fly
i know how to get datas from a form and use them. i mean when u want to interact with users u can code a form where u get data (name, birth...) and u can then use that. differently i cannot figure it out how i can use mouse click to get url. i try to explain myself: i want to make links (href) getti...
article 1 article 2 article 3 figure this as my web page. there are hundreds of records, anyone should be linked linked to it's own sub-category. these records are printed from a db. so my question is: is it possible to write php so that when you click automatically is done the select and displayed ...
links
aaaaaaaaa
bbbbbbbbb
cccccccccccc
this is my page. there are hundreds of records, anyone should be linked linked to it's own sub-category.
these records are in a db.
so my question is:
is it possible to write php so that when u click automatically id done the select and displayed the right article?
bbbbbbbbb
cccccccccccc
this is my page. there are hundreds of records, anyone should be linked linked to it's own sub-category.
these records are in a db.
so my question is:
is it possible to write php so that when u click automatically id done the select and displayed the right article?
- Tue Aug 19, 2003 3:47 am
- Forum: PHP - Code
- Topic: auto generated pages
- Replies: 1
- Views: 273
auto generated pages
i have a db lthat i want to publish. it''s full of articles and i want it to work this way: there are ten categories (sex, health,....) once you click one of this category you go to a page where there are some articles (about sex, about health,...). at this point is my problem. i'd like to find a wa...
- Mon Aug 18, 2003 5:42 pm
- Forum: Databases
- Topic: url from db
- Replies: 1
- Views: 423
- Mon Aug 18, 2003 4:12 pm
- Forum: Databases
- Topic: url from db
- Replies: 1
- Views: 423
url from db
the code: <?php $db_name = "DBMedici"; $table_name = "specialita"; $connect = @mysql_connect("localhost", "root", "") or die("connect che????"); $select_db = @mysql_select_db($db_name, $connect) or die("cannot select db"); $sql = ...