Search found 9 matches
- Fri Jul 23, 2004 3:52 am
- Forum: PHP - Code
- Topic: prev next button problem
- Replies: 1
- Views: 240
prev next button problem
this is the script i am using to increment the id and therefore display the next row of information but its not working. take a look for me plase and help me spot why it isnt running properly. the incremental id works but the records are not showing. plus there is something happenin with the id itse...
- Sun Apr 18, 2004 12:40 pm
- Forum: Databases
- Topic: how to mysql/php page navigate?
- Replies: 2
- Views: 353
- Sun Apr 18, 2004 10:15 am
- Forum: Databases
- Topic: how to mysql/php page navigate?
- Replies: 2
- Views: 353
how to mysql/php page navigate?
hi there. i am so stuck. i want to use a php/mysql navigation type setup. i have written the mysql code which is this: CREATE TABLE profile ( id MEDIUMINT NOT NULL AUTO_INCREMENT, picture CHAR(30) NOT NULL, PRIMARY KEY (id) ) load data infile "c:/apache/htdocs/lojsite/database/profiletable1.txt...
- Sun Apr 18, 2004 10:13 am
- Forum: PHP - Theory and Design
- Topic: mysql/php navigation
- Replies: 1
- Views: 2166
- Sun Apr 18, 2004 10:01 am
- Forum: PHP - Theory and Design
- Topic: mysql/php navigation
- Replies: 1
- Views: 2166
mysql/php navigation
hi there. i am so stuck. i want to use a php/mysql navigation type setup. i have written the mysql code which is this: CREATE TABLE profile ( id MEDIUMINT NOT NULL AUTO_INCREMENT, picture CHAR(30) NOT NULL, PRIMARY KEY (id) ) load data infile "c:/apache/htdocs/lojsite/database/profiletable1.txt...
- Mon Oct 13, 2003 4:01 am
- Forum: PHP - Code
- Topic: could someone explin what is going on here?
- Replies: 4
- Views: 681
getting there
ok, i understand about including the php coding into the html files. i understand about not putting the images on the database but instead saving the filenames instead. how do i save the filenames? is it easier to just call the images by using the $image var? is there any other way to do this? pages...
- Sun Oct 12, 2003 4:41 pm
- Forum: PHP - Code
- Topic: could someone explin what is going on here?
- Replies: 4
- Views: 681
could someone explin what is going on here?
<? This section sets the defaults for the scripts $msg = "First Name:$first"; $msg .= "Last Name:$last"; $msg .= "E-mail Address:$email"; $recipient = "driscolls@sgco.com"; $subject = "Feedback from A&E Form"; $mailheaders = "From: A&E W...
- Sun Oct 12, 2003 3:54 pm
- Forum: Databases
- Topic: new newbie so go gentle
- Replies: 5
- Views: 993
dont get me wrong. the only thing i am determined to do is get to know mysql and php at my pace. if it works out that i dont need images in a mysql thingy then fine. i like what was said about including the image via a php 1 liner script. i am just getting into php and know more about php than i did...
- Sun Oct 12, 2003 2:13 pm
- Forum: Databases
- Topic: new newbie so go gentle
- Replies: 5
- Views: 993
new newbie so go gentle
i have just written my first php scripted html page. i feel happy. i now want to incorporate graphics that i want in a database. i do not fully understand how having images in a database rather than in a html page differs. any hints in this area would be grateful. how do i configure mysql and php to...