> -----Original Message-----
> From: Chuck PUP Payne [mailto:[EMAIL PROTECTED]]
> Sent: Sunday, September 29, 2002 1:29 AM
> To: PHP General
> Subject: [PHP] Include Part 2
> 
> Ok, I am trying to make my design a lot easier. I want to know if I
can do
> this...
> 
> I want to set up in my php page this...
> 
> 
> $rows;
> 
> Under my db_info.inc I want to store this so that I can add delete
from
> it.
> 
> $row = "$title = myrow[title]; $format = myrow[format]; $category =
> myrow[category];"
> 
> Am I wrong to try this way? Do I need to set it up as fuction to call
on?

Yes, you are wrong. How wrong you are, I cannot tell, because I have no
idea what you are saying...

---John Holmes...



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to