Hello,
I am trying to implement some kind of Picture / Code Verification so malicious users cannot spam our system.
An example of what I am trying to set up can be found at:
https://www.godaddy.com/gdshop/whois.asp
You enter a domain name and click "Go". You then have to type in the number...
I found the bug ... $url is not getting a value, so the code breaks.
See:
$url = "listing".($$dataref{"businessId"}*9).".html";
Not sure why this is happening though.
Paul,
The problem was from the database. I removed the "/" from the "businessTypeDescription" field.
"litecatlistings.html" is created in each directory but it only prints the last record of a particular businessType.
Not sure what the bug can be ... any suggestions?
I used:
open (CATFILE, "> $dir2/litecatlistings.html") or die "can't create file $!";
No errors and still only the directories are created. I still can't create the HTML files. Please help.
I have been stuck 2 days on this code. I am using Perl to create directories with HTML files. The directories are being created but the HTML files are not. Can anyone see what is the problem with my code here? Any suggestions or information would be appreciated. Thank you in advance...
Genimuse and DreXor,
I appreciate all your help and input. I'll keep trying and if I ever figure it out, I'll let you know. Thank you! Have a great weekend!
There shouldn't be any hidden characters because the ’, – , “, â€, and … come from cutting and pasting out of a MS Word document.
I am using the VB function in ASP (ie. server side code). The code does work but oddly enough I can never get any function to work on a text area value...
Genimuse,
I understand your point with hidden characters, but there will not be any hidden characters (eg. vertical tab) in ’, – , “, â€, or ….
I still can't figure how to play with the value of a text area. I can't even use trim!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.