Forum: PHP Feb 29th, 2008 |
| Replies: 2 Views: 740 I'd like to create a desktop widget for a PHP application. Any suggestions / insights on how to go about with it. |
Forum: JavaScript / DHTML / AJAX Feb 29th, 2008 |
| Replies: 4 Views: 3,079 Well its more or less on grounds of security .. therre are some elements that I am passing through the URL , though its encrypted , I would really not want ppl to have access to it . |
Forum: JavaScript / DHTML / AJAX Feb 28th, 2008 |
| Replies: 4 Views: 3,079 I'm facing a problem with Firefox.
I've got a page with a input text box element within a form .
On the Click of Submit , I would like to open a new window with width =1200 and height=900 .
... |
Forum: JavaScript / DHTML / AJAX Feb 15th, 2008 |
| Replies: 2 Views: 3,151 I tried your code , But its not working in Mozilla!
I use Mozilla 2.0.0.12
It works perfectly fine in IE , nut I need it to work in both browsers |
Forum: JavaScript / DHTML / AJAX Feb 14th, 2008 |
| Replies: 2 Views: 3,151 I have got a page which has a link pertaining to a close window function.
The window.close() function works perfectly fine in the case of IE based browsers , however it fails to respond on a... |
Forum: PHP Feb 9th, 2008 |
| Replies: 3 Views: 1,264 I've handled this problem in my applications by using a SESSION random value which is initiated at my login page itself.
Lets say your initial loading page is login.php. It would contain the... |
Forum: PHP Feb 9th, 2008 |
| Replies: 5 Views: 607 I've got a few suggestions
1) As Nav33n suggested , you could make use of frames.
2) With the exception of Frames, you could look into Layers, however Layers react differently with Mozilla and IE... |
Forum: PHP Feb 9th, 2008 |
| Replies: 1 Views: 577 Hmmm... you could try to control it as the client side itself , through javascript. |
Forum: PHP Feb 9th, 2008 |
| Replies: 2 Views: 612 Hi there
A few months back I had developed a Library Management system, which is currently employed in my organization. Unfortunately , access to the site is restricted.
However I believe the... |
Forum: PHP Feb 6th, 2008 |
| Replies: 3 Views: 6,593 You Could place the above code in a form and submit it to a page say forms.php
code for forms.php
<?php
$conn=mysql_connect("localhost","root");
mysql_select_db("test");... |
Forum: PHP Feb 5th, 2008 |
| Replies: 10 Views: 1,444 well you could make use of the the join as mentioned . Also if you hae MySQL 5 , the use of views could come in handy in the event of intensive usage. It also helps in performance |
Forum: PHP Feb 3rd, 2008 |
| Replies: 38 Views: 3,459 Hi there..
Once running through your post. Well I believe the problem more or less would be in reltaion to the sql query.
The parameters of a form will be available be available in a string... |