- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
9 Posted Topics
Hello all, I have a frameset which contains two frames called 'menu' (to place my menu) and 'content' to place my main page. when you click a link in the 'menu' frame, the url opens in the 'content' frame. In the 'content' frame I have an iframe name 'bodyText'. I … | |
Re: put your table in a div and apply the display property to the div as below [code=html] <html> <head> <script type="text/javascript"> function hide(id) { document.getElementById("myTable").style.display = 'none'; } function show(id) { document.getElementById("myTable").style.display = 'block'; } </script> </head> <body onmousedown="hide('tab');" onmouseup="show('tab');"> <div id="myTable" > <table id="tab" border="1" width="100%"> <tr> <td>test</td> </tr> … | |
Re: Hello, [COLOR="red"]Uploading The File :[/COLOR] 1. uploade the file and stored this info in a database i. fileID (a unique identifier -this can get autogenerated ) ii. filename - mySong.mp3 (use this cmd = $_FILES['file']['name'] ) iii. file path - where the file is stored (e.g. \web_root\uploadedFile\) iv.file full path … | |
Hello All, when I add/Delete data to my database (MySQL) using php, i discover that when i refresh the page my Add/delete script runs again and add (or attempt to delete) another copy of the record i added/deleted initially. How can I prevent a block of php script from running … | |
Hello all, I want to transform an xml file on the fly using javascript. I want my xslt xpath information to be dymanically generated on firing an event. e.g. I want value to be passed to my xslt document when a user picks a drop down mennu or select a … | |
Hello All, Do anybody know any good free report generating tool i can use in my php application ? Emmanuel. | |
Hello All, I learnt Curl can solve some of my pressing PHP problems. I can't seem to get enough documentation on how to fully use the power of Curl- I need a helper. Can Somebody so kind, send me an electronic document on Curl ? It will be impossible to … | |
Hello All, I create a website that sends mail to all prospective users. I discover that users on yahoo mail dont get my mail (and some users on free or Commercial e-mail services). However, users on company based mail get the mail. I need your help ASAP Emmanuel ![]() | |
Hello Guys, I am creating a pdf document in PHP using fpdf. I have a problem created a text wrap table with the fpdf classes. Can somebody please help me. (note that multicell is not achieving that function). Better still i will appreciate it if you can introduce me to … |
The End.