Hi all Is there any reporting tool for php or what is the best way to do reporting in php. Thanks Atiq ... Be a better Heartthrob. Get better relationship...
Hi Exparts, i want to get the value from javascript to php cuz i need to make a loop over the value of javascript, can u help me with this, sample problem is...
Hi, Add the Java Script value to a html form hidden variable and then get the variable value from PHP. Example <?php $upload_number = $_POST['upload_num']; ...
please try this for file upload <script language="javascript"> var upload_number = 0; function addFileInput() { var d = document.createElement("div"); var file...
Hi All, i want to upload pdf file into "images/pdf " on this directory and also add the file name (for example : newfile.pdf) into a field into database... how...
I am not an expert but have been learning as I go along here I am working with a mysql database and php. I have written a script to upload data into the...
Hi, I use wordpress's latest version. I found one problem. I set up that from Reading section only 5 post should be visible on my site and also summary size....
Hello all, Here Tapan again with another problem in front of ur door, sometime ago i get the solve of script problem, but now i intended to make a sql query on...
Hi to make this field updatable please try this.. <form name='updateForm' method='post' action='give an action'> <? while($row = mysql_fetch_array($result)) { ...
For file upload try this http://www.java2s.com/Code/Php/File-Directory/UploadPDFfileandrenameit.htm http://www.tizag.com/phpT/fileupload.php For storing in...
hi, here's problem is in your loop. you are incrementing j instead of i. for($i=0; $i<$j; $i++) { $txt='txtInput' . $i; $sql="Insert Into emp Values('$txtID',...
hi all I've very limited idea about php. I want to design a template for php but I don't know how to do it. I've header and footer and I want to add these in...
well, the simplest way is just make a separate HTML file for header and footer, say header.html and footer.html. In your main page (say index.php) just put...
Marga Sulistiyanto
masmarga@...
Sep 3, 2007 9:21 am
7189
But is it not possible to adding header and footer automatically. What I need, I want to separate the design from the coding. I don't want to bother about what...
Dear Atiquzzaman Nayeem, I tried to understand your requirements. And here is one of solution, other might have better solution. I have a class - named...
hi to Exparts i know u r clear with the increment field java script but i am not. can u solve one more problem? i want to increment multiple table row with...
Hello, I've just started working with php again after a long break. I am using (CMS Made Simple) cmsms. Have been trying to make an amdin page work with...
hi atiquzzaman, on 03/09/2007 17:25 you wrote : But is it not possible to adding header and footer automatically. What I need, I want to separate the design...
Marga Sulistiyanto
masmarga@...
Sep 4, 2007 5:22 am
7194
Hi Please recommend a tutorial for create HTML Table. Thanks...
Hello, I am new in this group and would like to get the php knowledge from all of U. I would like to know whether there exists any opensource in php that makes...
Thank you very much for the assistance. I have been continuing to work on my website and I am getting closer to what I want it to do. I do not understand the...
Hai for standard tutorial on html refer this site www.w3schools.com Bye take care http://php-script-download.blogspot.com/ mlsbv <mlsbv@...> wrote: Hi ...
hello all can anyone please help me on the mimetype of an uploaded file? if i upload a jpg using IE, the mimetype showed by $_FILES['filename']['type'] is...
Hi, Please visit this link. You can build an HTML table without writing any HTML code using this class. http://www.phpclasses.org/browse/package/493.html -- ...
Hello, I came to know from an recruiting agency named 'Career Overseas' is going to recruit some IT people for Saudi Arabia as urgent basis. They arranged an...
Hi All, I want to open a mssage using PHP ( IMAP ). How should I download the attachment if there is any with the email message. Please send me the code. <?php...
sorry here is an mistake. try this $requested = $_POST['requested']; for($i=0;$i<count($requested);$i++){ echo $requested[$i]; /** put your database query here...