Jump to content

[SOLVED] String indiscrepencies (Hard to explain in topic)


Kairu

Recommended Posts

Um.... Is their any reason that can be seen that would prevent something like this from working?

$output = "<option selected value=\"b\">" . format_time(NOW()) . "</option>";
echo $output;

Actoually this wont work either.....
$output = "<option selected value=\"b\">" . NOW() . "</option>";
echo $output;

But this works....
$output = "<option selected value=\"b\">None</option>";
echo $output;

They just.... I dunno. They don't output errors or anything, they (Timestamp and formatted timestamp) just.... prevent $output from echoing..... at all.

Other things will output. If it's needed I'll provide the code, but it's quite huge. (19+KB)

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.