Search found 10 matches

by tazdog
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

I'm a dumb a*s.. :?

thanks for pointing that out.!!! :)
by tazdog
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...
by tazdog
Thu Sep 23, 2004 2:28 pm
Forum: PHP - Code
Topic: Trying to locate source to convert asp to php
Replies: 10
Views: 2338

if ($PilotID == "ZAV" . $PilotID){ $sql = "INSERT INTO Pilots (Name, State, Country, Email, Passwd, BirthDate, Vatsim, BVIAccount, HubID) VALUES ('$fullname', '$state', '$country', '$email', '$passwd', '$birthdate', '$vatsim', '$bviaccount', '$hub')"; $result = mysql_query($sql)...
by tazdog
Thu Sep 23, 2004 2:10 pm
Forum: PHP - Code
Topic: Trying to locate source to convert asp to php
Replies: 10
Views: 2338

I understand that there is an error. Cause when you run the page you do not get anything displayed..
If someone can point on the net where I can read about this type of thing then I can learn about it and get it figured out..

thanks
by tazdog
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_...
by tazdog
Thu Sep 23, 2004 10:21 am
Forum: PHP - Code
Topic: Trying to locate source to convert asp to php
Replies: 10
Views: 2338

I will give that a shot.. I appreciate the help...
Scott
by tazdog
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...
by tazdog
Fri Sep 17, 2004 12:33 pm
Forum: PHP - Code
Topic: Back to the basics
Replies: 2
Views: 936

Thank you very much

Scott
by tazdog
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 ...
by tazdog
Tue Aug 10, 2004 4:50 pm
Forum: Tutorials
Topic: Intro to Database PART I (designing)
Replies: 13
Views: 56540

Phenom wrote:Good tutorial, I would keep away from all the useless comments you make though... got rather annoiying after a bit ;)
The useless comments might get to you, but at least this person is trying to help someone by posting a tutorial.. :o
And trying to help someone..!