Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Forums
Favorite Tags

3 Posted Topics

Member Avatar for jiwatramani

I though the problem was in those unfathomable strings of HTML in your code. But I checked your HTML strings for orphan or not slashed double quotes, and found no typos (php: echo preg_replace('/((?<!\\\\)")/', '********', $TXT); ). I think the bug is in the logic of your code. Look at …

Member Avatar for ivannz
0
121
Member Avatar for blessanm

I believe this isn't what you need, but still may come in handy:) [CODE]<html> <head> <script type="text/javascript"> /* URL of folder with images */ var baseURL_OF_images = "./"; /* array of default image files */ var images = [ "image 1.jpeg", "image 2.jpeg", "image 3.jpeg", "image 4.jpeg", "image 5.jpeg", "image …

Member Avatar for ivannz
0
3K
Member Avatar for ivannz

Hello, everyone! I'm fairly new to this forum, but I spent some time mining it for information. Unfortunaltely, as far as I have searched it I was unable to find an answer to my question. Googling hasn't satisfactorily answered my question also. Here's the goal: [LIST] [*]- user fills in …

Member Avatar for almostbob
0
2K

The End.