|
HAHAHAHAHAHAHA (ROFLMAO)
On 24/Oct/2001 21:18:38, jopel had this to say:
> Here is an example:
>
> function see(){
> global $first,$num,$quoi;
> $hostname = "host";
> $username = "root";
> $password = "password";
> $dbName = "database";
> $table = "table";
> MYSQL_CONNECT($hostname,$username,$password) OR DIE("Unable to connect to
> database");
> @mysql_select_db("$dbName") or die("Unable to select database");
> $z=array("sma","smapuff","puff","bpuff","lnip");
> $x=1;
> for( $i = 0; $i < $num; $i++ ) {
> if($z[$i] == "sma"){$text="Small Breasts";$image=" $text \n"; > $query = "SELECT * FROM $table WHERE nouveau='$first' AND $quoi='$z[$i]' > ORDER BY titre"; > $result = MYSQL_QUERY($query); > echo "
\n"; > } > mysql_close(); > } > ?> > > > > > ALINK="red"> > > Member Area |
Title: The Puffies(Member Area)
- [sambar] what are php pages ? Global411
- Re: [sambar] what are php pages ? jopel
- Re: [sambar] what are php pages ? Melvyn Sopacua
- RE: [sambar] what are php pages ? Jim Burns
- RE: [sambar] what are php pages ? Dave Goode
- RE: [sambar] what are php pages ? Matthias C. Hormann
- Re: [sambar] what are php pages ? Dave
