Forum: PHP Oct 6th, 2008 |
| Replies: 1 Views: 400 Thanks, i just resolved it myself. I missed the single inverted commas...
echo "document.getElementById('Layer1').innerHTML = document.getElementById(\"Layer1\").innerHTML + '<font... |
Forum: PHP Oct 6th, 2008 |
| Replies: 1 Views: 400 Hello,
This is just an extraction from the code.
The code below works really well in Mozilla Firefox, but does not work with the <a> and <font> tags in any other browsers. When I remove <a> and... |
Forum: PHP Oct 4th, 2008 |
| Replies: 1 Views: 959 Hi,
I have a web site in which I pass many javascript variables to php and the other way round. This is my last passing variable challenge, and I cannot figure it out.
There's an alphabet... |
Forum: PHP Aug 19th, 2008 |
| Replies: 4 Views: 1,118 OOps, i solved it now, the closing brackets were wrongly aranged... how silly! |
Forum: PHP Aug 19th, 2008 |
| Replies: 4 Views: 1,118 thanks for your reply,
yes, i put alert() function and it did not display. When i put alert() just before the no-working function, the alert displays. it's strange,... |
Forum: PHP Aug 19th, 2008 |
| Replies: 4 Views: 1,118 Hello everyone,
The ajax+php part worked well independently. When I created a switch (because I want different information from database to be displayed in different tabs), it does not go into the... |
Forum: PHP Aug 11th, 2008 |
| Replies: 6 Views: 1,641 sorry i'm very new to java and php, so i didn't understand what you mean by fetch data i query, and where should i insert that javascript line?
thanks |
Forum: PHP Aug 11th, 2008 |
| Replies: 6 Views: 1,641 no, sorry, actually it's populated after the page is loaded - it comes from a mouse click |
Forum: PHP Aug 11th, 2008 |
| Replies: 6 Views: 1,641 |
Forum: PHP Aug 11th, 2008 |
| Replies: 6 Views: 1,641 Hello,
Please, if anyone knows how to pass a Javascript integer variable as a parameter into php mysql_query. Below gg1 is successfully converted to an integer (i checked it using some maths... |
Forum: PHP Aug 10th, 2008 |
| Replies: 2 Views: 461 Hi,
I think normally you save this template and just add content to it. And you use php inside this template - not the other way round.
I hope I understood you well |
Forum: PHP Aug 10th, 2008 |
| Replies: 2 Views: 1,054 Hi guys,
I need to have a list of alphabet letters ABCDEFG...etc, and when I click on each letter, it opens a list of items. How do i do this opening list? I'm working with html/php/sql/etc
... |