No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
17 Posted Topics
hii it means installation is not successful when u type this [url]http://localhost/[/url] in the browser, the XAMPP page should be opened else installation is unsuccessful will get back to u with more details when i know [quote=eXceed69;331144]Hello I installed XAMMP for learning php on my local drive when it was …
HIii while checking if delete button is active or not you should say if($_REQUEST['delete'])) { //code here// } Hope now it will work. let me knw after u try... Cheers Prati
[quote=leopardsag;389907]I want to create pdf from sql result and then also mail it or save it. Kindly advise. I want any link to working example and code or simple code. Thanks. :)[/quote] Hii Leopardsag I have posted a similar question. I amtrying to create PDF. I installed pdflib and enabled …
Hello guys I still could not solve the PDF issue :( I am using XAMP server on windows system. I think PDF comes with it by default. (not sure though). I have uncommented the required 2 lines in php config file. Yet no luck. Could somebody please help me out? …
hi all could someone plz help me out in validating csv file(excel sheet) before i can insert it into the database?:?: i hv the code for uploading but not validating reply ASAP. cheers coder
[quote=zippee;234683]Before you can 'split' the cvs data, you need the following:[php] // after uploading using a html form $tmpName = $_FILES['userfile']['tmp_name']; $fp = fopen($tmpName, 'r'); $fr=fread($fp, filesize($tmpName)); $line = explode("\n", $fr); // etc etc ... [/php][/quote] <? if($_REQUEST['submit']) { $contents = file ('./email_entries.csv'); for($i=0; $i<sizeof($contents); $i++) { $line = trim($contents[$i],'",'); …
Hello all I am trying to generate a PDF file and then edit it from the PHP script. Tried the example given in the manual......but facing a fatal error [B]Fatal error: Call to undefined function pdf_add_outline()[/B] so i tried [B]pdf_add_bookmark[/B] for bookmarking instead of pdf_add_outline() but of no use... can …
Hi I am trying to search the entire table (all the columns) for a search term. But am getting mysql error $data = "[B]SELECT * FROM songmaster WHERE songTitle like '".$find."' and mp3File like '".$find."'[/B]"; //And we display the results while($result = mysql_fetch_array($data)) { echo "<font face='Verdana' size='4' color=red>".$result['songTitle']; echo …
Hey all I am kind of stuck with this WP issue...... The issue is this , client wants different layouts in the same theme. for eg: the home page will be 1 layout and other pages(posts) will be having different layouts.(having different CSS). How can i do this with a …
Hi I am getting this very error..... [B]Cannot modify header information - headers already sent by[/B] (output started at C:\Program Files\xampp\htdocs\gallery2\examples\live-excel.php:36) I have tried [B]ob_start();[/B] but of no use. It did not work.... can someone give the solution.?? Thanks in advance cheers Prati
Hey all I need to compress mp3 audio files so that it can be downloaded to mobile phones..... without disturbing the quality. Could someone tell me how to do this? any useful link or similar code.... please help cheers Prati
Hii all I am working on a project implemented in WordPress. Basically developing a new theme for a client. My task is to add hyperlinks on the header so that they navigate to new page. This is possible if the pages are placed in the root folder but not in …
hii give <br> after the time , date and count i.e echo "<br>"; that should work :)
Hi buddies I want to implement VSS(Visual Source Safe) and am having XAMP. I have searched for the info and it says JRE is a must for VSS to work and it come by default if we work on IIS server. But mine is XAMP:sad: What should i do? :?:Please …
hi all i want to open and work on a .pdf file from php script. i hv installed pdflib and copied it in C:\Program Files\xampp\php\extras\pdf-related still the script( from PHP manual) din't work :sad: plz help thanks in advance Prati
[quote=zed420;286799]Just tried every thing what you suggested but still no joy.[/quote] <? switch($action) { case 'delete': $checklist = $_POST["checkme"]; for($i=0; $i<count($checklist); $i++) { echo "print"; $remove = $checklist[$i]; $query=mysql_query("DELETE FROM materialmaster WHERE material_code='$remove'"); } if(!$query){ echo "failed connection"; } else header("location:showmm.php"); break; } // declare the checkbox as an array …
Hii all I am new to this forum. could someone plz tell me how to validate a csv file before storing the values in mysql?:?: i have the code for uploading csv to mysql but not validation... plz reply ASAP. its urgent..
The End.
php_coder