|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
|
|
Generate data entry and reporting .NET Web apps in minutes, straight from your database. Read our FREE whitepaper “Build Web 2.0 Applications Without Hand-Coding” Download now! |
|
#1
|
|||
|
|||
|
Threaded news script problem. Using variable call ".$n->id."
I have a problem with using this call :
".$n->id." It does not return any value? Is there a way to convert this or will I have to set something to allow this to work.. ie php.ini file. My setup : MySQL 3.23.43 PHP Version 4.2.3 I have PEAR support and am currently running the login script I found at: URL This article also further explains the ins and outs of the PEAR classes including the questioned DB.php file location .. Last edited by omega : April 30th, 2003 at 11:46 AM. |
|
#2
|
|||
|
|||
|
Found work around for this error
the call ".$n->id." was changed to :
.$n["id"]. and now is returning the data from the database .. I'm not sure why, but it fixed it ... |
![]() |
| Viewing: Dev Articles Community Forums > Programming > Programming Tools > I need help with the threaded news script found here |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|