No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
Hey, I've been trying to generate a pdf file using html2pdf library (http://html2pdf.fr/en/example). What I need to do is to print a table with PHP in that pdf file, so I stored the table in a variable called $contain with all html tags. My code goes this way: 1) It … | |
Hey DW fellas I'm having some trouble when I run my code on IE. I tried it on Chrome and Firefox and it works, but it doesn't at IE. I think that is a Javascript problem, but I can't find the solution. So please, if you can give me a … | |
I have another problem that is driving me crazy. I separated sections on my page with normal anchors, but when I click, they take me to the part of the page where the div is, and I want to keep focus on the top part of the page, I mean, … | |
Re: > Providing alternative content for non-Flash enabled browsers is good idea, as JM has suggested. > > Here are a couple of scenarios that might cause problems... > > Apple recently killed off support for Flash on their mobile devices. How likely is it someone will want to visit your … | |
Re: > When I run my script $isSubMenu has already been set as false by defalt; however, anytime I echo the variable it's empty.... I don't understand your problem but I'll try to help anyway. You didn't define the variable, you are using it from the beginning without any declaration. I … | |
Re: If you try to make a session after you have sent text you'll get a message like this: Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at Is that your problem? If you're receiving an error message, please show it. | |
Re: I think that exercise 2 shall be done with an external javascript file, otherwise you'll need to do another php file only to the alerts. But an .js file would be useful because remember that php executes in server. |
The End.