|
| Web Hosting Deals | Holiday Logo Design | Webcam Chat | Website Header Templates | Register domain | Search Engine Optimisation | Web Hosting |
|
|||||||
| Programming / Scripting / Coding Got a question about : PHP / Perl / Java / JavaScript / CGI Scripts / JavaScript coding. Ask here! We'll get you the answers ! |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Hello, need a little help with a php script.
Hello,I'm new here xD
Me and a friend are working on a sql type database using xml rss feeds, the problem is the lines like this: $feed->table_name_."$table" and i'm not sure exactly how to resolve this, i've tried everything i can think of.Any help would be appreciated =) here's the code i've got so far: PHP Code:
PHP Code:
Last edited by slackbear; 01-09-2008 at 06:14 AM. |
|
|||
|
Quote:
please change the PHP Code:
PHP Code:
i didn't try it yet so just try to play any of it ![]()
__________________
Philippines Freelance Web offers Web Design, Logo Design, Web Redesign, Website Development, Website Maintenance in freelance rate. For more information please visit our website. |
|
|||
|
Thanks for your reply, i figured no one would respond after the firt two weeks.I have already tried that way, and for the sake of it...i retried and i still get this error:
Warning: Invalid argument supplied for foreach() in /var/www/wtfhax.net/xml.php on line 13 If you run accross anything let me know ![]() |
|
|||
|
IF you encounter that error meaning, their are no supplied value to be loop in for each so you might to check first the array if the sizeof($yourarray) > 0 then it executes or else nothing to loop.
__________________
Philippines Freelance Web offers Web Design, Logo Design, Web Redesign, Website Development, Website Maintenance in freelance rate. For more information please visit our website. |
|
|||
|
shouldn't this part:
Quote:
Code:
foreach ($feed->table_name_.$table as $theTable) {
foreach ($theTable->row_name_.$row as $theRow) {
foreach ($theRow->db_.$db as $theDB) {
|
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|