Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

PHP Forum


You are currently viewing our PHP Forum as a guest. Please register to participate.
Login



Freelance Jobs

Reply
i am getting error in get id
Old 09-30-2008, 07:15 PM i am getting error in get id
Junior Talker

Posts: 1
Trades: 0
Hello guys,

I need help with this code!


$q
= "SELECT * FROM accounts";
$res = mysql_query($q);
$row = mysql_fetch_assoc($res);
echo (empty(
$row['d'])? "empty": "not empty");

now when i added a link to a page that will show the description in details , i did following coding there

$id=$_POST['id'];
$q= "SELECT * FROM
accounts WHERE id = ".$_GET['id']."
LIMIT 1 ,30 "
;
$res= mysql_query($q);
$row= mysql_fetch_assoc($res);

i am getting empty values .

thanks in advance
__________________

Please login or register to view this content. Registration is FREE

Please login or register to view this content. Registration is FREE
curtisfitzke is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-30-2008, 08:01 PM Re: i am getting error in get id
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,385
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
You need to decide whether it is a POST or a GET
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 10-01-2008, 09:59 PM Re: i am getting error in get id
Experienced Talker

Posts: 41
Name: Jabis Sevon
Location: Tampere, Finland
Trades: 0
or simply allow both and do
if(isset($_REQUEST)) { $id = $_REQUEST['id']; }
... your selects ...
jabis is offline
Reply With Quote
View Public Profile Visit jabis's homepage!
 
Reply     « Reply to i am getting error in get id
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.12105 seconds with 12 queries