Jump to content

Parse Error is driving me nuts!!!


iPixel

Recommended Posts

On page tap.php i call a function...

 

<?php
include('tap_functions.php');

DivisionTotals($who, $branchid, $search_callcat, $search_sDate, $search_eDate, $search_ext);
?>

 

Then in tap_functions.php

 

<?php

DivisionTotals($DT_who, $DT_branchid, $DT_callcat, $DT_sDate, $DT_eDate, $DT_ext)   // Line 4
{
     echo "HELLO";
}

?>

And i get error :

Parse error: parse error in C:\Inetpub\wwwroot\Newton\tap_functions.php on line 4

whic is the first line in tap_function.php

 

 

What's going on here?

Link to comment
https://forums.phpfreaks.com/topic/182694-parse-error-is-driving-me-nuts/
Share on other sites

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.