View Single Post
  #6   Spotlight this post!  
Unread 26-01-2005, 10:22
FRANK(WGH) FRANK(WGH) is offline
Webmaster - delphielite.com
AKA: Frank
FRC #0048 (Delphi E.L.I.T.E.)
Team Role: Webmaster
 
Join Date: Nov 2001
Rookie Year: 2001
Location: Warren, OHIO
Posts: 88
FRANK(WGH) will become famous soon enough
Send a message via AIM to FRANK(WGH)
Re: PHP Coding HELP!!!

Quote:
Originally Posted by ahmad
see if this helps :


PHP Code:
<?php



 $fullname 
$_GET['name']; 
  
           
        



    
$query=mysql_query("SELECT * FROM $table where name='$fullname'") or die(mysql_error());

    
    
    while(
$row mysql_fetch_array($query)) {
     
$j mysql_num_fields($query);
        for(
$i=0;$i<$j;$i++) {
            
$k mysql_field_name($query,$i);
            $
$k $row[$k];
        }
    
    
$entry=stripslashes($entry);



Echo
" entry";


    
?>

to see somthing you just type : index.php?name=FRANK
Where would i specify what to direct frank to?? Is this in a my-sql database??
If so is there a way to do it in another form such as a text document or web site.
__________________
Frank Bosak
Collegiate Mentor Association
Team 48 - Delphi E.L.I.T.E.