Search Results

Showing results 1 to 34 of 34
Search took 0.01 seconds.
Search: Posts Made By: php_coder
Forum: PHP Jul 13th, 2007
Replies: 8
Views: 7,765
Posted By php_coder
Hi Ether
Thanks for a detailed reply. I did just like u said. and PDFlib is isntalled rightly.
i seem to be getting the following error on trying out the first example in manual


Fatal...
Forum: PHP Jul 12th, 2007
Replies: 8
Views: 7,765
Posted By php_coder
Hey Ether
Thanks for the reply. I have already tried that. It works fine.
But i want to do with the usual PDF. Can u sugges how ?
Forum: PHP Jul 10th, 2007
Replies: 8
Views: 7,765
Posted By 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...
Forum: PHP Jul 3rd, 2007
Replies: 10
Views: 2,815
Posted By php_coder
Hi
Yes i am using Windows OS. waiting for a solution ....

Thanks
Forum: PHP Jun 29th, 2007
Replies: 1
Views: 1,168
Posted By php_coder
Hi
I am trying to search the entire table (all the columns) for a search term. But am getting mysql error

$data = "SELECT * FROM songmaster WHERE songTitle like '".$find."' and mp3File like...
Forum: PHP Jun 25th, 2007
Replies: 10
Views: 2,815
Posted By php_coder
Hii
I am using XAMP server. It has php, mysql, perl etc all in one place

Cheers
Prati
Forum: PHP Jun 22nd, 2007
Replies: 3
Views: 836
Posted By php_coder
Hi
Thanks in advance. I have seen ur personal site. It' gud.I liked the flash part especially.

Regards
Prati
Forum: PHP Jun 20th, 2007
Replies: 10
Views: 2,815
Posted By php_coder
Hi

usr/local is available in linux OS. But i am using Windows.
htdocs is the root folder which contains all folders with files that need to be executed.

Kindly suggest some solution
...
Forum: PHP Jun 19th, 2007
Replies: 2
Views: 709
Posted By php_coder
Hello guys

not a single reply for my question....... disappointed :( :(
I have googled too much already.. I tried with 2 WP isntalaltions and single DB but that would not change the theme as...
Forum: PHP Jun 19th, 2007
Replies: 3
Views: 836
Posted By php_coder
Hii Leopardsag

I have posted a similar question. I amtrying to create PDF. I installed pdflib and enabled pdf related lines in the php.ini file
But no luck :(
If u hv any idea , do let me know
...
Forum: PHP Jun 19th, 2007
Replies: 10
Views: 2,815
Posted By php_coder
Hii

I installed the PDFLib in the htdocs folder and also in the xamp folder. uncommented what is required in the php.ini file also.

But still the PDF functions don't work. Is the path of...
Forum: PHP Jun 14th, 2007
Replies: 2
Views: 709
Posted By 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...
Forum: PHP Jun 7th, 2007
Replies: 10
Views: 2,815
Posted By 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

Fatal error: Call to undefined...
Forum: PHP Jun 4th, 2007
Replies: 11
Views: 7,184
Posted By php_coder
Hiii
ob_start -- Turn on output buffering
That means no output is sent from the script except from the headers. Instead it's stored in the internal buffer.
Forum: PHP May 22nd, 2007
Replies: 14
Views: 14,892
Posted By php_coder
HIii

while checking if delete button is active or not
you should say

if($_REQUEST['delete']))

{
//code here//
}
Forum: PHP May 22nd, 2007
Replies: 11
Views: 7,184
Posted By php_coder
Hi didigtal-ether

Many thanks for a detailed reply.:)


I have tried the function you gave me and it worked.. (with 1 mysql error which i assume is my fault) The header error is solved.
...
Forum: PHP May 21st, 2007
Replies: 11
Views: 7,184
Posted By php_coder
Hii
Thanks for the reply. but it did not work fully.....
the error is printed in the excel sheet.
what can be done?
Forum: PHP May 21st, 2007
Replies: 11
Views: 7,184
Posted By php_coder
<?PHP
ob_start();
$host="localhost";
$user="root";
$pass="pulluru";
$con=mysql_connect($host,$user,$pass)or die("connection failed");
mysql_select_db("musicstore",$con);

$result =...
Forum: PHP May 21st, 2007
Replies: 11
Views: 7,184
Posted By php_coder
Hi
I am getting this very error.....
Cannot modify header information - headers already sent by (output started at C:\Program Files\xampp\htdocs\gallery2\examples\live-excel.php:36)

I have tried...
Forum: PHP Apr 24th, 2007
Replies: 0
Views: 1,329
Posted By 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...
Forum: PHP Apr 18th, 2007
Replies: 2
Views: 859
Posted By php_coder
Hi phper
thanks for the response.... but this din't work.
i have to click on an image so that it goes to a page .....
<a title="products" href="<? bloginfo('url');?>/adc.php"><img src="<?php...
Forum: PHP Apr 18th, 2007
Replies: 2
Views: 859
Posted By 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...
Forum: PHP Mar 20th, 2007
Replies: 16
Views: 8,196
Posted By php_coder
hii


it means installation is not successful
when u type this http://localhost/ in the browser, the XAMPP page should be opened else installation is unsuccessful
will get back to u with more...
Forum: PHP Mar 20th, 2007
Replies: 2
Views: 1,519
Posted By php_coder
Hii
I am able to create DB and use it.......though with problem in accessing another system(server)

so JRE is not required.
thanks for the reply( the only reply :!:)

cheers
Prati
Forum: PHP Mar 13th, 2007
Replies: 0
Views: 2,430
Posted By 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...
Forum: PHP Mar 13th, 2007
Replies: 11
Views: 2,384
Posted By php_coder
hii
give <br> after the time , date and count
i.e echo "<br>";

that should work :)
Forum: PHP Mar 13th, 2007
Replies: 2
Views: 1,519
Posted By 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. ...
Forum: PHP Dec 18th, 2006
Replies: 10
Views: 8,603
Posted By php_coder
hi buddy
The mistake in ur code i think is this
<TD ALIGN=CENTER ><input type="checkbox" name="<?=$row[id]?>" id="<?=$row[id]?>" value="<?=$row[id]?>"/></TD>

Give the name as this:...
Forum: PHP Dec 18th, 2006
Replies: 6
Views: 2,596
Posted By php_coder
Hi
thanks for the reply. But i hv already done what you hv sent me....
my csv contains firstname,lastname,email id. So i have to validate the
email and not allow specialchar other than @. The...
Forum: PHP Dec 16th, 2006
Replies: 10
Views: 8,603
Posted By php_coder
Forum: PHP Dec 15th, 2006
Replies: 6
Views: 2,596
Posted By 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
Forum: Community Introductions Dec 15th, 2006
Replies: 1
Views: 4,172
Posted By 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...
Forum: PHP Dec 15th, 2006
Replies: 10
Views: 8,603
Posted By php_coder
<?
switch($action)
{
case 'delete':
$checklist = $_POST["checkme"];
for($i=0; $i<count($checklist); $i++)
{
echo "print";
$remove = $checklist[$i];
...
Forum: PHP Dec 15th, 2006
Replies: 5
Views: 9,638
Posted By php_coder
<?
if($_REQUEST['submit'])
{
$contents = file ('./email_entries.csv');
for($i=0; $i<sizeof($contents); $i++)
{
$line = trim($contents[$i],'",');
$arr = explode(',',...
Showing results 1 to 34 of 34

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC