Hi Jacques,
Well, I thought I would take the leap
and give this a shot. However, when I tried to work with it I ran into a few problems, one of which I need a little assistance with.
First off I decided I would work with the file "
data_allT.php". After putting it in the web folder and adding it to the files to be processed and up loaded to my web server as "
data_all.php" and trying to access it using
http://www.tigerdenweb.com/tigerdenwx/data_all.php I received the following error message:
Parse error: syntax error, unexpected ';', expecting ')' in /homepages/44/d463897987/htdocs/TigerDenWX_WB_V2/data_all.php on line 71
I determined that this was a missing '
)' at the end of line
71. After I added that when I went to have the file re-executed I then got the following error message:
Parse error: syntax error, unexpected ';', expecting ')' in /homepages/44/d463897987/htdocs/TigerDenWX_WB_V2/data_all.php on line 100
Again a missing '
)'
The next two errors were:
Parse error: syntax error, unexpected ')' in /homepages/44/d463897987/htdocs/TigerDenWX_WB_V2/data_all.php on line 104
Parse error: syntax error, unexpected ')' in /homepages/44/d463897987/htdocs/TigerDenWX_WB_V2/data_all.php on line 133
These two errors I determined were an extra '
)' at the end of lines
104 and
133 which I removed.
This brings me to the current error message that I'm receiving for which I'm looking for your guidence with:
Fatal error: Call to undefined function str2num() in /homepages/44/d463897987/htdocs/TigerDenWX_WB_V2/data_all.php on line 15
I'm sure that what is being sought here is the function "
str2num()" to be defined. I thought that this function would have been defined already.
I then using "
empty.php" template calling it "
dataAll.php" reachable by
http://www.tigerdenweb.com/tigerdenwx/dataAll.php as a starting point included the file "
data_all.php, but received the same error message.
My question is since it doesn't appear to be a builtin function for PHP and hasn't been defined anywhere within "
WB V2", do you have any ideas to where I could get the function that you expect in "
data_allT.php" or is there something else I'm missing here?
Thanks,
Joe