Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
Ranked #4K
~16.9K People Reached
Favorite Forums
Favorite Tags

9 Posted Topics

Member Avatar for emmanueloladele

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 …

Member Avatar for shivani3832
0
6K
Member Avatar for Lucrezia

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> …

Member Avatar for EricGeerts
0
2K
Member Avatar for omesanni

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 …

Member Avatar for cnwanjah
1
2K
Member Avatar for emmanueloladele

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 …

Member Avatar for newtoweb
0
5K
Member Avatar for emmanueloladele

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 …

Member Avatar for mostafadotnet
0
96
Member Avatar for emmanueloladele

Hello All, Do anybody know any good free report generating tool i can use in my php application ? Emmanuel.

Member Avatar for emmanueloladele
0
87
Member Avatar for emmanueloladele

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 …

Member Avatar for FireNet
0
157
Member Avatar for emmanueloladele

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

Member Avatar for fatihpiristine
0
64
Member Avatar for emmanueloladele

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 …

0
58

The End.