[PHP-WIN] view pdf files as html

2003-07-06 Thread Camelia Moldovan
I have few pdf files stored in a folder .Is it possible to view them as html using a php script (something like google)? I want to have two links on my page , one will allow to see the file as pdf and one as html. Thanks. - Do you Yahoo!? SBC Yahoo! DSL - Now o

[PHP-WIN] send a web page by email.

2003-01-08 Thread Camelia Moldovan
Hi! Does anyone know something about this? I have a web page (generated using php)and I want to send it by email. I know how to send html emails using php but I don't know how to email the current page. Please help. Thanks. - Do you Yahoo!? Yahoo! Mail Plus -

[PHP-WIN] automated billing script

2002-07-16 Thread Camelia Moldovan
Is there any free script for automated billing (through IBill, Verisign ,Paypal etc ). Or , maybe you can tell me how can be developed a script like this. Thanks a lot, C. - Do You Yahoo!? Yahoo! Autos - Get free new car price quotes

[PHP-WIN] mail atachment

2002-04-21 Thread Camelia Moldovan
Hi! How can I attach a file to a mail using PHP ? I tried to use some existing classes but I received lots of errors. Thanks. - Do You Yahoo!? Yahoo! Games - play chess, backgammon, pool and more

[PHP-WIN] configure subdomains

2001-10-29 Thread Camelia Moldovan
I have a problem , for a project in school. I want to use php to generate sites but I don't know how to configure subdomains. let's say i have 3 templates available. A user pick a template , change it's text , title, font size , color, etc. I store his options in a database. He also choose his su

[PHP-WIN] upload files problem

2001-10-10 Thread Camelia Moldovan
I use a form to upload an image on a server. The problem is after I submit the information , I receive an error message Unable to create '/img//tmp/php7C2cMh': No such file or directory in /var/www/domains/mydom.com/_/form.php on line 127 I created img directory in order to keep images in

Re: [PHP-WIN] Date

2001-08-24 Thread Camelia Moldovan
date("Y-m-d",mktime(0,0,0,8,34,2001)); --- Sichta Daniel <[EMAIL PROTECTED]> wrote: > Hi, > Is there any function in php to solve this ? > there is date - 24.08.2001 and I need to add 10 days > to it and convert to > the date format. So result should be - 03.09.2001 > > dan > _

Re: [PHP-WIN] mail function

2001-08-15 Thread Camelia Moldovan
$sql=" select cantitate, pret_web from oferta where ofertaid='$tip_h' "; $rez=mysql_query($sql,$dblnk); $row=mysql_fetch_array($rez); $cant=$row['cantitate']; $pret=$row['pret_web']; --- Angie Tollerson <[

[PHP-WIN] mail function

2001-08-15 Thread Camelia Moldovan
when I use mail() function in a script I receive 2 e-mails(??). I tried to use die() but it didn't help. any ideeas? __ Do You Yahoo!? Make international calls for as low as $.04/minute with Yahoo! Messenger http://phonecard.yahoo.com/ -- PHP Wi