Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~6K People Reached
Favorite Forums
Favorite Tags
php x 33
Member Avatar for eXceed69

Hello I installed XAMMP for learning php on my local drive when it was completed. I run a simple programming but I receive error 404 what would be my issue with XAMMP, the installation is successful Any recommendation, I want to switch

Member Avatar for ziyad ahmad
1
292
Member Avatar for NeoNe

Hi to everyone I’m wondering how to make some simple checkbox for multiple data delete from mysql I found some tutorial on net but don’t work. I tested it without changing anything and doesn’t work. I’m wondering did programmer test it before he posted that tutorial ? Here is a …

Member Avatar for sammry
0
840
Member Avatar for leopardsag

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. :)

Member Avatar for red_ruewei
0
152
Member Avatar for php_coder

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

Member Avatar for asyouwish
0
1K
Member Avatar for php_coder

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

Member Avatar for morecambe
0
291
Member Avatar for manish812

HI I want to submit csv file data into mysql pls tell me how 2 do if any one has any program made to insert csv file into mysql pls give me the code i really need it pls help me bye

Member Avatar for mattjfox@gmail.
0
198
Member Avatar for php_coder

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 …

Member Avatar for php_coder
0
150
Member Avatar for php_coder

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 …

Member Avatar for Puckdropper
0
59
Member Avatar for php_coder

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 …

Member Avatar for zingomams
0
134
Member Avatar for php_coder

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

Member Avatar for digital-ether
0
2K
Member Avatar for php_coder

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

0
59
Member Avatar for php_coder

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 …

Member Avatar for php_coder
0
69
Member Avatar for jbennet

Ok here is my code: [code] <html> <head> <title> PHP Test Page </title> </head> <body> <?php echo date("H:i"); echo gmdate("M d Y"); $counter_file = "count.dat"; if(!($fp = fopen($counter_file, "r"))) die ("Cannot open $counter_file."); $counter = (int) fread($fp, 20); fclose($fp); $counter++; echo "You're visitor No. $counter."; $fp = fopen($counter_file, "w"); fwrite($fp, …

Member Avatar for JEofVB
0
160
Member Avatar for php_coder

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 …

Member Avatar for php_coder
0
77
Member Avatar for php_coder

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

0
64
Member Avatar for zed420

Hi Everyone I'm fairly new to PHP and struggling a bit. I'm trying to delete some records from MySQL via php and checkboxes my code is below if anyone can help me. Thanks in advance [PHP] <?php include("config.php"); include("contentdb.php"); $id= $_POST["id"]; $question= $_POST["question"]; $opt1= $_POST["opt1"]; $opt2= $_POST["opt2"]; $opt3= $_POST["opt3"]; $answer= …

Member Avatar for php_coder
0
98
Member Avatar for php_coder

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

Member Avatar for ~s.o.s~
0
37