What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » php query help

Pages: (2): « First « 1 [ 2 ] Last »
php query help
Author: Message:
Ezra
Veteran Member
*****

Avatar
Forgiveness is between them and God

Posts: 1960
Reputation: 31
37 / Male / Flag
Joined: Mar 2003
O.P. RE: php query help
I had that already working :), but my problem was that I had to store a part of the php code in the database and it wouldn't execute that part.

My version:
code:
function title_query($id){
global $title;
$title = mysql_fetch_array(mysql_query("SELECT * FROM `imdb_data_title` WHERE id=".$id));
echo "<b>Title</b>: <i>".$title['title']."</i> <b>Year</b>: <i>".$title['year']."</i><br>";
}
[Image: 1-0.png]
             
08-04-2005 01:20 PM
Profile PM Web Find Quote Report
Eljay
Elite Member
*****

Avatar
:O

Posts: 2949
Reputation: 77
– / Male / –
Joined: May 2004
RE: php query help
eval()
08-04-2005 01:37 PM
Profile PM Find Quote Report
Pages: (2): « First « 1 [ 2 ] Last »
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On