352. $left = "{" ;
353. $right = "}" ;
354. foreach ( $global_whati as $sillyvar ) {
355. $global_what [ ] = $left . $sillyvar . $right ;
356. }
357. $data = str_replace ( $global_what , $global_with , $data ) ;
358. foreach ( $whati as $sillyvar ) {
It displays this error on the site
Warning : Invalid argument supplied for foreach() in /home/u601023255/public_html/config.php on line 354 . . .
and it doesn't connect to the dbase... Pls help me out wapmasters...
353. $right = "}" ;
354. foreach ( $global_whati as $sillyvar ) {
355. $global_what [ ] = $left . $sillyvar . $right ;
356. }
357. $data = str_replace ( $global_what , $global_with , $data ) ;
358. foreach ( $whati as $sillyvar ) {
It displays this error on the site
Warning : Invalid argument supplied for foreach() in /home/u601023255/public_html/config.php on line 354 . . .
and it doesn't connect to the dbase... Pls help me out wapmasters...
Comment