Advertisement

1 - 10 of 235 containing alltags:("html / php") (0.003 seconds)
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...
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...
Zones: Web Development, ghostscriptDate Answered: 08/05/2003 Grade: C Views: 0
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...
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...
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...
Zones: PHP and DatabasesDate Answered: 03/28/2006 Grade: B Views: 0
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...
Zones: PHP, Web Languages/Standards, HTMLDate Answered: 11/28/2007 Grade: A Views: 0
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...
Zones: PHP for WindowsDate Answered: 01/18/2008 Grade: A Views: 0
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...
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...
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...
Zones: PHP, HTMLDate Answered: 01/19/2008 Grade: C Views: 88