Jump to content

[SOLVED] variable problem, got to be something simple...


arianhojat

Recommended Posts

<?php

$oldRoutedTo = 379;

echo '$oldRoutedTo='. $oldRoutedTo .'<br/>';

 

$routedTo = $oldRouterTo;

echo '$routedTo='. $routedTo .'<br/>';

?>

 

 

for me this outputs

$oldRoutedTo=379

$routedTo=

 

shouldnt $routedTo=379?!?!?!

 

thanks in advance,

hopefully if i am doing something real dumb in the morning.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.