Hi
I want to read a HTML file from within a PHP script. In windows, it can be done using WinInet. Do I need to create a standalone executable ( In C++ or C ) that returns the HTML ? And how is t...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_20082036.htm...
Zones:
PHPDate Answered: 02/26/2001 Grade: A Views: 0
Hello,
Our goal:
Create a PDF document from an html document.
For example.
I click a form button on a web site, or access a pdf
script (with certain defined variables) and a pdf file
is c...
http://www.experts-exchange.com/Web_Development/Miscellaneous/Q_20688011.html
I have a php website and I want to change it to HTML web site. I tried this function
<?
Copy(http://localhost/t1.php,t1.html);
?>
And I get it right for html output. The problem is how I can...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21199343.htm...
Zones:
PHPDate Answered: 12/27/2004 Grade: A Views: 0
Hey :)
Can someone quickly explain how to do the following:
I want to create a HTML table with several cells. I want there to be 2 variables - $key & $val - to be included. I need this all to...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_21296578.htm...
Zones:
PHPDate Answered: 02/01/2005 Grade: A Views: 0
I am very frustrated. I believe I understand what I want to accomplish with PHP but am having the most difficulty writing the html code to get there. The problem is my understanding of the single q...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/...
When a new member visit my site , i would like to appear a box for him asking him if he would like to add my site to his homepage . is that possible guys? but if a member already have my site to h...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_22988498.htm...
HI,
I have html pages, with a menu script (obviously for my menu) I wish to have an include file script that I can put on each page so when I update/change the menu i only have to update the one p...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Windows/Q_...
Hi,
I am using a script I found at http://www.webcheatsheet.com/PHP/send_email_text_html_attachment.php to send an email with images. I have two major problems.
1. It does not send the imag...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23093563.htm...
Zones:
PHP,
HTMLDate Answered: 01/30/2008 Grade: A Views: 0
I would like to use php to populate a drop down menu. I would like for a drop down menu <select> to be values 01-60 and another <select> to be 01-24.
this will save efforts instead of writing a <o...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23096058.htm...
Zones:
PHPDate Answered: 01/19/2008 Grade: B Views: 0
Here is my code:
$querypending=" SELECT * FROM thistable WHERE thatvalue = '0' ;
$result=mysql_query($querypending);
$pending=mysql_numrows($result);
My result is echoed like this within an...
http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/Q_23096211.htm...
Zones:
PHP,
HTMLDate Answered: 01/19/2008 Grade: C Views: 88