If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > MySQL error - retracking the steps

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-08-04, 08:41
Chessa Chessa is offline
Registered User
 
Join Date: Apr 2004
Posts: 6
MySQL error - retracking the steps

Hi there guys

Quickly browse here
Could you help me here to retrack a few things? I was following a MYSQL tutorial here: http://swanilda.com/dreammx4.html

I've followed all the necessary steps all the way to the results.php page (I can search all the way to the results page which are works)

The issue I'm having lies in the link to get to the details.php page when I enter the following hyperlink with the following parameters:

details.php? petID=<?php echo $row_rsResults['ID']; ?>

I entered the link as instructed and received the following result in the browser URL:
http://localhost/details.php%0Ddetai....php?%20petID=

STRANGE HUH?

I've made several attemps by manually entering the hyperlink which populated : "NOT FOUND" via the server.
Do you have any suggestions as to how i may resolve this? I tried everything I could....Thanks in advance for your reply
Reply With Quote
  #2 (permalink)  
Old 04-09-04, 12:11
sqlhack sqlhack is offline
Registered User
 
Join Date: Dec 2002
Location: California
Posts: 32
In the lines of code that get the http variables look for any syntax errors and other problems. It would be helpfull if you copy and paste the php code that you wrote into the forums
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On