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

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
« Next Oldest Return to Top Next Newest »

Messages In This Thread
php query help - by Ezra on 08-03-2005 at 07:49 PM
RE: php str_replace help - by Veggie on 08-03-2005 at 07:52 PM
RE: php str_replace help - by Ezra on 08-03-2005 at 07:54 PM
RE: php query help - by Veggie on 08-03-2005 at 07:56 PM
RE: php query help - by Eljay on 08-03-2005 at 07:57 PM
RE: php query help - by Ezra on 08-03-2005 at 07:58 PM
RE: php query help - by Veggie on 08-03-2005 at 07:59 PM
RE: php query help - by Ezra on 08-03-2005 at 08:04 PM
RE: php query help - by Ezra on 08-03-2005 at 11:19 PM
RE: php query help - by jren207 on 08-04-2005 at 01:31 AM
RE: php query help - by Ezra on 08-04-2005 at 01:20 PM
RE: php query help - by Eljay on 08-04-2005 at 01:37 PM


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