thanks for pointing that out.!!!
Search found 10 matches
- Wed Feb 02, 2005 10:34 am
- Forum: PHP - Code
- Topic: [SOLVED] mysql query works but php code for query doesnt
- Replies: 2
- Views: 1035
- Wed Feb 02, 2005 9:53 am
- Forum: PHP - Code
- Topic: [SOLVED] mysql query works but php code for query doesnt
- Replies: 2
- Views: 1035
[SOLVED] mysql query works but php code for query doesnt
I have a Select\Where query I'm trying to run and display on a web page, pretty simple, exept the fact is I'm missing something and it's not working.. If I put the following into a sql query on phpmyadmin it works: SELECT * FROM `destinations` WHERE `Destination_ID` = 'Domestic' But when I try to ad...
- Thu Sep 23, 2004 2:28 pm
- Forum: PHP - Code
- Topic: Trying to locate source to convert asp to php
- Replies: 10
- Views: 2338
- Thu Sep 23, 2004 2:10 pm
- Forum: PHP - Code
- Topic: Trying to locate source to convert asp to php
- Replies: 10
- Views: 2338
- Thu Sep 23, 2004 12:02 pm
- Forum: PHP - Code
- Topic: Trying to locate source to convert asp to php
- Replies: 10
- Views: 2338
well maybe not..
I think I'm missing something to tie the first code (listed above) with the rest. So I'm going to post the rest of the code to see where I have a hole. $dbcxn = mysql_connect("$host","$user","$pswd"); if (!$dbcxn) die ("Could not connect MySQL"); mysql_select_...
- Thu Sep 23, 2004 10:21 am
- Forum: PHP - Code
- Topic: Trying to locate source to convert asp to php
- Replies: 10
- Views: 2338
- Thu Sep 23, 2004 8:32 am
- Forum: PHP - Code
- Topic: Trying to locate source to convert asp to php
- Replies: 10
- Views: 2338
Trying to locate source to convert asp to php
I have some asp code that I want to try and do the same thing with php, and I quite cannot figure it out. What I really want to do is have an ID say XYZ1000 But everytime someone signs up I would like it to take the next number in the sequence. (ie XYZ1001) Is there anywhere on the net or a book tha...
- Fri Sep 17, 2004 12:33 pm
- Forum: PHP - Code
- Topic: Back to the basics
- Replies: 2
- Views: 936
- Fri Sep 17, 2004 11:53 am
- Forum: PHP - Code
- Topic: Back to the basics
- Replies: 2
- Views: 936
Back to the basics
I'm trying to get some connection issues resolved. (yes I'm learning how to do this) I have tried 3 different ways, but when I upload the code to my server, and display the page I get nothing in return. So maybe I'm doing something wrong.. IF I read the code right I should get a die msg if I change ...
- Tue Aug 10, 2004 4:50 pm
- Forum: Tutorials
- Topic: Intro to Database PART I (designing)
- Replies: 13
- Views: 56541